mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
Merge pull request #144 from Azaezel/alpha40_editedCallback
adds an onInspectPostApply(%objectInsatnceID) callback
This commit is contained in:
commit
a7b7f755a3
2 changed files with 3 additions and 2 deletions
|
|
@ -794,7 +794,7 @@ class SceneObject : public NetObject, private SceneContainer::Link, public Proce
|
|||
static bool _setGameObject(void* object, const char* index, const char* data);
|
||||
|
||||
DECLARE_CONOBJECT( SceneObject );
|
||||
|
||||
DECLARE_CALLBACK(void, onInspectPostApply, (SceneObject* obj));
|
||||
private:
|
||||
|
||||
SceneObject( const SceneObject& ); ///< @deprecated disallowed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue