Home
last modified time | relevance | path

Searched defs:GetAlive (Results 1 – 4 of 4) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/planet/Defense.ocf/FightForGidl.ocs/DoorDummy.ocd/
H A DScript.c3 public func GetAlive() { return true; } in GetAlive() function
/dports/games/galaxyhack/galaxyhack/src/
H A DRTSUnit.h85 int GetAlive() const {return hUnit->alive;} in GetAlive() function
H A DGroup.h135 int GetAlive() const {return hGroup->alive;} in GetAlive() function
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4Object.h306 bool GetAlive() const { return Alive; } in GetAlive() function