Home
last modified time | relevance | path

Searched refs:askField (Results 1 – 5 of 5) sorted by relevance

/dports/games/fillets-ng/fillets-ng-1.0.1/src/level/
H A DLevelScript.cpp95 LevelScript::askField(const V2 &loc) in askField() function in LevelScript
97 return room()->askField(loc); in askField()
H A DLevelScript.h36 Cube *askField(const V2 &loc);
H A DRoom.cpp150 Room::askField(const V2 &loc) in askField() function in Room
337 Cube *model = askField(fieldPos); in controlMouse()
H A DRoom.h60 Cube *askField(const V2 &loc);
H A Dgame-script.cpp735 Cube *other = getLevelScript(L)->askField(V2(x, y)); in script_model_equals()