Cronous Emulation Server Daemon

Player._skill_points_available Field

Skill points available.

[Visual Basic]
Protected _skill_points_available As Integer
[C#]
protected int _skill_points_available;
[C++]
protected: int _skill_points_available;
[JScript]
protected var _skill_points_available: int;

See Also

Player Class | croemud.game Namespace