Property | Type | Description | |
---|---|---|---|
EntryList | List |
||
EpisodeID | string |
Method | Description | |
---|---|---|
CloneShallow ( ) : |
||
ScenarioFile ( ) : System | ||
ScenarioFile ( Stream stream, bool isUtf8 = false ) : System | ||
ScenarioFile ( String filename, bool isUtf8 = false ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
FindText ( Stream stream, uint textStart, bool isUtf8 ) : List |
||
LoadFile ( Stream stream, bool isUtf8 ) : bool |
public ScenarioFile ( Stream stream, bool isUtf8 = false ) : System | ||
stream | Stream | |
isUtf8 | bool | |
return | System |
public ScenarioFile ( String filename, bool isUtf8 = false ) : System | ||
filename | String | |
isUtf8 | bool | |
return | System |