#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().
Here is the caller graph for this function:
|
inline |
Referenced by PlayerSAO::checkMovementCheat(), and Server::handleCommand_Interact().
Here is the caller graph for this function:
|
inline |