mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
51 lines
955 B
Plaintext
51 lines
955 B
Plaintext
#include "script_component.hpp"
|
|
|
|
PREP(addInteraction);
|
|
PREP(addInteractionSelf);
|
|
PREP(addSelectableItem);
|
|
PREP(addToTooltip);
|
|
PREP(applyButtons);
|
|
PREP(canInteractWith);
|
|
PREP(canTapShoulder);
|
|
PREP(getActions);
|
|
PREP(getActions2);
|
|
PREP(getDoor);
|
|
PREP(getDoorAnimations);
|
|
PREP(getDown);
|
|
PREP(getSelectedButton);
|
|
PREP(hideMenu);
|
|
PREP(hideMouseHint);
|
|
PREP(initialiseInteraction);
|
|
PREP(isInRange);
|
|
PREP(joinTeam);
|
|
PREP(menuKeyInput);
|
|
PREP(moduleInteraction);
|
|
PREP(moveDown);
|
|
PREP(onButtonDown);
|
|
PREP(onButtonDownSelf);
|
|
PREP(onButtonUp);
|
|
PREP(onClick);
|
|
PREP(onSelectMenuDblClick);
|
|
PREP(openDoor);
|
|
PREP(openMenu);
|
|
PREP(openMenuSelectUI);
|
|
PREP(openMenuSelf);
|
|
PREP(openSelectMenu);
|
|
PREP(openSubMenu);
|
|
PREP(openSubMenuSelf);
|
|
PREP(prepareSelectMenu);
|
|
PREP(push);
|
|
PREP(removeInteraction);
|
|
PREP(removeInteractionSelf);
|
|
PREP(removeTag);
|
|
PREP(sendAway);
|
|
PREP(showMenu);
|
|
PREP(showMouseHint);
|
|
PREP(sortOptionsByPriority);
|
|
PREP(tapShoulder);
|
|
PREP(updateTooltipPosition);
|
|
|
|
|
|
|
|
|