Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Dev Create New Form | |Name=Dev Create New Form | ||
}} | }} | ||
See [[Create New Wizard]]. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|OnCreated|{{RootFieldType|SyncDelegate`1|[[Type:ItemCreated|ItemCreated]]}}|TypeAdv0=true| | |OnCreated|{{RootFieldType|SyncDelegate`1|[[Type:ItemCreated|ItemCreated]]}}|TypeAdv0=true| The Sync delegate to call when an item is created. | ||
|CategoryRoot|String| | |CategoryRoot|String| The current location in the create menu we are at. | ||
|_contentRoot|Slot| | |_contentRoot|Slot| Where to list content like buttons and such. | ||
}} | }} | ||
== | == Usage == | ||
See [[Create New Wizard]]. | |||
== Examples == | == Examples == | ||
See [[Create New Wizard]]. | |||
== See Also == | == See Also == | ||
* [[Create New Wizard]] | |||
[[Category:Components:Uncategorized{{#translation:}}|Dev Create New Form]] | [[Category:Components:Uncategorized{{#translation:}}|Dev Create New Form]] | ||
[[Category:Components{{#translation:}}|Dev Create New Form]] | [[Category:Components{{#translation:}}|Dev Create New Form]] | ||
Revision as of 19:55, 15 February 2025
Component image 
Dev Create New Form component as seen in the Scene Inspector

See Create New Wizard.
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. Some components stop their functionality when this field is disabled, but some don't. |
OnCreated
|
delegate of identity ItemCreated | The Sync delegate to call when an item is created. |
CategoryRoot
|
String | The current location in the create menu we are at. |
_contentRoot
|
Slot | Where to list content like buttons and such. |
Usage
See Create New Wizard.
Examples
See Create New Wizard.