Home
last modified time | relevance | path

Searched refs:gateStartHeight (Results 1 – 4 of 4) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dactgate.cpp98 gateStartHeight = this->z; in actGate()
101 this->z = gateStartHeight - 12; in actGate()
126 if ( this->z < gateStartHeight ) in actGate()
129 this->z = std::min(gateStartHeight, this->z + gateVelZ); in actGate()
139 if ( this->z > gateStartHeight - 12 ) in actGate()
141 this->z = std::max(gateStartHeight - 12, this->z - 0.25); in actGate()
171 if ( this->z > gateStartHeight - 6 && this->flags[PASSABLE] ) in actGate()
196 else if ( this->z < gateStartHeight - 9 && !this->flags[PASSABLE] ) in actGate()
H A Dentity_editor.cpp131 gateStartHeight(fskill[0]), in Entity()
H A Dentity.hpp261 real_t& gateStartHeight; //fskill[0] member in Entity
H A Dentity.cpp156 gateStartHeight(fskill[0]), in Entity()