|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Object.h>
Public Member Functions | |
| ObjectDistanceOrderPred (WorldObject const *pRefObj, bool ascending=true) | |
| bool | operator() (WorldObject const *pLeft, WorldObject const *pRight) const |
Private Attributes | |
| const bool | m_ascending |
| WorldObject const * | m_refObj |
|
inline |
Definition at line 861 of file Object.h.
References m_ascending, and m_refObj.
|
inline |
Definition at line 862 of file Object.h.
References m_ascending, and m_refObj.
|
private |
Definition at line 868 of file Object.h.
Referenced by ObjectDistanceOrderPred(), and operator()().
|
private |
Definition at line 867 of file Object.h.
Referenced by ObjectDistanceOrderPred(), and operator()().