BaseProcMgr: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
No edit summary
(actor jobs)
 
Line 1: Line 1:
{{Subsystem infobox|name=BaseProcMgr|is_name_official=1|description=[[BaseProc]] manager|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.
'''BaseProcMgr''' (BaseProc manager) is a [[subsystem]] that handles [[BaseProc]] lifetime (e.g. creation and deletion), keeping track of BaseProc handles and instances, pushing actor jobs to work queues, etc.


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

Latest revision as of 20:19, 26 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, pushing actor jobs to work queues, etc.