WorldMgr: Difference between revisions
Jump to navigation
Jump to search
→Sub-managers
imported>Leoetlino (Created page with "{{stub}} {{Subsystem infobox|name=WorldMgr|init_addr_switch150=00000071010F2920|is_name_official=1|description=Manages world state (time, blood moons, climates, weather, etc.)...") |
imported>Leoetlino |
||
Line 8: | Line 8: | ||
== Sub-managers == | == Sub-managers == | ||
Sub-managers are created in WorldMgr::init (0x71010F43C0) and inserted into a pointer array (@WorldMgr+0x5c0). | Sub-managers are created in WorldMgr::init (0x71010F43C0) and inserted into a pointer array (@WorldMgr+0x5c0). All names below are unofficial. | ||
{|class="wikitable" | {|class="wikitable" | ||
Line 14: | Line 14: | ||
! ID !! Description | ! ID !! Description | ||
|- | |- | ||
| 0 || TimeMgr | | 0 || TimeMgr | ||
|- | |- | ||
| 1 || CloudPr? Handles cloud procedural generation. | | 1 || CloudPr? Handles cloud procedural generation. |