[This is preliminary documentation and is subject to change.]

Initializes a new instance of the SkillValue class

Namespace:  Phoenix.WorldData
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public SkillValue(
	ushort id,
	ushort value,
	ushort realValue,
	SkillLock lockStatus,
	ushort maxValue
)
Public Sub New ( _
	id As UShort, _
	value As UShort, _
	realValue As UShort, _
	lockStatus As SkillLock, _
	maxValue As UShort _
)
public:
SkillValue(
	unsigned short id, 
	unsigned short value, 
	unsigned short realValue, 
	SkillLock lockStatus, 
	unsigned short maxValue
)

Parameters

id
UInt16
value
UInt16
realValue
UInt16
lockStatus
SkillLock
maxValue
UInt16

See Also