Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Locale Authors Info | |Name=Locale Authors Info | ||
}} | }} | ||
The '''LocaleAuthorsInfo''' component gives the credits for a locale. Usually members of the community that helped with translations. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Locale|{{RootFieldType|AssetRef`1|[[Type:LocaleResource|LocaleResource]]}}|TypeAdv0=true| | |Locale|{{RootFieldType|AssetRef`1|[[Type:LocaleResource|LocaleResource]]}}|TypeAdv0=true| The locale source to get the credits for. | ||
|CreditsString|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv1=true| | |CreditsString|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv1=true| The credits for <code>Locale</code>. | ||
}} | }} | ||
== See Also == | == See Also == | ||
Line 19: | Line 15: | ||
[[Category:Components:Localization{{#translation:}}|Locale Authors Info]] | [[Category:Components:Localization{{#translation:}}|Locale Authors Info]] | ||
[[Category:Components{{#translation:}}|Locale Authors Info]] | [[Category:Components{{#translation:}}|Locale Authors Info]] | ||
Latest revision as of 17:59, 23 January 2025
Component image 
Locale Authors Info component as seen in the Scene Inspector

The LocaleAuthorsInfo component gives the credits for a locale. Usually members of the community that helped with translations.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
Locale
|
LocaleResource | The locale source to get the credits for. |
CreditsString
|
raw output of String | The credits for Locale .
|