![]()  | 
  
    RigsofRods
    2023.09
    
   Soft-body Physics Simulation 
   | 
 
#include <RigDef_File.h>
Data Structures | |
| struct | Module | 
Public Member Functions | |
| Document () | |
Data Fields | |
| bool | hide_in_chooser | 
| bool | enable_advanced_deformation | 
| bool | slide_nodes_connect_instantly | 
| bool | rollon | 
| bool | forward_commands | 
| bool | import_commands | 
| bool | lockgroup_default_nolock | 
| bool | rescuer | 
| bool | disable_default_sounds | 
| Ogre::String | name | 
| std::string | hash | 
| std::shared_ptr< Module > | root_module | 
Required to exist. shared_ptr is used for unified handling with other modules.  More... | |
| std::map< Ogre::String, std::shared_ptr< Module > > | user_modules | 
Definition at line 1358 of file RigDef_File.h.
| RigDef::Document::Document | ( | ) | 
Definition at line 178 of file RigDef_File.cpp.
| bool RigDef::Document::disable_default_sounds | 
Definition at line 1464 of file RigDef_File.h.
| bool RigDef::Document::enable_advanced_deformation | 
Definition at line 1457 of file RigDef_File.h.
| bool RigDef::Document::forward_commands | 
Definition at line 1460 of file RigDef_File.h.
| std::string RigDef::Document::hash | 
Definition at line 1468 of file RigDef_File.h.
| bool RigDef::Document::hide_in_chooser | 
Definition at line 1456 of file RigDef_File.h.
| bool RigDef::Document::import_commands | 
Definition at line 1461 of file RigDef_File.h.
| bool RigDef::Document::lockgroup_default_nolock | 
Definition at line 1462 of file RigDef_File.h.
| Ogre::String RigDef::Document::name | 
Definition at line 1465 of file RigDef_File.h.
| bool RigDef::Document::rescuer | 
Definition at line 1463 of file RigDef_File.h.
| bool RigDef::Document::rollon | 
Definition at line 1459 of file RigDef_File.h.
| std::shared_ptr<Module> RigDef::Document::root_module | 
Required to exist. shared_ptr is used for unified handling with other modules. 
Definition at line 1471 of file RigDef_File.h.
| bool RigDef::Document::slide_nodes_connect_instantly | 
Definition at line 1458 of file RigDef_File.h.
| std::map< Ogre::String, std::shared_ptr<Module> > RigDef::Document::user_modules | 
Definition at line 1472 of file RigDef_File.h.
 1.8.17