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

store if character is unlocked. see story::unlocks More...

#include <state.h>

Public Member Functions

void init ()
 initialize the struct
 
void lock (character::CHAR_ENUM c)
 ensure that character is in locked state
 
void unlock (character::CHAR_ENUM c)
 ensure that character is in unlocked state
 

Public Attributes

bool is_unlocked [character::COUNT]
 locks per character (true = unlocked, false = locked)
 
int progression [character::COUNT]
 story the progression counter for unlock dialog
 
character::CHAR_ENUM last
 last character to initiate an unlock event with
 

Detailed Description

store if character is unlocked. see story::unlocks


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