Component:SupporterCreditList: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Supporter Credit List
|Name=Supporter Credit List
}}
}}
{{stub}}
The '''SupporterCreditList''' component is used to get a list of supporters currently supporting the game financially.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|CreditType|CreditType|
|CreditType|CreditType| What kind of supporter level/category to get names from.
|Separator|String|
|Separator|String| How to separate the list of names.
|Prefix|String|
|Prefix|String| What to put at the beginning of each name (Usually a color tag)
|Suffix|String|
|Suffix|String| What to put at the end of each name (Usually a color tag ender.
|FormattedList|String|
|FormattedList|String| The resulting list.
}}
}}


== Behavior ==
== Usage ==
{{stub}}


== Examples ==
== Examples ==
Used in the exit screen to thank everyone who helps support the game and its development.


== See Also ==
== See Also ==
Line 22: Line 24:
[[Category:Components:Cloud:Indicators{{#translation:}}|Supporter Credit List]]
[[Category:Components:Cloud:Indicators{{#translation:}}|Supporter Credit List]]
[[Category:Components{{#translation:}}|Supporter Credit List]]
[[Category:Components{{#translation:}}|Supporter Credit List]]
[[Category:ComponentStubs]]

Latest revision as of 18:45, 3 February 2025

Component image 
Supporter Credit List component as seen in the Scene Inspector

The SupporterCreditList component is used to get a list of supporters currently supporting the game financially.

Fields

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.
CreditType CreditType What kind of supporter level/category to get names from.
Separator String How to separate the list of names.
Prefix String What to put at the beginning of each name (Usually a color tag)
Suffix String What to put at the end of each name (Usually a color tag ender.
FormattedList String The resulting list.

Usage

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

Examples

Used in the exit screen to thank everyone who helps support the game and its development.

See Also