Home
last modified time | relevance | path

Searched refs:elevatorPosition (Results 1 – 6 of 6) sorted by relevance

/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dgamemap.cpp698 unsigned int count = gm->elevatorPosition.CountUsed(); in operator <<()
701 TMap<unsigned int, MapSpot>::Iterator iter(gm->elevatorPosition); in operator <<()
714 gm->elevatorPosition.Clear(); in operator <<()
721 gm->elevatorPosition[key] = value; in operator <<()
H A Dlnspec.cpp428 map->elevatorPosition[elevTag] = NULL; in EVElevator()
465 map->elevatorPosition[elevTag] = next; in Tick()
693 if(map->elevatorPosition[trig->arg[0]] != swtch) in DECLARE_POINTER()
696 if(map->elevatorPosition[trig->arg[0]] == NULL) in DECLARE_POINTER()
H A Dgamemap.h217 TMap<unsigned int, Plane::Map *> elevatorPosition; variable
H A Dgamemap_planes.cpp1006 elevatorPosition[elevTag] = swtch; in ReadPlanesData()
/dports/games/flightgear/flightgear-2020.3.11/utils/fgai/
H A Dfgai.cxx106 void setElevatorPosition(double elevatorPosition)
107 { _elevatorPosition = elevatorPosition; }
/dports/games/scummvm/scummvm-2.5.1/engines/buried/environ/
H A Dda_vinci.cpp336 byte elevatorPosition = ((SceneViewWindow *)viewWindow)->getGlobalFlags().dsPTElevatorPresent; in mouseUp() local
339 if (direction == 0 && elevatorPosition == 1) { in mouseUp()
344 } else if (direction == 1 && elevatorPosition == 0) { in mouseUp()
360 byte elevatorPosition = ((SceneViewWindow *)viewWindow)->getGlobalFlags().dsPTElevatorPresent; in specifyCursor() local
363 if (direction == 1 && elevatorPosition == 0) in specifyCursor()
365 else if (direction == 0 && elevatorPosition == 1) in specifyCursor()