VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
VoK.Sdk.Properties.IPositionProperty Interface Reference

Inherits VoK.Sdk.Properties.IProperty.

Inherited by VoK.Sdk.Properties.PositionProperty.

Properties

bool HasRegion [get]
 
bool HasInhibitRegion [get]
 
bool HasBlockCoord [get]
 
bool HasCell [get]
 
bool HasInstance [get]
 
bool HasOffset [get]
 
bool HasInhibitCell [get]
 
bool HasRotation [get]
 
byte Region [get]
 
byte BlockX [get]
 
byte BlockY [get]
 
ushort Cell [get]
 
float Heading [get]
 
ushort Instance [get]
 
Vector3? Offset [get]
 
Quaternion? Rotation [get]
 
- Properties inherited from VoK.Sdk.Properties.IProperty
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...
 

Additional Inherited Members

- Public Member Functions inherited from VoK.Sdk.Properties.IProperty
IProperty Clone ()
 creates a copy of this property More...
 

The documentation for this interface was generated from the following file: