Class SpawnGeoItem
Item which spawns a specified amount of geo.
Assembly: ItemChanger.dll
Syntax
public class SpawnGeoItem : AbstractItem
Constructors
View Source
SpawnGeoItem()
Declaration
Fields
View Source
amount
Declaration
Field Value
Methods
View Source
GiveEarly(string)
Indicates that the item can be given early in a special way from the given container.
For example, SpawnGeoItem can be given early from Container.Chest by flinging geo directly from the chest.
Declaration
public override bool GiveEarly(string containerType)
Parameters
| Type |
Name |
Description |
| string |
containerType |
|
Returns
Overrides
View Source
Specifies the effect of giving a particular item.
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
Overrides
View Source
MakeGeoItem(int)
Declaration
public static SpawnGeoItem MakeGeoItem(int amount)
Parameters
| Type |
Name |
Description |
| int |
amount |
|
Returns
Extension Methods