Game Development Community

onUpdate enableUpdateCallback disableUpdateCallback - secret?

by Lance Hampton · in Torque Game Builder · 05/26/2009 (11:59 am) · 3 replies

I can't find any mention of these in actual reference documentation:
onUpdate
enableUpdateCallback
disableUpdateCallback

Looking through the code, they would seem to be in the t2dSceneObject.

#1
05/26/2009 (1:09 pm)
There are some references in TDN

tdn.garagegames.com/wiki/TGB/Behaviors/Callbacks
#2
05/26/2009 (1:36 pm)
SceneObject is documented on the Behavior page?

I'd chalk that up to coincidental more than intentional. I feel like I'm missing some pages somewhere.

I don't see any way to get to the onUpdate() callback from:
http://tdn.garagegames.com/wiki/TGB/Reference

#3
05/26/2009 (9:30 pm)
i've used those instructions a couple times in a project i made when i was starting with TGB... so, what exactly are you looking for, maybe i can help?