Component:WorldCloseAction: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page WorldCloseAction (Component) to Component:WorldCloseAction: Creating component Namespace
Automated: update Fields, Categories
 
Line 14: Line 14:
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|Action|CloseAction|  
|Action|'''[[#CloseAction|CloseAction]]'''|TypeAdv0=true|
|WaitingConfirm|Bool|  
|WaitingConfirm|Bool|
|OnClosed|Action|  
|OnClosed|{{RootFieldType|SyncDelegate`1|[[Type:Action|Action]]}}|TypeAdv2=true|
}}
}}


Line 28: Line 28:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|WorldCloseAction (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|World Close Action]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:World{{#translation:}}|WorldCloseAction (Component){{#translation:}}]]
[[Category:Components With Nested Enums{{#translation:}}|World Close Action]]
[[Category:Components:World{{#translation:}}|World Close Action]]

Latest revision as of 23:06, 3 March 2024


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


Component image 
WorldCloseAction component as seen in the Scene Inspector


Intoduction

Usage

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.
Action CloseAction
WaitingConfirm Bool
OnClosed Action

Behavior

Examples

Related Components