ACE3/addons/interaction/XEH_preInit.sqf

37 lines
616 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
// interaction menu
PREP(addPassengerActions)
PREP(addPassengersActions);
PREP(getWeaponPos);
PREP(moduleInteraction);
PREP(removeTag);
// scroll wheel hint
PREP(showMouseHint);
PREP(hideMouseHint);
// interaction with units
2015-03-03 02:30:11 +00:00
PREP(canInteractWithCivilian);
PREP(getDown);
PREP(sendAway);
PREP(canJoinGroup);
PREP(canJoinTeam);
PREP(joinTeam);
PREP(canBecomeLeader);
2015-04-13 05:23:00 +00:00
PREP(doBecomeLeader);
PREP(canTapShoulder);
PREP(tapShoulder);
// interaction with doors
2015-01-12 04:26:07 +00:00
PREP(getDoor);
PREP(getDoorAnimations);
PREP(openDoor);
// interaction with boats
2015-01-12 04:26:07 +00:00
PREP(push);
2015-01-18 18:38:27 +00:00
2015-01-29 07:38:46 +00:00
ADDON = true;