ACE3/addons/interaction/XEH_PREP.hpp

41 lines
719 B
C++
Raw Normal View History

2016-02-22 14:20:36 +00:00
// interaction menu
PREP(addPassengerActions);
PREP(addPassengersActions);
2016-06-15 00:37:22 +00:00
PREP(getVehiclePos);
PREP(getVehiclePosComplex);
2016-02-22 14:20:36 +00:00
PREP(getWeaponPos);
PREP(moduleInteraction);
// scroll wheel hint
PREP(showMouseHint);
PREP(hideMouseHint);
// interaction with units
PREP(canInteractWithCivilian);
PREP(getDown);
PREP(sendAway);
PREP(canJoinGroup);
PREP(canJoinTeam);
PREP(joinTeam);
PREP(canPassMagazine);
PREP(passMagazine);
PREP(canBecomeLeader);
PREP(doBecomeLeader);
PREP(canTapShoulder);
PREP(tapShoulder);
PREP(canPardon);
PREP(pardon);
// interaction with doors
PREP(getDoor);
PREP(getDoorAnimations);
PREP(handleScrollWheel);
PREP(openDoor);
// interaction with boats
PREP(canPush);
2016-02-22 14:20:36 +00:00
PREP(push);
PREP(switchLamp);