NWMUDS:InitializeWithVersion: Difference between revisions

No edit summary
Line 12: Line 12:
|-
|-
| 2-11
| 2-11
| See below structure.
| Input [[NWM_Services|NodeInfo]] structure.
|-
|-
| 12
| 12
Line 41: Line 41:
| 3
| 3
| Output event handle. [[NWMUDS:GetConnectionStatus]] is used once this event is signalled for determining the event cause, etc.
| Output event handle. [[NWMUDS:GetConnectionStatus]] is used once this event is signalled for determining the event cause, etc.
|}
=Input Structure=
{| class="wikitable" border="1"
|-
!  Index Word
!  Description
|-
| 0-1
| u64 ID, this is the UDS version of the FriendCodeSeed. This is loaded from BlkID 0x00090000 in the [[Config_Savegame|system-config]] via [[CfgS:GetConfigInfoBlk2]].
|-
| 2-7
| This is the first 0x18-bytes from BlkID 0x000A0000 in the [[Config_Savegame|system-config]] loaded via [[CfgS:GetConfigInfoBlk2]].
|-
| 8-9
| Unused?(Not initialized by [[Download_Play|dlp]] module)
|}
|}