2015-01-11 19:50:29 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-01-29 07:38:46 +00:00
|
|
|
ADDON = false;
|
|
|
|
|
2015-03-20 03:53:58 +00:00
|
|
|
PREP(addPassengerActions);
|
|
|
|
PREP(addPassengersActions);
|
2015-01-13 15:38:21 +00:00
|
|
|
PREP(addSelectableItem);
|
2015-01-12 04:26:07 +00:00
|
|
|
PREP(applyButtons);
|
2015-04-13 05:23:00 +00:00
|
|
|
PREP(canBecomeLeader);
|
2015-03-03 02:30:11 +00:00
|
|
|
PREP(canInteractWithCivilian);
|
2015-04-26 18:57:55 +00:00
|
|
|
PREP(canJoinGroup);
|
|
|
|
PREP(canJoinTeam);
|
2015-01-12 04:26:07 +00:00
|
|
|
PREP(canTapShoulder);
|
2015-04-13 05:23:00 +00:00
|
|
|
PREP(doBecomeLeader);
|
2015-01-12 04:26:07 +00:00
|
|
|
PREP(getDoor);
|
|
|
|
PREP(getDoorAnimations);
|
|
|
|
PREP(getDown);
|
|
|
|
PREP(getSelectedButton);
|
2015-05-01 04:56:39 +00:00
|
|
|
PREP(getWeaponPos);
|
2015-01-12 04:26:07 +00:00
|
|
|
PREP(hideMenu);
|
|
|
|
PREP(hideMouseHint);
|
|
|
|
PREP(isInRange);
|
|
|
|
PREP(joinTeam);
|
|
|
|
PREP(moduleInteraction);
|
|
|
|
PREP(moveDown);
|
|
|
|
PREP(onSelectMenuDblClick);
|
|
|
|
PREP(openDoor);
|
|
|
|
PREP(openMenuSelectUI);
|
|
|
|
PREP(openSelectMenu);
|
|
|
|
PREP(prepareSelectMenu);
|
|
|
|
PREP(push);
|
|
|
|
PREP(removeTag);
|
|
|
|
PREP(sendAway);
|
|
|
|
PREP(showMouseHint);
|
|
|
|
PREP(sortOptionsByPriority);
|
|
|
|
PREP(tapShoulder);
|
2015-01-18 18:38:27 +00:00
|
|
|
|
2015-01-29 07:38:46 +00:00
|
|
|
ADDON = true;
|