mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
ZoneCodeGenerator: Fix const char strings not being registered as strings yet in the commands file
This commit is contained in:
parent
5d3c13e833
commit
8355ad4b76
@ -505,6 +505,16 @@ set condition internals::floatVal dataType == VAL_FLOAT;
|
||||
set condition internals::string dataType == VAL_STRING;
|
||||
set condition internals::dvar never;
|
||||
|
||||
// multiDef_s
|
||||
use multiDef_s;
|
||||
set string dvarList;
|
||||
set string dvarStr;
|
||||
|
||||
// profileMultiDef_s
|
||||
use profileMultiDef_s;
|
||||
set string profileVarList;
|
||||
set string profileVarStr;
|
||||
|
||||
// =========================================
|
||||
// LocalizeEntry
|
||||
// =========================================
|
||||
@ -520,6 +530,9 @@ use WeaponVariantDef;
|
||||
set string szInternalName;
|
||||
set name szInternalName;
|
||||
|
||||
use WeaponDef;
|
||||
set string accuracyGraphName;
|
||||
|
||||
// =========================================
|
||||
// WeaponAttachment
|
||||
// =========================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user