![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
#include <RigDef_File.h>
Data Fields | |
| Node::Ref | nodes [2] |
| float | shorten_rate = 0.f |
| float | lengthen_rate = 0.f |
| float | max_contraction = 0.f |
| float | max_extension = 0.f |
| RoR::CommandkeyID_t | contract_key = RoR::COMMANDKEYID_INVALID |
| RoR::CommandkeyID_t | extend_key = RoR::COMMANDKEYID_INVALID |
| Ogre::String | description |
| Inertia | inertia |
| float | affect_engine = 1.f |
| bool | needs_engine = true |
| bool | plays_sound = true |
| std::shared_ptr< BeamDefaults > | beam_defaults |
| std::shared_ptr< Inertia > | inertia_defaults |
| int | detacher_group = 0 |
| bool | option_i_invisible = false |
| bool | option_r_rope = false |
| bool | option_c_auto_center = false |
| bool | option_f_not_faster = false |
| bool | option_p_1press = false |
| bool | option_o_1press_center = false |
Definition at line 627 of file RigDef_File.h.
| float RigDef::Command2::affect_engine = 1.f |
Definition at line 638 of file RigDef_File.h.
| std::shared_ptr<BeamDefaults> RigDef::Command2::beam_defaults |
Definition at line 641 of file RigDef_File.h.
| RoR::CommandkeyID_t RigDef::Command2::contract_key = RoR::COMMANDKEYID_INVALID |
Definition at line 634 of file RigDef_File.h.
| Ogre::String RigDef::Command2::description |
Definition at line 636 of file RigDef_File.h.
| int RigDef::Command2::detacher_group = 0 |
Definition at line 643 of file RigDef_File.h.
| RoR::CommandkeyID_t RigDef::Command2::extend_key = RoR::COMMANDKEYID_INVALID |
Definition at line 635 of file RigDef_File.h.
| Inertia RigDef::Command2::inertia |
Definition at line 637 of file RigDef_File.h.
| std::shared_ptr<Inertia> RigDef::Command2::inertia_defaults |
Definition at line 642 of file RigDef_File.h.
| float RigDef::Command2::lengthen_rate = 0.f |
Definition at line 631 of file RigDef_File.h.
| float RigDef::Command2::max_contraction = 0.f |
Definition at line 632 of file RigDef_File.h.
| float RigDef::Command2::max_extension = 0.f |
Definition at line 633 of file RigDef_File.h.
| bool RigDef::Command2::needs_engine = true |
Definition at line 639 of file RigDef_File.h.
| Node::Ref RigDef::Command2::nodes[2] |
Definition at line 629 of file RigDef_File.h.
| bool RigDef::Command2::option_c_auto_center = false |
Definition at line 647 of file RigDef_File.h.
| bool RigDef::Command2::option_f_not_faster = false |
Definition at line 648 of file RigDef_File.h.
| bool RigDef::Command2::option_i_invisible = false |
Definition at line 645 of file RigDef_File.h.
| bool RigDef::Command2::option_o_1press_center = false |
Definition at line 650 of file RigDef_File.h.
| bool RigDef::Command2::option_p_1press = false |
Definition at line 649 of file RigDef_File.h.
| bool RigDef::Command2::option_r_rope = false |
Definition at line 646 of file RigDef_File.h.
| bool RigDef::Command2::plays_sound = true |
Definition at line 640 of file RigDef_File.h.
| float RigDef::Command2::shorten_rate = 0.f |
Definition at line 630 of file RigDef_File.h.
1.8.17