mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
40e4ad3f5a
* Add stow FRIES interaction Allows stowing FRIES (retracting the hooks, closing doors) without the need to deploy and cut ropes * Do not automatically stow FRIES anymore * Cleanup more privates
21 lines
405 B
C++
21 lines
405 B
C++
PREP(canCloseRamp);
|
|
PREP(canCutRopes);
|
|
PREP(canDeployRopes);
|
|
PREP(canFastRope);
|
|
PREP(canPrepareFRIES);
|
|
PREP(canStowFRIES);
|
|
PREP(checkVehicleThread);
|
|
PREP(cutRopes);
|
|
PREP(deployAI);
|
|
PREP(deployRopes);
|
|
PREP(equipFRIES);
|
|
PREP(fastRope);
|
|
PREP(fastRopeLocalPFH);
|
|
PREP(fastRopeServerPFH);
|
|
PREP(moduleEquipFRIES);
|
|
PREP(onCutCommon);
|
|
PREP(onPrepareCommon);
|
|
PREP(onRopeBreak);
|
|
PREP(prepareFRIES);
|
|
PREP(stowFRIES);
|