Skip to content
Fields
| Name | Type |
|---|
| lMap | level.LevelMap |
| left | I32 |
| walkY | I32 |
| collY | I32 |
| wid | I32 |
| heights | hl.types.ArrayBytes_Int |
| minHeight | I32 |
| maxHeight | I32 |
| occupations | haxe.ds.IntMap |
| occupiedCount | I32 |
Protos
f@3155 getPoints(level.Platform) → hl.types.ArrayObj
f@3156 getFreePoints(level.Platform) → hl.types.ArrayObj
f@3157 addOccupation(level.Platform, I32, Null) → Void
f@3158 listFreeXs(level.Platform, Null, level.Room, Fun) → hl.types.ArrayBytes_Int
f@3159 overlapsRoom(level.Platform, I32) → Bool
f@3160 hasRoomType(level.Platform, String) → Bool
f@3161 isInRoomGroup(level.Platform, I32) → Bool
Bindings
- static
f@3228 __constructor__(level.Platform, level.LevelMap, I32, I32, I32) → Void