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"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
PREPF(addInteraction);
|
PREP(addInteraction);
|
||||||
PREPF(addInteractionSelf);
|
PREP(addInteractionSelf);
|
||||||
PREPF(AddSelectableItem);
|
PREP(AddSelectableItem);
|
||||||
PREPF(addToTooltip);
|
PREP(addToTooltip);
|
||||||
PREPF(applyButtons);
|
PREP(applyButtons);
|
||||||
PREPF(canInteractWith);
|
PREP(canInteractWith);
|
||||||
PREPF(canTapShoulder);
|
PREP(canTapShoulder);
|
||||||
PREPF(getActions2);
|
PREP(getActions2);
|
||||||
PREPF(GetActions);
|
PREP(GetActions);
|
||||||
PREPF(getDoor);
|
PREP(getDoor);
|
||||||
PREPF(getDoorAnimations);
|
PREP(getDoorAnimations);
|
||||||
PREPF(getDown);
|
PREP(getDown);
|
||||||
PREPF(getSelectedButton);
|
PREP(getSelectedButton);
|
||||||
PREPF(hideMenu);
|
PREP(hideMenu);
|
||||||
PREPF(hideMouseHint);
|
PREP(hideMouseHint);
|
||||||
PREPF(initialiseInteraction);
|
PREP(initialiseInteraction);
|
||||||
PREPF(isInRange);
|
PREP(isInRange);
|
||||||
PREPF(joinTeam);
|
PREP(joinTeam);
|
||||||
PREPF(menuKeyInput);
|
PREP(menuKeyInput);
|
||||||
PREPF(moduleInteraction);
|
PREP(moduleInteraction);
|
||||||
PREPF(moveDown);
|
PREP(moveDown);
|
||||||
PREPF(onButtonDown);
|
PREP(onButtonDown);
|
||||||
PREPF(onButtonDownSelf);
|
PREP(onButtonDownSelf);
|
||||||
PREPF(onButtonUp);
|
PREP(onButtonUp);
|
||||||
PREPF(onClick);
|
PREP(onClick);
|
||||||
PREPF(onSelectMenuDblClick);
|
PREP(onSelectMenuDblClick);
|
||||||
PREPF(openDoor);
|
PREP(openDoor);
|
||||||
PREPF(openMenu);
|
PREP(openMenu);
|
||||||
PREPF(openMenuSelectUI);
|
PREP(openMenuSelectUI);
|
||||||
PREPF(openMenuSelf);
|
PREP(openMenuSelf);
|
||||||
PREPF(openSelectMenu);
|
PREP(openSelectMenu);
|
||||||
PREPF(openSubMenu);
|
PREP(openSubMenu);
|
||||||
PREPF(openSubMenuSelf);
|
PREP(openSubMenuSelf);
|
||||||
PREPF(prepareSelectMenu);
|
PREP(prepareSelectMenu);
|
||||||
PREPF(push);
|
PREP(push);
|
||||||
PREPF(removeInteraction);
|
PREP(removeInteraction);
|
||||||
PREPF(removeInteractionSelf);
|
PREP(removeInteractionSelf);
|
||||||
PREPF(removeTag);
|
PREP(removeTag);
|
||||||
PREPF(sendAway);
|
PREP(sendAway);
|
||||||
PREPF(showMenu);
|
PREP(showMenu);
|
||||||
PREPF(showMouseHint);
|
PREP(showMouseHint);
|
||||||
PREPF(sortOptionsByPriority);
|
PREP(sortOptionsByPriority);
|
||||||
PREPF(tapShoulder);
|
PREP(tapShoulder);
|
||||||
PREPF(updateTooltipPosition);
|
PREP(updateTooltipPosition);
|
Loading…
Reference in New Issue
Block a user