프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AdditionalRewards | List |
||
AmountToSpawn | int | ||
AutoComplete | bool | ||
Cancellable | bool | ||
Conditions | List |
||
CreateHandInBlip | bool | ||
CurrentCondition | int | ||
Description | string | ||
Done | bool | ||
ExpReward | int | ||
HandInBlipPosition | Vector3 | ||
InProgress | bool | ||
IsContract | bool | ||
IsRepeatable | bool | ||
MoneyReward | int | ||
Name | string | ||
QuestMode | QuestMode | ||
SpawnTargets | bool |
메소드 | 설명 | |
---|---|---|
AddCondiiton ( |
||
AddFinishBlip ( Vector3 position ) : |
||
AddReward ( ) : |
||
AddReward ( |
||
CheckState ( ) : void | ||
ClearObjectsAndBlips ( ) : void | ||
Complete ( ) : void | ||
GetBasicRewardString ( ) : string | ||
GetCondition ( string conditionName ) : |
||
GetProgressString ( ) : string | ||
OnReload ( ) : void | ||
Quest ( ) : System | ||
Quest ( string name, string desc, bool isRepeatable, bool isContract, int expReward, int moneyReward, QuestMode questMode = QuestMode.AllAtOnce ) : System | ||
Reset ( ) : void | ||
SetupCondition ( |
||
Start ( bool withPopup = true ) : void | ||
WithAutoComplete ( ) : |
||
WithCannotBeCancelled ( ) : |
||
WithOnComplete ( Action |
||
WithOnStart ( Action |
||
WithSpawnedTargets ( ) : |
||
WithSpawnedTargets ( int amount ) : |
메소드 | 설명 | |
---|---|---|
CleanupQuestOnDone ( ) : void | ||
CleanupQuestOnReset ( ) : void | ||
SetupConditions ( ) : void |
public AddCondiiton ( |
||
condition | ||
리턴 |
public GetCondition ( string conditionName ) : |
||
conditionName | string | |
리턴 |
public Quest ( string name, string desc, bool isRepeatable, bool isContract, int expReward, int moneyReward, QuestMode questMode = QuestMode.AllAtOnce ) : System | ||
name | string | |
desc | string | |
isRepeatable | bool | |
isContract | bool | |
expReward | int | |
moneyReward | int | |
questMode | QuestMode | |
리턴 | System |
public SetupCondition ( |
||
c | ||
firstSetup | bool | |
리턴 | void |
public WithOnComplete ( Action |
||
onComplete | Action |
|
리턴 |