RigsofRods
Soft-body Physics Simulation
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 803 of file SimData.h.

Field Documentation

◆ ffr_base_actor

int64_t RoR::FreeForceRequest::ffr_base_actor = ACTORINSTANCEID_INVALID

Definition at line 811 of file SimData.h.

◆ ffr_base_node

int64_t RoR::FreeForceRequest::ffr_base_node = NODENUM_INVALID

Definition at line 812 of file SimData.h.

◆ ffr_force_const_direction

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

Definition at line 814 of file SimData.h.

◆ ffr_force_magnitude

double RoR::FreeForceRequest::ffr_force_magnitude = 0.0

Definition at line 810 of file SimData.h.

◆ ffr_id

int64_t RoR::FreeForceRequest::ffr_id = FREEFORCEID_INVALID

Definition at line 808 of file SimData.h.

◆ ffr_target_actor

int64_t RoR::FreeForceRequest::ffr_target_actor = ACTORINSTANCEID_INVALID

Definition at line 816 of file SimData.h.

◆ ffr_target_coords

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

Definition at line 815 of file SimData.h.

◆ ffr_target_node

int64_t RoR::FreeForceRequest::ffr_target_node = NODENUM_INVALID

Definition at line 817 of file SimData.h.

◆ ffr_type

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

Definition at line 809 of file SimData.h.


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