/// <summary> /// Frees the specified slot of all objects. /// </summary> /// <param name="slot"></param> public void FreeSlot(int slot) { NativeEntityMethods.FreeSlot(this.GetIEntity(), slot); }