Home
last modified time | relevance | path

Searched refs:ai_teleporter (Results 1 – 6 of 6) sorted by relevance

/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/sym/
H A Dsym.h17 void ai_teleporter(Object *o);
H A Dsym.cpp46 ONTICK(OBJ_TELEPORTER, ai_teleporter); in INITFUNC()
682 void ai_teleporter(Object *o) in ai_teleporter() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/sym/
H A Dsym.fdh74 void ai_teleporter(Object *o);
H A Dsym.cpp28 ONTICK(OBJ_TELEPORTER, ai_teleporter); in INITFUNC()
599 void ai_teleporter(Object *o) in ai_teleporter() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dobjfunc_ptrs.h386 extern void ai_teleporter(Object *o);
H A Dobject.cpp1135 ai_teleporter(this); in OnTick()