Home
last modified time | relevance | path

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

/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/sym/
H A Dsym.h26 void ai_droplet_spawner(Object *o);
H A Dsym.cpp58 ONTICK(OBJ_DROPLET_SPAWNER, ai_droplet_spawner); in INITFUNC()
965 void ai_droplet_spawner(Object *o) in ai_droplet_spawner() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/sym/
H A Dsym.fdh83 void ai_droplet_spawner(Object *o);
H A Dsym.cpp40 ONTICK(OBJ_DROPLET_SPAWNER, ai_droplet_spawner); in INITFUNC()
876 void ai_droplet_spawner(Object *o) in ai_droplet_spawner() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dobjfunc_ptrs.h395 extern void ai_droplet_spawner(Object *o);
H A Dobject.cpp1161 ai_droplet_spawner(this); in OnTick()