mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 00:23:46 +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
|
|
@ -47,6 +47,7 @@ MECreateUndoAction::~MECreateUndoAction()
|
|||
|
||||
void MECreateUndoAction::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
Parent::initPersistFields();
|
||||
}
|
||||
|
||||
|
|
@ -132,6 +133,7 @@ MEDeleteUndoAction::~MEDeleteUndoAction()
|
|||
|
||||
void MEDeleteUndoAction::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
Parent::initPersistFields();
|
||||
}
|
||||
|
||||
|
|
@ -238,6 +240,7 @@ InspectorFieldUndoAction::InspectorFieldUndoAction( const UTF8 *actionName )
|
|||
|
||||
void InspectorFieldUndoAction::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
addField( "inspectorGui", TYPEID< GuiInspector >(), Offset( mInspector, InspectorFieldUndoAction ) );
|
||||
addField( "objectId", TypeS32, Offset( mObjId, InspectorFieldUndoAction ) );
|
||||
addField( "fieldName", TypeString, Offset( mSlotName, InspectorFieldUndoAction ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue