MapServer.PlayerObject.IsDancing C# (CSharp) Method

IsDancing() public method

public IsDancing ( ) : bool
return bool
        public bool IsDancing()
        {
            return mnDancingId != 0 ? true : false;
        }