mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +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
|
|
@ -137,6 +137,7 @@ EndImplementEnumType;
|
|||
|
||||
void ItemData::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
Parent::initPersistFields();
|
||||
addGroup("Physics");
|
||||
addField("friction", TypeF32, Offset(friction, ItemData), "A floating-point value specifying how much velocity is lost to impact and sliding friction.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue