 |
RigsofRods
2023.09
Soft-body Physics Simulation
|
@ GENERIC_DOCUMENT_OPTION_ALLOW_HASH_COMMENTS
Allow comments starting with #.
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
GenericDocumentOptions
Binding of RoR::GenericDocumentOptions, used with Script2Game::GenericDocumentClass.
@ GENERIC_DOCUMENT_OPTION_ALLOW_BRACED_KEYWORDS
Allow INI-like '[keyword]' tokens.
@ GENERIC_DOCUMENT_OPTION_FIRST_LINE_IS_TITLE
First non-empty & non-comment line is a naked string with spaces.
@ GENERIC_DOCUMENT_OPTION_ALLOW_NAKED_STRINGS
Allow strings without quotes, for backwards compatibility.
@ GENERIC_DOCUMENT_OPTION_ALLOW_SLASH_COMMENTS
Allow comments starting with //.
@ GENERIC_DOCUMENT_OPTION_ALLOW_SEPARATOR_EQUALS
Allow '=' as separator between tokens.
@ GENERIC_DOCUMENT_OPTION_PARENTHESES_CAPTURE_SPACES
If non-empty NAKED string encounters '(', following spaces will be captured until matching ')' is fou...
@ GENERIC_DOCUMENT_OPTION_ALLOW_SEPARATOR_COLON
Allow ':' as separator between tokens.