Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AddRender
Method · 0.45
UpdateMaxDrawZ
Method · 0.45
OnLeftMouseButtonUp
Method · 0.45
CanEraseHere
Method · 0.45
OnTargetWorld
Method · 0.45
CalculateNearZ
Method · 0.45
CreateItemsList
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected