Rigs of Rods 2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
GenericDocumentOptions.h
Go to the documentation of this file.
1
2 // =================================================== //
3 // THIS IS NOT A C++ HEADER! Only a dummy for Doxygen. //
4 // =================================================== //
5
14namespace Script2Game {
15
30
31} // namespace Script2Game
32
34
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_FIRST_LINE_IS_TITLE
First non-empty & non-comment line is a naked string with spaces.
@ 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_NAKED_STRINGS
Allow strings without quotes, for backwards compatibility.
@ GENERIC_DOCUMENT_OPTION_ALLOW_BRACED_KEYWORDS
Allow INI-like '[keyword]' tokens.
@ GENERIC_DOCUMENT_OPTION_ALLOW_SLASH_COMMENTS
Allow comments starting with //.
@ GENERIC_DOCUMENT_OPTION_ALLOW_HASH_COMMENTS
Allow comments starting with #.
@ GENERIC_DOCUMENT_OPTION_ALLOW_SEPARATOR_COLON
Allow ':' as separator between tokens.
@ GENERIC_DOCUMENT_OPTION_ALLOW_SEPARATOR_EQUALS
Allow '=' as separator between tokens.