Work Life (Visual Novel / Game)
Loading...
Searching...
No Matches
state::GameState Struct Reference

encapsulated game state More...

#include <state.h>

Public Member Functions

void initialize ()
 initialize the struct
 
bool is_initialized ()
 check if this memory region was inintialized, used when reading from SRAM
 
bool is_workday ()
 convenience function to tell if its a workday (could technically support holidays)
 
bool is_saturday ()
 is the day Saturday
 
bool is_sunday ()
 is the day Sunday
 
int week ()
 convenience function to get the normalized week count (starting at 1)
 
bn::string< 10 > day_name ()
 convenience function used when printing the day of the week
 
bn::string< 2 > short_day_name ()
 convenience function uesd when printing the day of the week
 

Public Attributes

char initialized
 char to indicate if this memory region is initialized
 
int day
 day counter in game, starts at 0
 
char mc_name [GAME_NAME_LEN+1]
 the main character's name. input at story start
 
lock_state unlock_state
 store if character is locked/unlocked
 
runtime_state::runtime_state runtime_state
 various runtime settings
 
relationship_state::relationship_state rel_state
 various relationship settings
 
main_character_state::mc_state mc_state
 various character preferences
 
instant_message_state::im_state im_state
 various instant_message settings
 
minigame_state::minigame_state mg_state
 various minigame settings
 
weekend_event_state::weekend_event_state wke_state
 various weekend event settings
 

Detailed Description

encapsulated game state


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