GlobalParameter: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino No edit summary |
imported>Leoetlino No edit summary |
||
Line 1: | Line 1: | ||
{{Subsystem infobox|name=GlobalParameter|is_name_official=1|description=Loads the GlobalParameter parameters|init_addr_switch150=0000007100E4D064}} | {{Subsystem infobox|name=GlobalParameter|is_name_official=1|description=Loads the GlobalParameter parameters|init_addr_switch150=0000007100E4D064}} | ||
'''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]] ("Global" section). | '''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
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).