add documentinterface component |
fix categories, add image link |
||
Line 1: | Line 1: | ||
{{Infobox Component | |||
|Image=DocumentInterface.png | |||
|Name=Document Interface | |||
}} | |||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
Line 8: | Line 13: | ||
|Page|IField`1| | |Page|IField`1| | ||
}} | }} | ||
== Usage == | |||
Used in your local space for volume sliders. Specifically for the different volume groups. | |||
== Examples == | |||
[[Category:Components:Utility:Entity_Interfaces]] | [[Category:Components:Utility:Entity_Interfaces]] | ||
[[Category:Components]] | |||
[[Category:ComponentStubs]] |
Revision as of 17:12, 14 February 2024
Component image
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. |
ItemName
|
IField`1 | |
SpawningUser
|
UserRef | |
SpawningUserID
|
IField`1 | |
IsInstance
|
Bool | |
URL
|
IField`1 | |
Page
|
IField`1 |
Usage
Used in your local space for volume sliders. Specifically for the different volume groups.