2015-01-11 19:50:29 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-01-12 04:26:07 +00:00
|
|
|
PREP(addInteraction);
|
|
|
|
PREP(addInteractionSelf);
|
|
|
|
PREP(AddSelectableItem);
|
|
|
|
PREP(addToTooltip);
|
|
|
|
PREP(applyButtons);
|
|
|
|
PREP(canInteractWith);
|
|
|
|
PREP(canTapShoulder);
|
|
|
|
PREP(getActions2);
|
|
|
|
PREP(GetActions);
|
|
|
|
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);
|