Work Life (Visual Novel / Game)
|
Ncharacter | Characters available in the game |
Nday | Control loop of game built on top of vnlib::next |
Ninstant_message | MC can sometimes message at the end of the day |
▼Ninstant_message_state | State used in instant_message.h |
Cim_state | Various state components when sending messages |
▼Nmain_character_state | State representing main character choices and preferences |
Cmc_state | State struct containing various stateful item preferences |
Nminigame_bugs | Security team's minigame where you "squash" buttons in the correct order |
Nminigame_calls | Sales team's minigame where you need to remember the needs of the customer |
Nminigame_code | Programming team's mini-game where you do math |
Nminigame_paperwork | Marketing team's minigame where you complete paperwork by filling in the blank |
▼Nminigame_state | Various minigame state structs |
Cminigame_state | Encapsulated minigame state |
Nplaytest | Functions used for playtesting |
▼Nrelationship_state | State encapslated relationship state and its operations |
Crelationship_state | Relationship state struct |
▼Nruntime_state | Various settings that can be changed at runtime |
Cruntime_state | Struct to bundle runtime toggles |
▼Nsave_state | Save state cover how SRAM is mapped |
CSaveState | SaveState holds 3 game states |
▼Nstate | Global game state |
CGameState | Encapsulated game state |
Clock_state | Store if character is unlocked. see story::unlocks |
▼Nstory | Daytime story progression. Happens before work |
Nepisodes | Holds various episode events |
Nprogress_report | Holds various progress report events |
Nunlocks | Holds various task unlock events |
▼Nvnlib | Visual-novel library |
CMenuChoice | Struct passed to a vnlib::menu |
CMenuOptions | Struct pass to vnlib::menu |
CSayOptions | Options passed to vnlib::say |
Nweekend_event | Various weekend event functions |
▼Nweekend_event_state | Various progress values for weekend_event state tracking |
Cweekend_event_state | Struct containing weekend_event progress values |
Nwidgets | Various "widgets" used in the desktop bg |