update on ESH data types
This commit is contained in:
parent
561e4a4dd3
commit
e03785e045
1 changed files with 7 additions and 1 deletions
|
|
@ -67,11 +67,17 @@ esh data types
|
||||||
5 - entity? FString?
|
5 - entity? FString?
|
||||||
8 - FString (Sprite)
|
8 - FString (Sprite)
|
||||||
11 - esbin
|
11 - esbin
|
||||||
13 - frame, 48 bytes -- multiply all numbers by 4.0
|
12 - entity flags
|
||||||
|
uint16_t entity_id
|
||||||
|
uint16_t flags
|
||||||
|
|
||||||
|
13 - frame, 48 bytes -- multiply all numbers by 4.0. I have strong feeling that it is
|
||||||
|
// a 3x4 translation transform matrix, because one of the dumps showed it was
|
||||||
uint8_t unk1[36]
|
uint8_t unk1[36]
|
||||||
float c
|
float c
|
||||||
float b
|
float b
|
||||||
float a
|
float a
|
||||||
|
|
||||||
14 - rect, 16 bytes
|
14 - rect, 16 bytes
|
||||||
int32_t top
|
int32_t top
|
||||||
int32_t left
|
int32_t left
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue