RigsofRods
Soft-body Physics Simulation
Data Fields
RoR::hydrobeam_t Struct Reference

#include <SimData.h>

+ Collaboration diagram for RoR::hydrobeam_t:

Data Fields

uint16_t hb_beam_index
 Index to Actor::ar_beams array. More...
 
float hb_ref_length
 Idle length in meters. More...
 
float hb_speed
 Rate of change. More...
 
int hb_flags
 
int hb_anim_flags
 Animators (beams updating length based on simulation variables) More...
 
float hb_anim_param
 Animators (beams updating length based on simulation variables) More...
 
RoR::CmdKeyInertia hb_inertia
 

Detailed Description

Definition at line 599 of file SimData.h.

Field Documentation

◆ hb_anim_flags

int RoR::hydrobeam_t::hb_anim_flags

Animators (beams updating length based on simulation variables)

Definition at line 605 of file SimData.h.

◆ hb_anim_param

float RoR::hydrobeam_t::hb_anim_param

Animators (beams updating length based on simulation variables)

Definition at line 606 of file SimData.h.

◆ hb_beam_index

uint16_t RoR::hydrobeam_t::hb_beam_index

Index to Actor::ar_beams array.

Definition at line 601 of file SimData.h.

◆ hb_flags

int RoR::hydrobeam_t::hb_flags

Definition at line 604 of file SimData.h.

◆ hb_inertia

RoR::CmdKeyInertia RoR::hydrobeam_t::hb_inertia

Definition at line 607 of file SimData.h.

◆ hb_ref_length

float RoR::hydrobeam_t::hb_ref_length

Idle length in meters.

Definition at line 602 of file SimData.h.

◆ hb_speed

float RoR::hydrobeam_t::hb_speed

Rate of change.

Definition at line 603 of file SimData.h.


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