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

#include <Network.h>

Data Fields

int32_t command
 
float pos_x
 
float pos_y
 
float pos_z
 
float rot_angle
 
float anim_time
 
char anim_name [CHARACTER_ANIM_NAME_LEN]
 

Detailed Description

Definition at line 71 of file Network.h.

Field Documentation

◆ anim_name

char RoR::NetCharacterMsgPos::anim_name[CHARACTER_ANIM_NAME_LEN]

Definition at line 77 of file Network.h.

◆ anim_time

float RoR::NetCharacterMsgPos::anim_time

Definition at line 76 of file Network.h.

◆ command

int32_t RoR::NetCharacterMsgPos::command

Definition at line 73 of file Network.h.

◆ pos_x

float RoR::NetCharacterMsgPos::pos_x

Definition at line 74 of file Network.h.

◆ pos_y

float RoR::NetCharacterMsgPos::pos_y

Definition at line 74 of file Network.h.

◆ pos_z

float RoR::NetCharacterMsgPos::pos_z

Definition at line 74 of file Network.h.

◆ rot_angle

float RoR::NetCharacterMsgPos::rot_angle

Definition at line 75 of file Network.h.


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