mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
1a95070b80
* Port 7833 to use surfaceTexture * Add camo action * Remove unused args from statement call * Rogue missing space * Add animation + delay for camo action * Add authors
19 lines
425 B
C++
19 lines
425 B
C++
|
|
PREP(camouflageTrench);
|
|
PREP(canCamouflageTrench);
|
|
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);
|