Struct Outfit
Structure for creature outfits.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Fibula.Data.Entities.Contracts.Structs
Assembly: Fibula.Data.Entities.Contracts.dll
Syntax
public struct Outfit
Properties
| Improve this Doc View SourceBody
Gets or sets this outfit's body value.
Declaration
public byte Body { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Feet
Gets or sets this outfit's feet value.
Declaration
public byte Feet { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Head
Gets or sets this outfit's head value.
Declaration
public byte Head { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Id
Gets or sets this outfit's id.
Declaration
public ushort Id { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
ItemIdLookAlike
Gets or sets the outfit's look alike id of an item.
Declaration
public ushort ItemIdLookAlike { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Legs
Gets or sets this outfit's legs value.
Declaration
public byte Legs { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |