Class VesselFragmentItem
Item which gives the specified number of vessel fragments.
Inherited Members
Namespace: ItemChanger.Items
Assembly: ItemChanger.dll
Syntax
public class VesselFragmentItem : AbstractItem
Constructors
View SourceVesselFragmentItem()
Declaration
public VesselFragmentItem()
Fields
View Sourceamount
Declaration
public int amount
Field Value
| Type | Description |
|---|---|
| int |
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 |
Overrides
View SourceGiveVesselFragment()
Declaration
public static void GiveVesselFragment()
Redundant()
Method used to determine if a unique item should be replaced (i.e. duplicates, etc). No relation to ObtainState.
Declaration
public override bool Redundant()
Returns
| Type | Description |
|---|---|
| bool |