MapServer.PlayerObject.TransformGhost C# (CSharp) Method

TransformGhost() public method

public TransformGhost ( ) : void
return void
        public void TransformGhost()
        {
            m_bGhost = true;
            ChangeAttribute(UserAttribute.LOOKFACE, GetLookFace(), true);
        }