SwiftlyS2

CEconItemView

Interface CEconItemView

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CEconItemView : IEconItemInterface, ISchemaClass<IEconItemInterface>, ISchemaClass<CEconItemView>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

AccountID

ref uint AccountID { get; }
Property Value

AttributeList

CAttributeList AttributeList { get; }
Property Value

CustomName

string CustomName { get; set; }
Property Value

CustomNameOverride

string CustomNameOverride { get; set; }
Property Value

EntityLevel

ref uint EntityLevel { get; }
Property Value

EntityQuality

ref int EntityQuality { get; }
Property Value

Initialized

ref bool Initialized { get; }
Property Value

InventoryPosition

ref uint InventoryPosition { get; }
Property Value

ItemDefinitionIndex

ref ushort ItemDefinitionIndex { get; }
Property Value

ItemID

ref ulong ItemID { get; }
Property Value

ItemIDHigh

ref uint ItemIDHigh { get; }
Property Value

ItemIDLow

ref uint ItemIDLow { get; }
Property Value

NetworkedDynamicAttributes

CAttributeList NetworkedDynamicAttributes { get; }
Property Value

Methods

AccountIDUpdated()

void AccountIDUpdated()

AttributeListUpdated()

void AttributeListUpdated()

CustomNameUpdated()

void CustomNameUpdated()

EntityLevelUpdated()

void EntityLevelUpdated()

EntityQualityUpdated()

void EntityQualityUpdated()

InitializedUpdated()

void InitializedUpdated()

InventoryPositionUpdated()

void InventoryPositionUpdated()

ItemDefinitionIndexUpdated()

void ItemDefinitionIndexUpdated()

ItemIDHighUpdated()

void ItemIDHighUpdated()

ItemIDLowUpdated()

void ItemIDLowUpdated()

NetworkedDynamicAttributesUpdated()

void NetworkedDynamicAttributesUpdated()

On this page