RigsofRods
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Data Fields
RoR::command_t Struct Reference

#include <SimData.h>

+ Collaboration diagram for RoR::command_t:

Data Fields

int commandValueState = 0
 
float commandValue = 0
 
float triggerInputValue = 0.f
 
float playerInputValue = 0.f
 
bool trigger_cmdkeyblock_state = false
 identifies blocked F-commands for triggers More...
 
std::vector< commandbeam_tbeams
 
std::vector< int > rotators
 
Ogre::String description
 
RoR::CmdKeyInertia rotator_inertia
 
RoR::CmdKeyInertia command_inertia
 

Detailed Description

Definition at line 556 of file SimData.h.

Field Documentation

◆ beams

std::vector<commandbeam_t> RoR::command_t::beams

Definition at line 563 of file SimData.h.

◆ command_inertia

RoR::CmdKeyInertia RoR::command_t::command_inertia

Definition at line 567 of file SimData.h.

◆ commandValue

float RoR::command_t::commandValue = 0

Definition at line 559 of file SimData.h.

◆ commandValueState

int RoR::command_t::commandValueState = 0

Definition at line 558 of file SimData.h.

◆ description

Ogre::String RoR::command_t::description

Definition at line 565 of file SimData.h.

◆ playerInputValue

float RoR::command_t::playerInputValue = 0.f

Definition at line 561 of file SimData.h.

◆ rotator_inertia

RoR::CmdKeyInertia RoR::command_t::rotator_inertia

Definition at line 566 of file SimData.h.

◆ rotators

std::vector<int> RoR::command_t::rotators

Definition at line 564 of file SimData.h.

◆ trigger_cmdkeyblock_state

bool RoR::command_t::trigger_cmdkeyblock_state = false

identifies blocked F-commands for triggers

Definition at line 562 of file SimData.h.

◆ triggerInputValue

float RoR::command_t::triggerInputValue = 0.f

Definition at line 560 of file SimData.h.


The documentation for this struct was generated from the following file: