VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
a base class for properties, mostly used by memory stuff More...
Inherited by VoK.Sdk.Properties.IArrayProperty, VoK.Sdk.Properties.IBitFieldProperty, VoK.Sdk.Properties.IByteProperty, VoK.Sdk.Properties.IColorProperty, VoK.Sdk.Properties.IDoubleProperty, VoK.Sdk.Properties.IFloatProperty, VoK.Sdk.Properties.IInt32Property, VoK.Sdk.Properties.IInt64Property, VoK.Sdk.Properties.IPositionProperty, VoK.Sdk.Properties.IStringInfoProperty, VoK.Sdk.Properties.IStringProperty, VoK.Sdk.Properties.IUInt32Property, VoK.Sdk.Properties.IUInt64Property, VoK.Sdk.Properties.IVectorProperty, VoK.Sdk.Properties.IWaveFormProperty, and VoK.Sdk.Properties.PropertyBase.
Public Member Functions | |
IProperty | Clone () |
creates a copy of this property More... | |
Properties | |
uint | PropertyId [get] |
the id of the property, corresponding with the appropriate enumeration (DdoProperty or LotroProperty). There is no guarnatee of a match, as properties are added over time, and updates to the SDK may be necessary to get new property enumerations. More... | |
string | PropertyName [get] |
the name of the property, corresponding with the appopriate enumeration (DdoProperty or LotroProperty). There is no guarnatee of a match, as properties are added over time, and updates to the SDK may be necessary to get new property enumerations. More... | |
byte[] | Raw [get] |
the raw byte sequence from which the property value was constructed More... | |
uint | RawUInt32 [get] |
most properties have a raw uint value underlying them. some don't, though. More... | |
object | Value [get] |
the value of the property. the type of this will change based on the property More... | |
string | Type [get] |
property type, in string form. should be used for informational purposes only, not for programmatic use More... | |
a base class for properties, mostly used by memory stuff