GlobalParameter: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(create stubs for all known subsystems)
 
imported>Leoetlino
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Subsystem infobox|name=GlobalParameter|is_name_official=1|description=-|init_addr_switch150=0000007100E4D064}}
{{Subsystem infobox|name=GlobalParameter|is_name_official=1|description=Loads the GlobalParameter parameters|init_addr_switch150=0000007100E4D064}}
{{stub}}
 
'''GlobalParameter''' is the subsystem that loads the eponymous actor during the game's initialisation process. It is a singleton that is used by many other subsystems to access global gameplay parameters that are stored in the GlobalParameter [[GeneralParamList#Global|GeneralParamList]] ("Global" section).


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

Latest revision as of 21:10, 13 March 2020

GlobalParameter
Subsystem
Official name Yes
Description Loads the GlobalParameter parameters
Init function Switch 1.5.0: 0000007100E4D064
Wii U 1.5.0: ???
Debug only No

GlobalParameter is the subsystem that loads the eponymous actor during the game's initialisation process. It is a singleton that is used by many other subsystems to access global gameplay parameters that are stored in the GlobalParameter GeneralParamList ("Global" section).