IslandEdge: Difference between revisions

From Crumbled World Wiki
(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. |- |}")
 
(No difference)

Latest revision as of 12:59, 5 July 2025

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.