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

Method IsMultiObject

src/GameObjects/MultiObject.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 virtual void Draw(int x, int y);
19 virtual void Select(int x, int y);
20 bool IsMultiObject() { return true; }
21 virtual bool IsCustomHouseMulti() { return false; }
22};

Callers 7

AddRenderMethod · 0.45
UpdateMaxDrawZMethod · 0.45
OnLeftMouseButtonUpMethod · 0.45
CanEraseHereMethod · 0.45
OnTargetWorldMethod · 0.45
CalculateNearZMethod · 0.45
CreateItemsListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected