Class IntItem
Item which increments a PlayerData field by the specified amount.
Inherited Members
Namespace: ItemChanger.Items
Assembly: ItemChanger.dll
Syntax
public class IntItem : AbstractItem
Constructors
View SourceIntItem()
Declaration
public IntItem()
Fields
View Sourceamount
Declaration
public int amount
Field Value
| Type | Description |
|---|---|
| int |
fieldName
Declaration
public string fieldName
Field Value
| Type | Description |
|---|---|
| string |
Methods
View SourceGiveImmediate(GiveInfo)
Specifies the effect of giving a particular item.
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| GiveInfo | info |