Optional
initFunction that is called when a new instance of GameObject is created, the engine passes all the arguments of GameObject.deploy function to this function.
Optional
loadedFunction that is called when a GameObject is loaded.
Optional
removeOnce true
, the object will be removed from updatables list and will no
longer receive update calls.
Called every tick.
Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.
Updatable is an object that is notified every tick via it's Updatable.update method call.