mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
17 lines
374 B
C++
17 lines
374 B
C++
|
|
PREP(canContinueDiggingTrench);
|
|
PREP(canDigTrench);
|
|
PREP(canRemoveTrench);
|
|
PREP(continueDiggingTrench);
|
|
PREP(handleInteractMenuOpened);
|
|
PREP(handleKilled);
|
|
PREP(handlePlayerChanged);
|
|
PREP(handlePlayerInventoryChanged);
|
|
PREP(handleScrollWheel);
|
|
PREP(handleUnconscious);
|
|
PREP(placeCancel);
|
|
PREP(placeConfirm);
|
|
PREP(placeTrench);
|
|
PREP(removeTrench);
|
|
PREP(setTrenchPlacement);
|