mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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
|
|
@ -62,6 +62,7 @@ UndoAction::~UndoAction()
|
|||
//-----------------------------------------------------------------------------
|
||||
void UndoAction::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
addField("actionName", TypeRealString, Offset(mActionName, UndoAction),
|
||||
"A brief description of the action, for UI representation of this undo/redo action.");
|
||||
|
||||
|
|
@ -185,6 +186,7 @@ UndoManager::~UndoManager()
|
|||
//-----------------------------------------------------------------------------
|
||||
void UndoManager::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
addField("numLevels", TypeS32, Offset(mNumLevels, UndoManager), "Number of undo & redo levels.");
|
||||
// arrange for the default undo manager to exist.
|
||||
// UndoManager &def = getDefaultManager();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue