Home
last modified time | relevance | path

Searched refs:spawnManaBall (Results 1 – 7 of 7) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/aquariaeditortutorial/scripts/
H A Dhealthplant.lua69 spawnManaBall(entity_x(getNaija()), entity_y(getNaija()), 1)
75 spawnManaBall(entity_x(me)+nx, entity_y(me)+ny, 1)
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dhealthplant.lua69 spawnManaBall(entity_x(getNaija()), entity_y(getNaija()), 1)
75 spawnManaBall(entity_x(me)+nx, entity_y(me)+ny, 1)
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DGame.h716 void spawnManaBall(Vector pos, float a);
H A DEntity.cpp856 dsq->game->spawnManaBall(position, manaBallEnergy); in doDeathEffects()
H A DAvatar.cpp2922 dsq->game->spawnManaBall(position, 1); in formAbility()
6295 dsq->game->spawnManaBall(position + offset + d, JELLYCOSTUME_HEALAMOUNT); in onUpdate()
H A DScriptInterface.cpp4510 luaFunc(spawnManaBall) in luaFunc() argument
4516 dsq->game->spawnManaBall(p, amount); in luaFunc()
9797 luaRegister(spawnManaBall),
H A DGame.cpp1770 void Game::spawnManaBall(Vector pos, float a) in spawnManaBall() function in Game