Second batch of cleaned up files.

This commit is contained in:
SAM
2015-05-14 20:06:06 +02:00
parent 9b55dd0b57
commit 0b6f02f45e
157 changed files with 826 additions and 957 deletions

View File

@ -10,8 +10,8 @@
#include "script_component.hpp"
private ["_object", "_return", "_val", "_category"];
_object = _this select 0;
private ["_return", "_val", "_category"];
PARAMS_1(_object);
_category = if (count _this > 1) then { _this select 1 } else { "" };
if (isnil QGVAR(OBJECT_VARIABLES_STORAGE)) exitwith {