mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 05:45:40 +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
|
|
@ -631,6 +631,7 @@ afxXM_WaveScalarData::afxXM_WaveScalarData(const afxXM_WaveScalarData& other, bo
|
|||
|
||||
void afxXM_WaveScalarData::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
addField("a", TypeF32, Offset(a, afxXM_WaveScalarData),
|
||||
"...");
|
||||
addField("b", TypeF32, Offset(b, afxXM_WaveScalarData),
|
||||
|
|
@ -757,6 +758,7 @@ afxXM_WaveRiderScalarData::afxXM_WaveRiderScalarData(const afxXM_WaveRiderScalar
|
|||
|
||||
void afxXM_WaveRiderScalarData::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
addField("a", TypeF32, Offset(a, afxXM_WaveRiderScalarData),
|
||||
"...");
|
||||
addField("b", TypeF32, Offset(b, afxXM_WaveRiderScalarData),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue