forked from ascendedguard/sc2replay-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
keyValueStruct
ascendedguard edited this page Dec 3, 2010
·
2 revisions
A keyValueStruct represents a key-value pair. It has several characteristics:
- The value of the second byte will always be 9, resulting in a uint16 value of "xx 09"
- It will be either 3 or 4 bytes, depending on the size of the paramValue
Field name | Type | Count | Comments |
key | uint16 | x 1 | Always "xx 09" ? |
doubleValue | paramValue | x 1 | 1-2 bytes, see paramValue for how to parse |