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 587 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 593 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 594 of file SimData.h.

◆ hb_beam_index

uint16_t RoR::hydrobeam_t::hb_beam_index

Index to Actor::ar_beams array.

Definition at line 589 of file SimData.h.

◆ hb_flags

int RoR::hydrobeam_t::hb_flags

Definition at line 592 of file SimData.h.

◆ hb_inertia

RoR::CmdKeyInertia RoR::hydrobeam_t::hb_inertia

Definition at line 595 of file SimData.h.

◆ hb_ref_length

float RoR::hydrobeam_t::hb_ref_length

Idle length in meters.

Definition at line 590 of file SimData.h.

◆ hb_speed

float RoR::hydrobeam_t::hb_speed

Rate of change.

Definition at line 591 of file SimData.h.


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