Home
last modified time | relevance | path

Searched refs:IsFlyingOverInventory (Results 1 – 3 of 3) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/game/
H A DInventory.h246 bool IsFlyingOverInventory(Vec2s * pos);
H A DInventory.cpp1660 bool IsFlyingOverInventory(Vec2s * pos) in IsFlyingOverInventory() function
1691 if (!IsFlyingOverInventory(pos)) in GetFromInventory()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/scene/
H A DInteractive.cpp2559 if (IsFlyingOverInventory(pos)) in InterClick()