tool.Labyrinth
tool.Labyrinth
Fields
| Name | Type | |
|---|---|---|
nodes | hl.types.ArrayObj | |
width | I32 | |
height | I32 | |
startNode | tool.LabyrinthNode | |
endNode | tool.LabyrinthNode |
Protos
f@32139getNode(tool.Labyrinth, I32, I32) → tool.LabyrinthNodef@32140buildGraph(tool.Labyrinth, libs.Rand) → Void
Bindings
- static
f@32148__constructor__(tool.Labyrinth, I32, I32, hl.types.ArrayBytes_Int, hl.types.ArrayBytes_Int) → Void