Property | Type | Description | |
---|---|---|---|
Increase | void | ||
SharedIncrease | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
QuestTarget ( ICounter counter, int questid, QuestPeriod period, int max, int sharedwith, string description = "" ) : System | ||
Set100 ( ) : void | ||
Set50 ( ) : void | ||
Set80 ( ) : void | ||
SetProgress ( int n, bool force ) : void |
Method | Description | |
---|---|---|
Increase ( int n ) : void | ||
SharedIncrease ( int n ) : void |
public QuestTarget ( ICounter counter, int questid, QuestPeriod period, int max, int sharedwith, string description = "" ) : System | ||
counter | ICounter | |
questid | int | |
period | QuestPeriod | |
max | int | |
sharedwith | int | |
description | string | |
return | System |
public SetProgress ( int n, bool force ) : void | ||
n | int | |
force | bool | |
return | void |