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
GenericDocumentClass.h
Go to the documentation of this file.
1namespace Script2Game {
2
15{
19 bool loadFromResource(string resource_name, string resource_group_name, int options = 0);
20
24 bool saveToResource(string resource_name, string resource_group_name);
25};
26
29
30} //namespace Script2Game
Binding of RoR::GenericDocument; Parses TRUCK/TOBJ/ODEF/CHARACTER file formats.
bool saveToResource(string resource_name, string resource_group_name)
Saves the document to OGRE resource system.
bool loadFromResource(string resource_name, string resource_group_name, int options=0)
Loads and parses a document from OGRE resource system.
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.