#include <player_sao.h>
Public Member Functions | |
LagPool ()=default | |
void | setMax (float new_max) |
void | add (float dtime) |
void | empty () |
bool | grab (float dtime) |
Private Attributes | |
float | m_pool = 15.0f |
float | m_max = 15.0f |
|
default |
|
inline |
|
inline |
Referenced by PlayerSAO::addPos(), PlayerSAO::moveTo(), and PlayerSAO::setPos().
|
inline |
Referenced by PlayerSAO::checkMovementCheat(), and Server::handleCommand_Interact().
|
inline |