Class StringAttribute
- Namespace
- Vintagestory.API.Datastructures
- Assembly
- VintagestoryAPI.dll
public class StringAttribute : ScalarAttribute<string>, IAttribute
- Inheritance
-
StringAttribute
- Implements
- Inherited Members
- Extension Methods
Constructors
StringAttribute()
public StringAttribute()
StringAttribute(string)
public StringAttribute(string value)
Parameters
value
string
Methods
Clone()
public IAttribute Clone()
Returns
FromBytes(BinaryReader)
public void FromBytes(BinaryReader stream)
Parameters
stream
BinaryReader
GetAttributeId()
public int GetAttributeId()
Returns
ToBytes(BinaryWriter)
public void ToBytes(BinaryWriter stream)
Parameters
stream
BinaryWriter
ToJsonToken()
public override string ToJsonToken()