Author Topic: Callback for when a player runs out of energy?  (Read 422 times)

Is there any callback for when a player runs out of energy/cannot jet anymore? I thought ::onTrigger() would do it but that's only called when the player released the jet key and not necessarily when the player runs out of energy and cannot jet anymore. I've used trace() and dump() and have found no results.