RigsofRods
Soft-body Physics Simulation
Data Fields
RoRnet::StreamRegister Struct Reference

< Sent from the client to server and vice versa, to broadcast a new stream More...

#include <RoRnet.h>

Data Fields

int32_t type
 stream type More...
 
int32_t status
 initial stream status More...
 
int32_t origin_sourceid
 origin sourceid More...
 
int32_t origin_streamid
 origin streamid More...
 
char name [128]
 the actor filename More...
 
char data [128]
 data used for stream setup More...
 

Detailed Description

< Sent from the client to server and vice versa, to broadcast a new stream

Definition at line 140 of file RoRnet.h.

Field Documentation

◆ data

char RoRnet::StreamRegister::data[128]

data used for stream setup

Definition at line 147 of file RoRnet.h.

◆ name

char RoRnet::StreamRegister::name[128]

the actor filename

Definition at line 146 of file RoRnet.h.

◆ origin_sourceid

int32_t RoRnet::StreamRegister::origin_sourceid

origin sourceid

Definition at line 144 of file RoRnet.h.

◆ origin_streamid

int32_t RoRnet::StreamRegister::origin_streamid

origin streamid

Definition at line 145 of file RoRnet.h.

◆ status

int32_t RoRnet::StreamRegister::status

initial stream status

Definition at line 143 of file RoRnet.h.

◆ type

int32_t RoRnet::StreamRegister::type

stream type

Definition at line 142 of file RoRnet.h.


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