mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 00:05:40 +00:00
add "docsURL" filter to assignFieldsFrom to prevent it from triggering opening web pages when inheriting values
This commit is contained in:
parent
f5a34308f9
commit
1b33b01eb1
15 changed files with 18 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ afxParticleEmitterData::afxParticleEmitterData(const afxParticleEmitterData& oth
|
|||
|
||||
void afxParticleEmitterData::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
addField("fadeVelocity", TypeBool, Offset(fade_velocity, afxParticleEmitterData),
|
||||
"If true, the initial velocity of emitted particles is multiplied by the fade amount "
|
||||
"of the containing effect wrapper. As the effect fades-in and out, so does the "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue