BaseProcMgr: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(create stubs for all known subsystems)
 
No edit summary
Line 1: Line 1:
{{Subsystem infobox|name=BaseProcMgr|is_name_official=1|description=Unknown what this does exactly, but it is a critical part of the actor system|init_addr_switch150=00000071011BD0CC}}
{{Subsystem infobox|name=BaseProcMgr|is_name_official=1|description=[[BaseProc]] manager|init_addr_switch150=00000071011BD0CC}}
{{stub}}
{{stub}}
'''BaseProcMgr''' (BaseProc manager) is a [[subsystem]] that handles [[BaseProc]] lifetime (e.g. creation and deletion), keeping track of BaseProc handles and instances, etc.


[[Category: Internals]]
[[Category: Internals]]
[[Category: Subsystems (BotW)]]
[[Category: Subsystems (BotW)]]

Revision as of 20:05, 16 May 2020

BaseProcMgr
Subsystem
Official name Yes
Description BaseProc manager
Init function Switch 1.5.0: 00000071011BD0CC
Wii U 1.5.0: ???
Debug only No

BaseProcMgr (BaseProc manager) is a subsystem that handles BaseProc lifetime (e.g. creation and deletion), keeping track of BaseProc handles and instances, etc.