Table of Contents

Class IntAttribute

Namespace
Vintagestory.API.Datastructures
Assembly
VintagestoryAPI.dll
public class IntAttribute : ScalarAttribute<int>, IAttribute
Inheritance
IntAttribute
Implements
Inherited Members

Constructors

IntAttribute()

public IntAttribute()

IntAttribute(int)

public IntAttribute(int value)

Parameters

value int

Methods

Clone()

public IAttribute Clone()

Returns

IAttribute

FromBytes(BinaryReader)

public void FromBytes(BinaryReader stream)

Parameters

stream BinaryReader

GetAttributeId()

public int GetAttributeId()

Returns

int

ToBytes(BinaryWriter)

public void ToBytes(BinaryWriter stream)

Parameters

stream BinaryWriter