Load control system (currently being edited)

How to install.

LevelScript class

LevelScript parameter

Principle of operation

Dungeon partitions and actor active range

graph TD

DungeonLevelScript --> DungeonPartition
DungeonPartition --> DungeonComponentActivator
DungeonComponentActivator --> Actor[Owner Actor].
Actor --> Component

````
The white grid is the partition.

! [DungeonWorld](. /images/DungeonWorld.jpg)