mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-22 22:00:54 +00:00
fill in the validated variables
This commit is contained in:
parent
fa760fa746
commit
f633ef3a3d
184 changed files with 1359 additions and 1216 deletions
|
|
@ -103,7 +103,7 @@ afxXM_ShockwaveData::afxXM_ShockwaveData(const afxXM_ShockwaveData& other, bool
|
|||
void afxXM_ShockwaveData::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
addField("rate", TypeF32, Offset(rate, afxXM_ShockwaveData),
|
||||
addFieldV("rate", TypeRangedF32, Offset(rate, afxXM_ShockwaveData), &CommonValidators::PositiveFloat,
|
||||
"...");
|
||||
addField("aimZOnly", TypeBool, Offset(aim_z_only, afxXM_ShockwaveData),
|
||||
"...");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue