#include <stdarg.h>
#include "constants.h"
#include "typedefs.h"
#include "amx/amxcback.h"
#include "tmpeff.h"
#include "basics.h"
Go to the source code of this file.
Compounds | |
| class | cItemSpawner |
| class | cNpcSpawner |
| class | cObject |
| Base class of cItem and cChar. More... | |
| class | cSpawner |
| spawner More... | |
Defines | |
| #define | ISVALIDPO(po) ( ( po!=NULL && ( sizeof(*po) == sizeof(cObject) || sizeof(*po) == sizeof(cChar) || sizeof(*po) == sizeof(cItem) ) ) ? (po->getSerial32() > 0) : false ) |
| #define | VALIDATEPO(po) if (!ISVALIDPO(po)) { LogWarning("a non-valid P_OBJECT pointer was used in %s:%d", basename(__FILE__), __LINE__); return; } |
| #define | VALIDATEPOR(po, r) if (!ISVALIDPO(po)) { LogWarning("a non-valid P_OBJECT pointer was used in %s:%d", basename(__FILE__), __LINE__); return r; } |
Typedefs | |
| typedef map< UI32, AmxEvent * > | AmxEventMap |
| typedef slist< tempfx::cTempfx > | TempfxVector |
Functions | |
| bool | operator== (Location a, Location b) |
| == operator redefinition for Location | |
| bool | operator!= (Location a, Location b) |
| != operator redefinition for Location | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
!= operator redefinition for Location
|
|
||||||||||||
|
== operator redefinition for Location
|