|
enum class | TickAction : schar { ProcessTick = 0
, StopProcessing = 1
, SkipTick = 2
} |
|
◆ getMaxTickCount()
virtual uint64 PlayerTickPolicy::ThrottledTickPolicy::getMaxTickCount |
( |
uint64 const | creditTicks, |
|
|
bool | hasQueuedInput ) const |
|
virtual |
◆ shouldTickPlayer()
virtual::IPlayerTickPolicy::TickAction PlayerTickPolicy::ThrottledTickPolicy::shouldTickPlayer |
( |
uint64 const | creditTicks, |
|
|
uint64 | unprocessedTicksSize ) const |
|
virtual |
◆ isStrictMovement()
virtual bool PlayerTickPolicy::ThrottledTickPolicy::isStrictMovement |
( |
| ) |
const |
|
virtual |
◆ isStrictDismount()
virtual bool PlayerTickPolicy::ThrottledTickPolicy::isStrictDismount |
( |
| ) |
const |
|
virtual |
◆ $getMaxTickCount()
MCAPI uint64 PlayerTickPolicy::ThrottledTickPolicy::$getMaxTickCount |
( |
uint64 const | creditTicks, |
|
|
bool | hasQueuedInput ) const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $shouldTickPlayer()
MCAPI::IPlayerTickPolicy::TickAction PlayerTickPolicy::ThrottledTickPolicy::$shouldTickPlayer |
( |
uint64 const | creditTicks, |
|
|
uint64 | unprocessedTicksSize ) const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $isStrictMovement()
MCAPI bool PlayerTickPolicy::ThrottledTickPolicy::$isStrictMovement |
( |
| ) |
const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $isStrictDismount()
MCAPI bool PlayerTickPolicy::ThrottledTickPolicy::$isStrictDismount |
( |
| ) |
const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $vftable()
static MCAPI void ** PlayerTickPolicy::ThrottledTickPolicy::$vftable |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this struct was generated from the following file: