CAttributeList
Interface CAttributeList
Namespace: SwiftlyS2.Shared.SchemaDefinitions
Assembly: SwiftlyS2.CS2.dll
public interface CAttributeList : ISchemaClass<CAttributeList>, ISchemaField, ISchemaClass, INativeHandleImplements
Properties
Attributes
ref CUtlVector<CEconItemAttribute> Attributes { get; }Property Value
Manager
CAttributeManager? Manager { get; }Property Value
Methods
AttributesUpdated()
void AttributesUpdated()SetOrAddAttribute(string, float)
Sets or adds an attribute to the attribute list.
void SetOrAddAttribute(string attributeName, float value)Parameters