mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 04:20:30 +00:00
Merge pull request #1024 from Azaezel/alpha41/TypeHints
add TypeHints for scenetree viewing
This commit is contained in:
commit
06e4ce01a9
10 changed files with 50 additions and 1 deletions
|
|
@ -549,6 +549,9 @@ class SimObject: public ConsoleObject, public TamlCallbacks
|
|||
/// Get the internal name of this control
|
||||
StringTableEntry getInternalName() const { return mInternalName; }
|
||||
|
||||
/// type-specified slot for returning hints for the main difference between object instances
|
||||
virtual StringTableEntry getTypeHint() const { return StringTable->EmptyString(); }
|
||||
|
||||
/// Set the original name of this control
|
||||
void setOriginalName(const char* originalName);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue