Difference between revisions of "Modding Designs"
DeamonHunter (Talk | contribs) |
DeamonHunter (Talk | contribs) m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 45: | Line 45: | ||
[Explanation of the property] | [Explanation of the property] | ||
+ | |||
== Generic String that contains a code == | == Generic String that contains a code == | ||
'''Valid options ([[Modding_Key_Terms#String|String]]): <code>A string containing the code to a [[page]] file.</code>''' | '''Valid options ([[Modding_Key_Terms#String|String]]): <code>A string containing the code to a [[page]] file.</code>''' | ||
+ | |||
+ | '''Default Value:''' If not specified, will not play any action while crafting. | ||
+ | |||
+ | |||
+ | [Explanation of the property] | ||
+ | |||
+ | |||
+ | === List of Strings === | ||
+ | '''Valid options ([[Modding_Key_Terms#List|List]] of [[Modding_Key_Terms#String|String]] ): <code>A list of strings containing the name of any site in this dock.</code>''' | ||
+ | |||
+ | '''Default Value:''' No default value is specified. Always need to provide your own. | ||
+ | |||
+ | |||
+ | [Explanation of the property] | ||
+ | |||
+ | |||
+ | |||
+ | == Bool == | ||
+ | '''Valid options ([[Modding_Key_Terms#Bool|Bool]]): <code>True or False</code>''' | ||
+ | |||
+ | '''Default Value:''' No default value is specified. Always need to provide your own. | ||
+ | |||
+ | |||
+ | [Explanation of the property] | ||
+ | |||
+ | |||
+ | |||
+ | == Vector 3 == | ||
+ | '''Valid options ([[Modding_Key_Terms#Vector 3|Vector 3]] - Number Type): <code>{ "x": 0, "y": 0, "z": 0 }</code>''' | ||
'''Default Value:''' If not specified, will not play any action while crafting. | '''Default Value:''' If not specified, will not play any action while crafting. |
Latest revision as of 01:48, 27 August 2017
This page is not really intended to be used for general public, but to act as a storage for default formats in the staxel wiki. I should have done this earlier in order to avoid copy paste problems.
Contents
Default Value
For stuff with no default.
Default Value: No default value is specified. Always need to provide your own.
For stuff with a default.
Default Value: If not specified, blah.
Useful Components
Short reasoning why you would want components for this thing.
Component page name
Explanation of the component and why it is useful
For more information on how to use the [Component Name], head to Component page name#When and How to use.
Useful Components [No useful components]
[Page] do not have any useful components at this point in time. The only options are those provided by the #Config Options section.
Variable Defaults
"code"
Valid options (String): A unique string which identifies what [Page] this is.
Default Value: No default value is specified. Always need to provide your own.
This option is required to uniquely identify any object or resource. This string must be unique to all other codes, but does not have any other requirements.
Generic String
Valid options (String): Any valid String.
Default Value: No default value is specified. Always need to provide your own.
[Explanation of the property]
Generic String that contains a code
Valid options (String): A string containing the code to a page file.
Default Value: If not specified, will not play any action while crafting.
[Explanation of the property]
List of Strings
Valid options (List of String ): A list of strings containing the name of any site in this dock.
Default Value: No default value is specified. Always need to provide your own.
[Explanation of the property]
Bool
Valid options (Bool): True or False
Default Value: No default value is specified. Always need to provide your own.
[Explanation of the property]
Vector 3
Valid options (Vector 3 - Number Type): { "x": 0, "y": 0, "z": 0 }
Default Value: If not specified, will not play any action while crafting.
[Explanation of the property]