2016-02-22 14:20:36 +00:00
|
|
|
|
|
|
|
// interaction menu
|
|
|
|
PREP(addPassengerActions);
|
|
|
|
PREP(addPassengersActions);
|
2016-06-15 00:37:22 +00:00
|
|
|
PREP(getVehiclePos);
|
2016-08-27 08:37:58 +00:00
|
|
|
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
|
2016-05-13 14:33:15 +00:00
|
|
|
PREP(canPush);
|
2016-02-22 14:20:36 +00:00
|
|
|
PREP(push);
|
|
|
|
|
|
|
|
PREP(switchLamp);
|