Component:RelaySettings: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
Automated: update Categories, SyncDelegates
Line 11: Line 11:
|RelayPriorities|{{RootFieldType|SyncList`1|[[Type:RelayPriorityEntry|RelayPriorityEntry]]}}|TypeAdv2=true|
|RelayPriorities|{{RootFieldType|SyncList`1|[[Type:RelayPriorityEntry|RelayPriorityEntry]]}}|TypeAdv2=true|
|RelayPrioritiesEnabled|Bool|
|RelayPrioritiesEnabled|Bool|
}}
== Sync Delegates ==
{{Table ComponentTriggers
|GetEntry()|[[Type:SubsettingGetter|SubsettingGetter]]<[[Type:String|String]]: key>|
}}
}}


Line 21: Line 26:
[[Category:Components:Uncategorized{{#translation:}}|Relay Settings]]
[[Category:Components:Uncategorized{{#translation:}}|Relay Settings]]
[[Category:Components{{#translation:}}|Relay Settings]]
[[Category:Components{{#translation:}}|Relay Settings]]
[[Category:ComponentStub]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]

Revision as of 13:12, 6 November 2024

Component image 
Relay Settings component as seen in the Scene Inspector


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


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.
AlwaysUseRelay Bool
UseClosestAvailableRelay Bool
RelayPriorities list of RelayPriorityEntry
RelayPrioritiesEnabled Bool

Sync Delegates

Triggers
Method Name Method type and Arguments. Description
GetEntry() SubsettingGetter<String: key>

Behavior

Examples

See Also