mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
288f956316
* Fixed glassdoor Fixed so glassdoor now works with ace slow open. * Made it more pretty with new file Made it more pretty with new file * Tidy up a bit * Removed white space * Replace tabs with spaces Replace tabs with spaces * Simplified and added comments * Changes + was stupid was commit Changes to go with code guidlines and extra check if door is empty * Tabs to spaces * Small fixes + Fixed so CUP houses now works Fixed so CUP houses now works * Remove todo * Fixed requested changes * Removed whitespaces
43 lines
769 B
C++
43 lines
769 B
C++
|
|
// interaction menu
|
|
PREP(addPassengerActions);
|
|
PREP(addPassengersActions);
|
|
PREP(getInteractionDistance);
|
|
PREP(getVehiclePos);
|
|
PREP(getVehiclePosComplex);
|
|
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(getGlassDoor);
|
|
PREP(getDoorAnimations);
|
|
PREP(handleScrollWheel);
|
|
PREP(openDoor);
|
|
|
|
// interaction with boats
|
|
PREP(canPush);
|
|
PREP(push);
|
|
|
|
PREP(switchLamp);
|