MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / Start

Method Start

include/RavEngine/Entity.hpp:103–103  ·  view source on GitHub ↗

Invoked by the world when the entity is added to the World */

Source from the content-addressed store, hash-verified

101 Invoked by the world when the entity is added to the World
102 */
103 virtual void Start() {}
104
105 /**
106 Invoked by the world when the entity is despawned, but despawning has not happened yet. Use to preemptively clean up data.

Callers 1

tickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected