Home
last modified time | relevance | path

Searched refs:isObstructed (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DEntity.cpp921 if (dsq->game->isObstructed(test)) in isNearObstruction()
930 if (dsq->game->isObstructed(test)) in isNearObstruction()
943 if (dsq->game->isObstructed(test)) in isNearObstruction()
958 if (dsq->game->isObstructed(test)) in isNearObstruction()
964 if (dsq->game->isObstructed(test)) in isNearObstruction()
971 if (dsq->game->isObstructed(test)) in isNearObstruction()
977 if (dsq->game->isObstructed(test)) in isNearObstruction()
984 if (dsq->game->isObstructed(test)) in isNearObstruction()
990 if (dsq->game->isObstructed(test)) in isNearObstruction()
997 if (dsq->game->isObstructed(test)) in isNearObstruction()
[all …]
H A DShot.cpp699 bool Shot::isObstructed(float dt) const in isObstructed() function in Shot
704 if (dsq->game->isObstructed(t) in isObstructed()
705 || dsq->game->isObstructed(TileVector(t.x+1, t.y)) in isObstructed()
706 || dsq->game->isObstructed(TileVector(t.x-1, t.y)) in isObstructed()
707 || dsq->game->isObstructed(TileVector(t.x, t.y+1)) in isObstructed()
708 || dsq->game->isObstructed(TileVector(t.x, t.y-1))) in isObstructed()
824 if (isObstructed(dt)) in onUpdate()
835 if (!isObstructed(0)) in onUpdate()
H A DPathFinding.cpp90 if (dsq->game->isObstructed(test)) in molestPath()
94 if (dsq->game->isObstructed(test)) in molestPath()
98 if (dsq->game->isObstructed(test)) in molestPath()
H A DSpore.cpp50 if (dsq->game->isObstructed(TileVector(position))) in isPositionClear()
H A DSchoolFish.cpp274 if (dsq->game->isObstructed(t)) in applyAvoidance()
542 if (dsq->game->isObstructed(position)) in onUpdate()
H A DBeam.cpp107 while (!dsq->game->isObstructed(TileVector(startTile.x, startTile.y))) in trace()
H A DShot.h123 bool isObstructed(float dt) const;
H A DAvatar.cpp3503 if (!dsq->game->isObstructed(t)) in lockToWall()
3510 if (dsq->game->isObstructed(test)) in lockToWall()
3516 if (dsq->game->isObstructed(test)) in lockToWall()
3522 if (dsq->game->isObstructed(test)) in lockToWall()
3528 if (dsq->game->isObstructed(test)) in lockToWall()
3534 if (dsq->game->isObstructed(test)) in lockToWall()
3540 if (dsq->game->isObstructed(test)) in lockToWall()
3546 if (dsq->game->isObstructed(test)) in lockToWall()
3552 if (dsq->game->isObstructed(test)) in lockToWall()
4681 if (dsq->game->isObstructed(t)) in getBeamWidth()
[all …]
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dscooter.lua178 if isObstructed(entity_x(me), entity_y(me)) then
219 if isObstructed(tx, ty) then
H A Dnauplius.lua162 if isObstructed(entity_x(me), entity_y(me)-40) then
167 if isObstructed(entity_x(me), entity_y(me)+40) then
H A Dmermog.lua185 if isObstructed(entity_x(me), entity_y(me)) then
251 if isObstructed(tx, ty) then
H A Dmermoth.lua205 if isObstructed(entity_x(me), entity_y(me)) then
271 if isObstructed(tx, ty) then
H A Dkingcrab.lua138 if isObstructed(entity_x(me), entity_y(me)) then
H A Draspberry.lua110 if isObstructed(entity_x(me), entity_y(me)) then
H A Doriginalraspberry.lua109 if isObstructed(entity_x(me), entity_y(me)) then
H A Dcreatorform2.lua131 if isObstructed(x, y) then
133 while y > 4500 and isObstructed(x, y) do
H A Dsnailgear.lua105 if isObstructed(entity_x(me), entity_y(me)) then
H A Dmoloch.lua100 if isObstructed(entity_x(me), entity_y(me)) then
H A Dclockworkcrab.lua138 if isObstructed(entity_x(me), entity_y(me)) then
H A Dcc_gf.lua144 if not isObstructed(x, y-80) then
H A Dshark.lua105 if isObstructed(entity_x(me) + 300*v.dir, entity_y(me)) then
H A Dscavenger.lua114 while (isObstructed(x,y+16) == false) do
H A Dhorror.lua144 while (isObstructed(x,y) == false) do
H A Dmonkey.lua157 if isObstructed(entity_x(me), entity_y(me)) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/guert_mod/tempo/
H A Dnauplius.lua162 if isObstructed(entity_x(me), entity_y(me)-40) then
167 if isObstructed(entity_x(me), entity_y(me)+40) then

12