|
enum class | TickAction : schar { ProcessTick = 0
, StopProcessing = 1
, SkipTick = 2
} |
|
|
virtual uint64 | getMaxTickCount (uint64, bool) const =0 |
|
virtual::IPlayerTickPolicy::TickAction | shouldTickPlayer (uint64, uint64) const =0 |
|
virtual bool | isStrictMovement () const =0 |
|
virtual bool | isStrictDismount () const =0 |
|
The documentation for this struct was generated from the following file: