Draggin Privates

This commit is contained in:
PabstMirror 2015-05-12 23:01:59 -05:00
parent 998cbf0fd3
commit 3978445837
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@
*/
#include "script_component.hpp"
private ["_object", "_enableCarry", "_position", "_direction"];
private ["_carryAction", "_dropAction", "_object", "_enableCarry", "_position", "_direction"];
//IGNORE_PRIVATE_WARNING("_player", "_target");
_this resize 4;

View File

@ -14,7 +14,8 @@
*/
#include "script_component.hpp"
private ["_object", "_enableDrag", "_position", "_direction"];
private ["_dragAction", "_dropAction", "_object", "_enableDrag", "_position", "_direction"];
//IGNORE_PRIVATE_WARNING("_player", "_target");
_this resize 4;