MapServer.PlayerObject.ClearThis C# (CSharp) Method

ClearThis() public method

public ClearThis ( ) : void
return void
        public override void ClearThis()
        {
            base.ClearThis();
            //NetMsg.MsgClearObjectInfo info = new NetMsg.MsgClearObjectInfo();
            //info.id = this.GetTypeId();
            //this.BroadcastBuffer(info.GetBuffer());
            //GetGameMap().BroadcastBuffer(this, info.GetBuffer());
        }

Same methods

PlayerObject::ClearThis ( PlayerObject play ) : void