ACT Services: Difference between revisions
TimmSkiller (talk | contribs) No edit summary |
TimmSkiller (talk | contribs) added Timezone type |
||
Line 522: | Line 522: | ||
|- | |- | ||
| 0x2F || 0x4 || [[ACTU:GetAccountDataBlock|GetAccountInfo]] || [[Cfg:TranslateCountryInfo|Translated]] SimpleAddressId ([[Config_Savegame#CountryInfo|CountryInfo]]) | | 0x2F || 0x4 || [[ACTU:GetAccountDataBlock|GetAccountInfo]] || [[Cfg:TranslateCountryInfo|Translated]] SimpleAddressId ([[Config_Savegame#CountryInfo|CountryInfo]]) | ||
|} | |||
= Types = | |||
== Timezone == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset !! Size !! Description | |||
|- | |||
| 0x0 || 0x40 + 1 || ASCII NULL-terminated TimezoneArea (max. 64 characters + NULL termination) | |||
|- | |||
| 0x41 || 0x3 || padding | |||
|- | |||
| 0x44 || 0x40 + 1 || ASCII NULL-terminated TimezoneId (max. 64 characters + NULL termination) | |||
|- | |||
| 0x85 || 0x3 || padding | |||
|- | |||
| 0x88 || 0x8 || s64, UtcOffset in seconds | |||
|} | |} | ||