Home
last modified time | relevance | path

Searched refs:entity_push (Results 1 – 22 of 22) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Denergybarrier.lua128 entity_push(e, 1000, entity_vely(e), 0.5, 1000)
130 entity_push(e, -1000, entity_vely(e), 0.5, 1000)
134 entity_push(e, entity_velx(e), 1000, 0.5, 1000)
136 entity_push(e, entity_velx(e), -1000, 0.5, 1000)
H A Dgrouper.lua230 entity_push(v.holding, 5000, 0, 2, 5000, 0.5)
233 entity_push(v.holding, -5000, 0, 2, 5000, 0.5)
H A Denergyboss.lua247 entity_push(getNaija(), 1200, -600, 0.5)
249 entity_push(getNaija(), 1200, 600, 0.5)
251 entity_push(getNaija(), 1200, 0, 0.5)
H A Dseawolf.lua141 entity_push(v.n, vx, vy, 1, 3000, 0.5)
H A Dicejelly.lua106 entity_push(me, x, y, 0.2, len, 0)
H A Djelly.lua108 entity_push(me, x, y, 0.2, len, 0)
H A Djellyshock.lua115 entity_push(me, x, y, 0.2, len, 0)
H A Dpredatorytunicate.lua193 entity_push(v.trappedEnt, -800, 0, 1)
H A Dupsidedownjelly.lua134 entity_push(v.n, vx, vy, 0.5, 2500, 0)
H A Dnauplius.lua113 entity_push(me, x, y, 0.2, len, 0)
H A Djellyzap.lua170 entity_push(me, x, y, 0.2, len, 0)
H A Doctomun.lua305 entity_push(v.grabbingEntity, 1000, 0, 1)
H A Dnautilusprime.lua153 entity_push(getNaija(), x, y, 0.5)
H A Dcreatorform1.lua122 entity_push(v.n, -500, 0, 1)
H A Dhellbeast.lua630 entity_push(v.n, 1200, 0, 0)
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/guert_mod/tempo/
H A Denergybarrier.lua127 entity_push(e, 1000, entity_vely(e), 0.5, 1000)
129 entity_push(e, -1000, entity_vely(e), 0.5, 1000)
133 entity_push(e, entity_velx(e), 1000, 0.5, 1000)
135 entity_push(e, entity_velx(e), -1000, 0.5, 1000)
H A Djelly.lua106 entity_push(me, x, y, 0.2, len, 0)
H A Dnauplius.lua113 entity_push(me, x, y, 0.2, len, 0)
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/_unused/
H A Denergygod.lua67 entity_push(getNaija(), 1200, 0, 1)
H A Denergybossclimb.lua63 entity_push(getNaija(), 0, -1200, 1)
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/guert_mod/scripts/
H A Dnautilusprime.lua149 entity_push(getNaija(), x, y, 0.5)
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp7075 luaFunc(entity_push) in luaFunc() argument
10250 luaRegister(entity_push),