Method | Description | |
---|---|---|
AddFlag ( |
Add a flag on finishing the quest
|
|
AddItem ( Item item ) : void |
Add a new item to the list to be granted to the player
|
|
AddLoseItem ( Item item ) : void |
Add a new item to the list to be removed from the player
|
|
ClearFlags ( ) : void |
Reset the list of flags
|
|
ClearItems ( ) : void |
Reset the list of items to be granted to the player
|
|
ClearLoseItems ( ) : void |
Reset the list of items to be removed from the player
|
|
PlayerChange ( int xp, List |
Constructor
|
|
RemoveFlag ( int ID ) : void |
Remove a specific flag
|
|
RemoveItem ( Item item ) : void |
Remove an item from the list of items to be granted to the player
|
|
RemoveItem ( int ID ) : void |
Remove an item from the list of items to be granted to the player
|
|
RemoveLoseItem ( Item item ) : void |
Remove an item from the list of items to be granted to the player
|
|
RemoveLoseItem ( int ID ) : void |
Remove an item from the list of items to be granted to the player
|
public PlayerChange ( int xp, List |
||
xp | int | |
items | List |
|
loseItems | List |
|
flags | ||
return | System |