Property | Type | Description | |
---|---|---|---|
drops | Hashtable |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
ClearData ( ) : void | ||
Collected ( DropInfo, info ) : void | ||
Drop ( ItemDropType type, int itemID, int quantity ) : void | ||
Drop ( Vector3 position, ItemDropType type, int itemID, int quantity ) : void | ||
Drop ( Vector3 position, int moneyAmount ) : void | ||
GetData ( string title ) : Hashtable | ||
OnLevelWasLoaded ( int level ) : void | ||
SceneDrops ( ) : void | ||
SetData ( Hashtable ht ) : void |
public Drop ( ItemDropType type, int itemID, int quantity ) : void | ||
type | ItemDropType | |
itemID | int | |
quantity | int | |
return | void |
public Drop ( Vector3 position, ItemDropType type, int itemID, int quantity ) : void | ||
position | Vector3 | |
type | ItemDropType | |
itemID | int | |
quantity | int | |
return | void |
public Drop ( Vector3 position, int moneyAmount ) : void | ||
position | Vector3 | |
moneyAmount | int | |
return | void |