Home
last modified time | relevance | path

Searched defs:canAirJump (Results 1 – 2 of 2) sorted by relevance

/dports/games/openlierox/OpenLieroX/src/client/
H A DCClient_Parse.cpp2576 bool canAirJump = bs->readBit(); in ParseWormProps() local
/dports/games/openlierox/OpenLieroX/include/
H A DCWorm.h548 bool canAirJump() const { return bCanAirJump; } in canAirJump() function