|
RigsofRods
Soft-body Physics Simulation
|
Go to the documentation of this file.
31 bool loadFromResource(
string resource_name,
string resource_group_name,
int options = 0);
36 bool saveToResource(
string resource_name,
string resource_group_name);
@ 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_BRACED_KEYWORDS
Allow INI-like '[keyword]' tokens.
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
bool saveToResource(string resource_name, string resource_group_name)
Saves the document to OGRE resource system.
@ GENERIC_DOCUMENT_OPTION_ALLOW_NAKED_STRINGS
Allow strings without quotes, for backwards compatibility.
@ GENERIC_DOCUMENT_OPTION_ALLOW_SEPARATOR_EQUALS
Allow '=' as separator between tokens.
@ GENERIC_DOCUMENT_OPTION_FIRST_LINE_IS_TITLE
First non-empty & non-comment line is a naked string with spaces.
@ 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_SLASH_COMMENTS
Allow comments starting with //.
bool loadFromResource(string resource_name, string resource_group_name, int options=0)
Loads and parses a document from OGRE resource system.
Binding of RoR::GenericDocument; Parses TRUCK/TOBJ/ODEF/CHARACTER file formats.