mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-22 05:40:55 +00:00
backup
WeakRefBase is now threadsafe and uses an actual weak_ptr to drive its logic, strongrefbase is next.
This commit is contained in:
parent
1fed963d82
commit
f1f09efbfa
6 changed files with 120 additions and 62 deletions
|
|
@ -609,6 +609,7 @@ class SimObject: public ConsoleObject, public TamlCallbacks
|
|||
|
||||
/// @name Events
|
||||
/// @{
|
||||
//virtual void onPrepare();
|
||||
|
||||
/// Called when the object is added to the sim.
|
||||
virtual bool onAdd();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue