Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
Skyfire::ObjectTypeIdCheck Class Reference

#include <GridNotifiers.h>

Public Member Functions

 ObjectTypeIdCheck (TypeID typeId, bool equals)
bool operator() (WorldObject *object)

Private Attributes

bool _equals
TypeID _typeId

Detailed Description

Definition at line 1363 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ ObjectTypeIdCheck()

Skyfire::ObjectTypeIdCheck::ObjectTypeIdCheck ( TypeID typeId,
bool equals )
inline

Definition at line 1366 of file GridNotifiers.h.

References _equals, and _typeId.

Member Function Documentation

◆ operator()()

bool Skyfire::ObjectTypeIdCheck::operator() ( WorldObject * object)
inline

Definition at line 1367 of file GridNotifiers.h.

References _equals, _typeId, and Object::GetTypeId().

Member Data Documentation

◆ _equals

bool Skyfire::ObjectTypeIdCheck::_equals
private

Definition at line 1374 of file GridNotifiers.h.

Referenced by ObjectTypeIdCheck(), and operator()().

◆ _typeId

TypeID Skyfire::ObjectTypeIdCheck::_typeId
private

Definition at line 1373 of file GridNotifiers.h.

Referenced by ObjectTypeIdCheck(), and operator()().


The documentation for this class was generated from the following file: