|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| bool | didHit () const |
| DynamicTreeIntersectionCallback_WithLogger (uint32 phasemask) | |
| bool | operator() (const G3D::Ray &r, const GameObjectModel &obj, float &distance) |
Public Attributes | |
| bool | did_hit |
| uint32 | phase_mask |
Definition at line 147 of file DynamicTree.cpp.
|
inlineexplicit |
Definition at line 151 of file DynamicTree.cpp.
References did_hit, phase_mask, and SF_LOG_DEBUG.
|
inline |
Definition at line 166 of file DynamicTree.cpp.
References did_hit.
|
inline |
Definition at line 155 of file DynamicTree.cpp.
References did_hit, GameObjectModel::intersectRay(), GameObjectModel::name, phase_mask, and SF_LOG_DEBUG.
| bool DynamicTreeIntersectionCallback_WithLogger::did_hit |
Definition at line 149 of file DynamicTree.cpp.
Referenced by didHit(), DynamicTreeIntersectionCallback_WithLogger(), and operator()().
| uint32 DynamicTreeIntersectionCallback_WithLogger::phase_mask |
Definition at line 150 of file DynamicTree.cpp.
Referenced by DynamicTreeIntersectionCallback_WithLogger(), and operator()().