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

Method SetWorld

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

Called by the world on Spawn and Destroy. @param world the pointer to the current world */

Source from the content-addressed store, hash-verified

56 @param world the pointer to the current world
57 */
58 void SetWorld(const WeakRef<World>& world) {
59 worldptr = world;
60 }
61
62 /**
63 Check if this Entity has been spawned

Callers 1

tickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected