mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
40 lines
691 B
C++
40 lines
691 B
C++
|
|
// interaction menu
|
|
PREP(addPassengerActions);
|
|
PREP(addPassengersActions);
|
|
PREP(getVehiclePos);
|
|
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);
|
|
PREP(push);
|
|
|
|
PREP(switchLamp);
|