Property | Type | Description | |
---|---|---|---|
current | int | ||
dataFile | JsonData | ||
level | string | ||
next | int |
Method | Description | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void | ||
getNextText ( string mission, int textId, string &textString, int &textInt ) : void | ||
getText ( string mission ) : void | ||
getText ( string mission, int textId ) : void | ||
setNext ( int next ) : void |
public getNextText ( string mission, int textId, string &textString, int &textInt ) : void | ||
mission | string | |
textId | int | |
textString | string | |
textInt | int | |
return | void |
public getText ( string mission, int textId ) : void | ||
mission | string | |
textId | int | |
return | void |