IslandEdge

From Crumbled World Wiki
Revision as of 12:59, 5 July 2025 by Anders (talk | contribs) (Created page with "{{:IslandEdgeExampleCode}} ==Example== ==Functions== {| class="wikitable" !|return !|function !|description |- |{{Vec3()}} |getHulls() |Returns the hull list. table getHulls()[1] is the island outer edge. Remaining hulls example getHulls()[2] and higher represent the holes in the island. |- |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

IslandEdgeExampleCode

Example

Functions

return function description
{{Vec3()}} getHulls() Returns the hull list. table getHulls()[1] is the island outer edge.

Remaining hulls example getHulls()[2] and higher represent the holes in the island.