diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-11-06 10:34:53 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-05 20:34:53 -0300 |
| commit | f8a5f11d6d53f5bb3982eef9a8fdebd491ec98ff (patch) | |
| tree | 8dbf28eb2ac1e7aecfcb0a2c9284ea48bb860cd3 /include/z64player.h | |
| parent | 10a14feb2c9a484597fce6e29df0ab5f7fa62848 (diff) | |
Player Docs: public facing csAction things (#1459)
* public cs
* comments
Diffstat (limited to 'include/z64player.h')
| -rw-r--r-- | include/z64player.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/z64player.h b/include/z64player.h index fac153052..32b673fe4 100644 --- a/include/z64player.h +++ b/include/z64player.h @@ -607,6 +607,7 @@ typedef struct struct_80122744_arg1 { } struct_80122744_arg1; // size = 0x8 typedef enum PlayerCsAction { + /* -1 */ PLAYER_CSACTION_NEG1 = -1, // Specific to Kafei, any negative number works /* 0x00 */ PLAYER_CSACTION_NONE, /* 0x01 */ PLAYER_CSACTION_1, /* 0x02 */ PLAYER_CSACTION_2, @@ -1145,7 +1146,7 @@ typedef struct Player { /* 0x395 */ u8 prevCsAction; // PlayerCsAction enum /* 0x396 */ u8 cueId; // PlayerCueId enum /* 0x397 */ u8 unk_397; // PlayerDoorType enum - /* 0x398 */ Actor* csActor; + /* 0x398 */ Actor* csActor; // Actor involved in a `csAction`. Typically the actor that invoked the cutscene. /* 0x39C */ UNK_TYPE1 unk_39C[0x4]; /* 0x3A0 */ Vec3f unk_3A0; /* 0x3AC */ Vec3f unk_3AC; |
