mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
153644b77a
* fix 2 hemtt ingame errors * Extract broken calls to function * Update addons/interaction/functions/fnc_doRemoteControl.sqf Co-authored-by: Dystopian <sddex@ya.ru> Co-authored-by: Dystopian <sddex@ya.ru>
48 lines
893 B
C++
48 lines
893 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(modifyJoinGroupAction);
|
|
PREP(modifyTeamManagementAction);
|
|
PREP(canJoinTeam);
|
|
PREP(joinTeam);
|
|
PREP(canPassMagazine);
|
|
PREP(passMagazine);
|
|
PREP(canBecomeLeader);
|
|
PREP(doBecomeLeader);
|
|
PREP(doRemoteControl);
|
|
PREP(canTapShoulder);
|
|
PREP(tapShoulder);
|
|
PREP(canPardon);
|
|
PREP(pardon);
|
|
PREP(canPullOutBody);
|
|
PREP(pullOutBody);
|
|
|
|
// interaction with doors
|
|
PREP(getDoor);
|
|
PREP(getGlassDoor);
|
|
PREP(getDoorAnimations);
|
|
PREP(handleScrollWheel);
|
|
PREP(openDoor);
|
|
|
|
// interaction with boats
|
|
PREP(canPush);
|
|
PREP(push);
|
|
|
|
PREP(canFlip);
|