mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Change PREPF to PREP for interaction
This commit is contained in:
parent
f99f1a2791
commit
9ce4f585ca
@ -1,46 +1,46 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
PREPF(addInteraction);
|
||||
PREPF(addInteractionSelf);
|
||||
PREPF(AddSelectableItem);
|
||||
PREPF(addToTooltip);
|
||||
PREPF(applyButtons);
|
||||
PREPF(canInteractWith);
|
||||
PREPF(canTapShoulder);
|
||||
PREPF(getActions2);
|
||||
PREPF(GetActions);
|
||||
PREPF(getDoor);
|
||||
PREPF(getDoorAnimations);
|
||||
PREPF(getDown);
|
||||
PREPF(getSelectedButton);
|
||||
PREPF(hideMenu);
|
||||
PREPF(hideMouseHint);
|
||||
PREPF(initialiseInteraction);
|
||||
PREPF(isInRange);
|
||||
PREPF(joinTeam);
|
||||
PREPF(menuKeyInput);
|
||||
PREPF(moduleInteraction);
|
||||
PREPF(moveDown);
|
||||
PREPF(onButtonDown);
|
||||
PREPF(onButtonDownSelf);
|
||||
PREPF(onButtonUp);
|
||||
PREPF(onClick);
|
||||
PREPF(onSelectMenuDblClick);
|
||||
PREPF(openDoor);
|
||||
PREPF(openMenu);
|
||||
PREPF(openMenuSelectUI);
|
||||
PREPF(openMenuSelf);
|
||||
PREPF(openSelectMenu);
|
||||
PREPF(openSubMenu);
|
||||
PREPF(openSubMenuSelf);
|
||||
PREPF(prepareSelectMenu);
|
||||
PREPF(push);
|
||||
PREPF(removeInteraction);
|
||||
PREPF(removeInteractionSelf);
|
||||
PREPF(removeTag);
|
||||
PREPF(sendAway);
|
||||
PREPF(showMenu);
|
||||
PREPF(showMouseHint);
|
||||
PREPF(sortOptionsByPriority);
|
||||
PREPF(tapShoulder);
|
||||
PREPF(updateTooltipPosition);
|
||||
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);
|
Loading…
Reference in New Issue
Block a user