9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
#include "..\script_component.hpp"
|
|
|
|
params [["_code", {}, [{}]]];
|
|
|
|
private _pfhCode = localNamespace getVariable [QGVAR(pfhCode), []];
|
|
_pfhCode pushBack _code;
|
|
localNamespace setVariable [QGVAR(pfhCode), _pfhCode];
|
|
|
|
count _pfhCode; |