adds drawicon3d wrapper from Hizumi and status for vflag use

This commit is contained in:
2024-02-15 15:13:04 -08:00
parent 4fb0ea9a15
commit d2758b7570
7 changed files with 90 additions and 53 deletions

View 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;