voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
WagonPos
railroad
wagon
wagon
Undocumented in source.
struct
WagonPos {
RailPos
railTilePos
;
RailSegment
currentSegment
;
ubyte
targetConnection
;
float
segmentPos
;
vec3
dimPosition
();
}
Members
Functions
dimPosition
vec3
dimPosition
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
currentSegment
RailSegment
currentSegment
;
Undocumented in source.
railTilePos
RailPos
railTilePos
;
Undocumented in source.
segmentPos
float
segmentPos
;
Undocumented in source.
targetConnection
ubyte
targetConnection
;
Undocumented in source.
Meta
Source
See Implementation
railroad
wagon
wagon
structs
WagonClientComponent
WagonLogicServer
WagonPos
WagonServerComponent