Cavestory Mod API
Public Attributes | List of all members
PXDEMO_PLAYER_STRUCT Struct Reference

Player info. More...

#include <GameDemo.h>

Public Attributes

char * name
 This player's name.
 
ARMS arms [ARMS_MAX]
 This player's ARMS tables.
 
CustomPlayer * character
 This player's character.
 
char * character_name
 This player's character name.
 
PXDEMO_PLAYERSTATE_STRUCT state
 This player's state.
 
int last_state_frame_idx
 This player's last state. More...
 
int last_state_event_idx
 The event index of this player's last state. More...
 
GUI_COLOR char_color
 This character's color.
 
bool use_color
 Whether to use custom color or not.
 

Detailed Description

Player info.

Member Data Documentation

◆ last_state_event_idx

int PXDEMO_PLAYER_STRUCT::last_state_event_idx

The event index of this player's last state.

Warning
Do NOT use this variable! It is used internally with the recording system.

◆ last_state_frame_idx

int PXDEMO_PLAYER_STRUCT::last_state_frame_idx

This player's last state.

Warning
Do NOT use this variable! It is used internally with the recording system.

The documentation for this struct was generated from the following file: