Property | Type | Description | |
---|---|---|---|
IntParam | int | ||
StringParam | string | ||
Type | ResponseReq |
Method | Description | |
---|---|---|
ItemOwned ( string itemName ) : |
||
Level ( int level ) : |
||
QuestComplete ( string questName ) : |
||
QuestConditionsDone ( string questName ) : |
||
QuestInProgress ( string questName ) : |
||
QuestNotInProgress ( string questName ) : |
||
QuestNotInProgressOrDone ( string questName ) : |
||
ResponseCondition ( ResponseReq type, int param ) : System | ||
ResponseCondition ( ResponseReq type, string param ) : System | ||
SkillUnlocked ( string skillName ) : |
public static ItemOwned ( string itemName ) : |
||
itemName | string | |
return |
public static Level ( int level ) : |
||
level | int | |
return |
public static QuestComplete ( string questName ) : |
||
questName | string | |
return |
public static QuestConditionsDone ( string questName ) : |
||
questName | string | |
return |
public static QuestInProgress ( string questName ) : |
||
questName | string | |
return |
public static QuestNotInProgress ( string questName ) : |
||
questName | string | |
return |
public static QuestNotInProgressOrDone ( string questName ) : |
||
questName | string | |
return |
public ResponseCondition ( ResponseReq type, int param ) : System | ||
type | ResponseReq | |
param | int | |
return | System |
public ResponseCondition ( ResponseReq type, string param ) : System | ||
type | ResponseReq | |
param | string | |
return | System |
public static SkillUnlocked ( string skillName ) : |
||
skillName | string | |
return |