mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 20:05:33 +00:00
add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector
This commit is contained in:
parent
a0bbe0ec18
commit
f5a34308f9
382 changed files with 588 additions and 130 deletions
|
|
@ -132,6 +132,7 @@ afxXM_BaseData::afxXM_BaseData(const afxXM_BaseData& other, bool temp_clone) : G
|
|||
|
||||
void afxXM_BaseData::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
addField("ignoreTimeFactor", TypeBool, Offset(ignore_time_factor, afxXM_BaseData),
|
||||
"...");
|
||||
|
||||
|
|
@ -213,6 +214,7 @@ F32 afxXM_WeightedBaseData::getWeightFactor() const
|
|||
|
||||
void afxXM_WeightedBaseData::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
addField("delay", TypeF32, Offset(delay, afxXM_WeightedBaseData),
|
||||
"...");
|
||||
addField("lifetime", TypeF32, Offset(lifetime, afxXM_WeightedBaseData),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue