adds drawicon3d wrapper from Hizumi and status for vflag use
This commit is contained in:
9
framework/client/functions/fn_registerPFHCode.sqf
Normal file
9
framework/client/functions/fn_registerPFHCode.sqf
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "..\script_component.hpp"
|
||||
|
||||
params [["_code", {}, [{}]]];
|
||||
|
||||
private _pfhCode = localNamespace getVariable [QGVAR(pfhCode), []];
|
||||
_pfhCode pushBack _code;
|
||||
localNamespace setVariable [QGVAR(pfhCode), _pfhCode];
|
||||
|
||||
count _pfhCode;
|
||||
Reference in New Issue
Block a user