Difference between revisions of "TipJar (Component)"

From Neos Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
 
<translate>
 
<translate>
 
<!--T:1-->
 
<!--T:1-->
{{stub}}
+
The <code>TipJar</code> component can be used to spawn in the tip interface when activated. The tipping interface can be used to send <code>KFC</code> and <code>NCR</code> to a specified user.
 +
 
 
{{Infobox Component
 
{{Infobox Component
 
|Image=TipJarComponent.png
 
|Image=TipJarComponent.png

Latest revision as of 09:52, 14 September 2021

The TipJar component can be used to spawn in the tip interface when activated. The tipping interface can be used to send KFC and NCR to a specified user.

Tip Jar component as seen in the Scene Inspector

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
RecipientId String This can be set to the recipient of the tip when the component is activated. For example U-FakeUser.
Token String The type of token to be tipped can be set here. If no value is set the dialog that is created will offer the options of KFC and NCR.

Usage

Examples

Related Components