Structs:EpisodeInfo
Jump to navigation
Jump to search
(Pull request #3002 only)
The EpisodeInfo struct contains data pertaining to an episode available to the game. This is a native struct and cannot be extended.
Usage
Each defined episode in the game is stored in this struct.
Fields
- string mEpisodeName
- The name of the episode.
- string mEpisodeMap
- The name of the episodes' starting map.
- string mPicName
- The name of the graphic assigned to this episode. (Need more info)
- int8 mShortcut
- The shortcut key assigned to the episode.
- bool mNoSkill
- Whether or not the episode is marked to not have the skill selection screen appear in the menu.