MCPcopy Create free account
hub / github.com/SolarLune/masterplan / DefaultSize

Method DefaultSize

contents.go:3392–3394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3390}
3391
3392func (mc *MapContents) DefaultSize() Vector {
3393 return Vector{globals.GridSize * 8, globals.GridSize * 8}
3394}
3395
3396func (m *MapContents) Collapseable() bool {
3397 return false

Callers 2

NewMapContentsFunction · 0.95
RecreateTextureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected