documentations:
- added comments - documented marker struct functions
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#define ACTOR_FLAG_UNKNOWN_1 (1 << 1) // 0x2
|
||||
#define ACTOR_FLAG_UNKNOWN_2 (1 << 2) // 0x4
|
||||
#define ACTOR_FLAG_UNKNOWN_3 (1 << 3) // 0x8
|
||||
#define ACTOR_FLAG_UNKNOWN_4 (1 << 4) // 0x10
|
||||
#define ACTOR_FLAG_UNKNOWN_4 (1 << 4) // 0x10 - only used by GV Jinxy Head 2
|
||||
#define ACTOR_FLAG_UNKNOWN_5 (1 << 5) // 0x20
|
||||
#define ACTOR_FLAG_UNKNOWN_6 (1 << 6) // 0x40
|
||||
#define ACTOR_FLAG_UNKNOWN_7 (1 << 7) // 0x80
|
||||
@@ -20,11 +20,11 @@
|
||||
#define ACTOR_FLAG_UNKNOWN_15 (1 << 15) // 0x8000
|
||||
#define ACTOR_FLAG_UNKNOWN_16 (1 << 16) // 0x10000
|
||||
#define ACTOR_FLAG_UNKNOWN_17 (1 << 17) // 0x20000
|
||||
#define ACTOR_FLAG_UNKNOWN_18 (1 << 18) // 0x40000
|
||||
#define ACTOR_FLAG_UNKNOWN_18 (1 << 18) // 0x40000 - never used?
|
||||
#define ACTOR_FLAG_UNKNOWN_19 (1 << 19) // 0x80000
|
||||
#define ACTOR_FLAG_UNKNOWN_20 (1 << 20) // 0x100000
|
||||
#define ACTOR_FLAG_UNKNOWN_21 (1 << 21) // 0x200000
|
||||
#define ACTOR_FLAG_UNKNOWN_22 (1 << 22) // 0x400000
|
||||
#define ACTOR_FLAG_UNKNOWN_22 (1 << 22) // 0x400000 - used by overlay texts
|
||||
#define ACTOR_FLAG_UNKNOWN_23 (1 << 23) // 0x800000
|
||||
#define ACTOR_FLAG_UNKNOWN_24 (1 << 24) // 0x1000000
|
||||
#define ACTOR_FLAG_UNKNOWN_25 (1 << 25) // 0x2000000
|
||||
|
Reference in New Issue
Block a user