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

Common for ADD and MODIFY requests; tailored for use with AngelScript thru GameScript::pushMessage(). More...

#include <SimData.h>

Data Fields

int64_t ffr_id = FREEFORCEID_INVALID
 
int64_t ffr_type = (int64_t)FreeForceType::DUMMY
 
double ffr_force_magnitude = 0.0
 
int64_t ffr_base_actor = ACTORINSTANCEID_INVALID
 
int64_t ffr_base_node = NODENUM_INVALID
 
Ogre::Vector3 ffr_force_const_direction = Ogre::Vector3::ZERO
 
Ogre::Vector3 ffr_target_coords = Ogre::Vector3::ZERO
 
int64_t ffr_target_actor = ACTORINSTANCEID_INVALID
 
int64_t ffr_target_node = NODENUM_INVALID
 

Detailed Description

Common for ADD and MODIFY requests; tailored for use with AngelScript thru GameScript::pushMessage().

Definition at line 767 of file SimData.h.

Field Documentation

◆ ffr_base_actor

int64_t RoR::FreeForceRequest::ffr_base_actor = ACTORINSTANCEID_INVALID

Definition at line 775 of file SimData.h.

◆ ffr_base_node

int64_t RoR::FreeForceRequest::ffr_base_node = NODENUM_INVALID

Definition at line 776 of file SimData.h.

◆ ffr_force_const_direction

Ogre::Vector3 RoR::FreeForceRequest::ffr_force_const_direction = Ogre::Vector3::ZERO

Definition at line 778 of file SimData.h.

◆ ffr_force_magnitude

double RoR::FreeForceRequest::ffr_force_magnitude = 0.0

Definition at line 774 of file SimData.h.

◆ ffr_id

int64_t RoR::FreeForceRequest::ffr_id = FREEFORCEID_INVALID

Definition at line 772 of file SimData.h.

◆ ffr_target_actor

int64_t RoR::FreeForceRequest::ffr_target_actor = ACTORINSTANCEID_INVALID

Definition at line 780 of file SimData.h.

◆ ffr_target_coords

Ogre::Vector3 RoR::FreeForceRequest::ffr_target_coords = Ogre::Vector3::ZERO

Definition at line 779 of file SimData.h.

◆ ffr_target_node

int64_t RoR::FreeForceRequest::ffr_target_node = NODENUM_INVALID

Definition at line 781 of file SimData.h.

◆ ffr_type

int64_t RoR::FreeForceRequest::ffr_type = (int64_t)FreeForceType::DUMMY

Definition at line 773 of file SimData.h.


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