2015-03-14 11:05:43 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
ADDON = false;
|
|
|
|
|
2015-03-17 14:42:25 +00:00
|
|
|
PREP(canCarry);
|
2015-03-16 13:31:16 +00:00
|
|
|
PREP(canDrag);
|
2015-03-16 19:09:54 +00:00
|
|
|
PREP(canDrop);
|
2015-03-17 14:42:25 +00:00
|
|
|
PREP(canDrop_carry);
|
|
|
|
PREP(carryObject);
|
|
|
|
PREP(carryObjectPFH);
|
2015-03-16 18:25:29 +00:00
|
|
|
PREP(dragObject);
|
|
|
|
PREP(dragObjectPFH);
|
|
|
|
PREP(dropObject);
|
2015-03-17 14:42:25 +00:00
|
|
|
PREP(dropObject_carry);
|
2015-03-18 13:14:16 +00:00
|
|
|
PREP(getWeight);
|
2015-03-18 14:42:33 +00:00
|
|
|
PREP(handleAnimChanged);
|
|
|
|
PREP(handleKilled);
|
|
|
|
PREP(handlePlayerChanged);
|
|
|
|
PREP(handlePlayerWeaponChanged);
|
2015-03-18 00:36:56 +00:00
|
|
|
PREP(handleScrollWheel);
|
2015-03-24 18:07:39 +00:00
|
|
|
PREP(handleUnconscious);
|
2015-03-14 12:51:23 +00:00
|
|
|
PREP(initObject);
|
2015-03-24 15:12:46 +00:00
|
|
|
PREP(initPerson);
|
2015-03-17 10:44:41 +00:00
|
|
|
PREP(isObjectOnObject);
|
2015-03-17 14:42:25 +00:00
|
|
|
PREP(setCarryable);
|
2015-03-14 12:51:23 +00:00
|
|
|
PREP(setDraggable);
|
2015-03-24 20:37:27 +00:00
|
|
|
PREP(startCarry);
|
|
|
|
PREP(startCarryPFH);
|
2015-03-16 13:31:16 +00:00
|
|
|
PREP(startDrag);
|
2015-03-16 18:25:29 +00:00
|
|
|
PREP(startDragPFH);
|
2015-03-14 11:05:43 +00:00
|
|
|
|
|
|
|
ADDON = true;
|