mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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
|
|
@ -111,9 +111,9 @@ void afxEffectronData::reloadReset()
|
|||
void afxEffectronData::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
addField("duration", TypeF32, myOffset(duration),
|
||||
addFieldV("duration", TypeRangedF32, myOffset(duration), &CommonValidators::PositiveFloat,
|
||||
"...");
|
||||
addField("numLoops", TypeS32, myOffset(n_loops),
|
||||
addFieldV("numLoops", TypeRangedS32, myOffset(n_loops), &CommonValidators::NegDefaultInt,
|
||||
"...");
|
||||
// effect lists
|
||||
// for each of these, dummy_fx_entry is set and then a validator adds it to the appropriate effects list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue