Свойство | Type | Description | |
---|---|---|---|
IntParam | int | ||
StringParam | string | ||
Type | ResponseReq |
Méthode | 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 | |
Résultat |
public static Level ( int level ) : |
||
level | int | |
Résultat |
public static QuestComplete ( string questName ) : |
||
questName | string | |
Résultat |
public static QuestConditionsDone ( string questName ) : |
||
questName | string | |
Résultat |
public static QuestInProgress ( string questName ) : |
||
questName | string | |
Résultat |
public static QuestNotInProgress ( string questName ) : |
||
questName | string | |
Résultat |
public static QuestNotInProgressOrDone ( string questName ) : |
||
questName | string | |
Résultat |
public ResponseCondition ( ResponseReq type, int param ) : System | ||
type | ResponseReq | |
param | int | |
Résultat | System |
public ResponseCondition ( ResponseReq type, string param ) : System | ||
type | ResponseReq | |
param | string | |
Résultat | System |
public static SkillUnlocked ( string skillName ) : |
||
skillName | string | |
Résultat |