MCPcopy Create free account
hub / github.com/crossuo/crossuo / IsWorldObject

Method IsWorldObject

src/RenderObject.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 virtual bool IsGUI() { return false; }
41 virtual bool IsText() { return false; }
42 virtual bool IsWorldObject() { return false; }
43 virtual bool IsGameObject() const { return false; }
44 virtual void UpdateRealDrawCoordinates() {}
45 virtual void UpdateDrawCoordinates() {}

Callers 7

ProcessMethod · 0.45
CalculateRenderListMethod · 0.45
RenderMethod · 0.45
OnLeftMouseButtonUpMethod · 0.45
OnRightMouseButtonUpMethod · 0.45
CanBuildHereMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected