Component:CallbackRefArgument: Difference between revisions

From Resonite Wiki
imported>AshtonSparx
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=CallbackValueArgument`1Component.png |Name=Callback Value Argument`1 }} <!--T:2--> == Field..."
 
Automated: update Fields, Categories
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
{{stub}}
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=CallbackValueArgument`1Component.png
|Image=CallbackRefArgumentComponent.png
|Name=Callback Value Argument`1
|Name=Callback Ref Argument
}}
}}


Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Value|Int|
|Reference|'''A'''|TypeAdv0=true|
|Callback|WorldDelegate|
|Callback|{{RootFieldType|SyncDelegate`1|[[Type:Action`1|Action`1]]&lt;A&gt;}}|TypeAdv1=true|
}}
}}


Line 26: Line 26:
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Generics{{#translation:}}]]
[[Category:Generics{{#translation:}}]]
[[Category:Components{{#translation:}}|Callback Value Argument`1]]
[[Category:Components{{#translation:}}|Callback Ref Argument`1]]
[[Category:Components:Uncategorized{{#translation:}}|Callback Value Argument`1]]
[[Category:Generic Components{{#translation:}}|Callback Ref Argument`1]]
[[Category:Components:Uncategorized{{#translation:}}|Callback Ref Argument`1]]

Latest revision as of 22:48, 3 March 2024


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


Component image 
Callback Ref Argument 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.
Reference A
Callback Action`1<A>

Usage

Examples

Related Components