readonly int Character.IdleView
Gets the character's current idle view. If the character doesn't have one, returns -1.
This property is read-only; to change the view, use the SetIdleView
function.
Example:
Display("EGO's idle view is currently view %d.", cEgo.IdleView);
will display EGO's current idle view number.
SeeAlso: SetIdleView
|