mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
11664b0040
* Update XEH_postInit.sqf * Update XEH_postInit.sqf * Update XEH_postInit.sqf * Different approach * Updated to new script_component * fix variable lookup --------- Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
32 lines
629 B
C++
32 lines
629 B
C++
PREP(canCarry);
|
|
PREP(canDrag);
|
|
PREP(canDrop);
|
|
PREP(canDrop_carry);
|
|
PREP(canRun_carry);
|
|
PREP(carryObject);
|
|
PREP(carryObjectPFH);
|
|
PREP(dragObject);
|
|
PREP(dragObjectPFH);
|
|
PREP(dropObject);
|
|
PREP(dropObject_carry);
|
|
PREP(getWeight);
|
|
PREP(handleAnimChanged);
|
|
PREP(handleKilled);
|
|
PREP(handlePlayerChanged);
|
|
PREP(handlePlayerWeaponChanged);
|
|
PREP(handleScrollWheel);
|
|
PREP(handleUnconscious);
|
|
PREP(initObject);
|
|
PREP(initPerson);
|
|
PREP(isObjectOnObject);
|
|
PREP(pauseCarry);
|
|
PREP(pauseDrag);
|
|
PREP(resumeCarry);
|
|
PREP(resumeDrag);
|
|
PREP(setCarryable);
|
|
PREP(setDraggable);
|
|
PREP(startCarry);
|
|
PREP(startCarryPFH);
|
|
PREP(startDrag);
|
|
PREP(startDragPFH);
|