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

Data Fields

std::vector< char > veh_state
 Actor properties (engine, brakes, lights, ...) More...
 
std::vector< char > node_data
 Compressed node positions. More...
 
std::vector< float > wheel_data
 Wheel rotations. More...
 

Detailed Description

Definition at line 640 of file Actor.h.

Field Documentation

◆ node_data

std::vector<char> RoR::Actor::NetUpdate::node_data

Compressed node positions.

Definition at line 643 of file Actor.h.

◆ veh_state

std::vector<char> RoR::Actor::NetUpdate::veh_state

Actor properties (engine, brakes, lights, ...)

Definition at line 642 of file Actor.h.

◆ wheel_data

std::vector<float> RoR::Actor::NetUpdate::wheel_data

Wheel rotations.

Definition at line 644 of file Actor.h.


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