Class MimicItem
Item which plays the MimicScream clip if the placement did not use a mimic container.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Items
Assembly: ItemChanger.dll
Syntax
public class MimicItem : AbstractItem
Fields
| Improve this Doc View Sourcehp
Specifies the hp of a mimic container associated with the item.
Declaration
public int? hp
Field Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Methods
| Improve this Doc View SourceGetPreferredContainer()
Declaration
public override string GetPreferredContainer()
Returns
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceGiveEarly(String)
Declaration
public override bool GiveEarly(string containerType)
Parameters
Type | Name | Description |
---|---|---|
System.String | containerType |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceGiveImmediate(GiveInfo)
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
Type | Name | Description |
---|---|---|
GiveInfo | info |