mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +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
|
|
@ -231,6 +231,7 @@ afxXM_LocalOffsetData::afxXM_LocalOffsetData(const afxXM_LocalOffsetData& other,
|
|||
|
||||
void afxXM_LocalOffsetData::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
addField("localOffset", TypePoint3F, Offset(local_offset, afxXM_LocalOffsetData),
|
||||
"...");
|
||||
addField("offsetPos2", TypeBool, Offset(offset_pos2, afxXM_LocalOffsetData),
|
||||
|
|
@ -384,6 +385,7 @@ afxXM_WorldOffsetData::afxXM_WorldOffsetData(const afxXM_WorldOffsetData& other,
|
|||
|
||||
void afxXM_WorldOffsetData::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
addField("worldOffset", TypePoint3F, Offset(world_offset, afxXM_WorldOffsetData),
|
||||
"...");
|
||||
addField("offsetPos2", TypeBool, Offset(offset_pos2, afxXM_WorldOffsetData),
|
||||
|
|
@ -486,4 +488,4 @@ void afxXM_WorldOffset2_fixed::updateParams(F32 dt, F32 elapsed, afxXM_Params& p
|
|||
params.pos2 += world_offset;
|
||||
}
|
||||
|
||||
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
|
||||
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue