mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Second batch of cleaned up files.
This commit is contained in:
@ -13,11 +13,9 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
private ["_unit", "_action", "_id", "_name", "_actionsVar", "_currentID", "_actionIDs", "_actions", "_actionID", "_nameVar"];
|
||||
private ["_name", "_actionsVar", "_currentID", "_actionIDs", "_actions", "_actionID", "_nameVar"];
|
||||
|
||||
_unit = _this select 0;
|
||||
_action = _this select 1;
|
||||
_id = _this select 2;
|
||||
PARAMS_3(_unit,_action,_id);
|
||||
|
||||
if (_id == -1) exitWith {};
|
||||
|
||||
|
Reference in New Issue
Block a user