mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
38 lines
721 B
Plaintext
38 lines
721 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP(addPassengerActions);
|
|
PREP(addPassengersActions);
|
|
PREP(addSelectableItem);
|
|
PREP(applyButtons);
|
|
PREP(canBecomeLeader);
|
|
PREP(canInteractWithCivilian);
|
|
PREP(canJoinGroup);
|
|
PREP(canJoinTeam);
|
|
PREP(canTapShoulder);
|
|
PREP(doBecomeLeader);
|
|
PREP(getDoor);
|
|
PREP(getDoorAnimations);
|
|
PREP(getDown);
|
|
PREP(getSelectedButton);
|
|
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);
|
|
|
|
ADDON = true;
|