enet-tutorials ~master (2014-11-15T21:57:48Z)
Dub
Repo
Action
serverlogic
Undocumented in source.
struct
Action {
ActionType
type
;
ClientId
clientId
;
ubyte
[]
packetData
;
}
Members
Variables
clientId
ClientId
clientId
;
Undocumented in source.
packetData
ubyte
[]
packetData
;
Undocumented in source.
type
ActionType
type
;
Undocumented in source.
Meta
Source
See Implementation
serverlogic
classes
ServerLogicFiber
enums
ActionType
functions
getPopFront
structs
Action
Player