Aura.Channel.World.Inventory.InventoryPocket.TryAdd C# (CSharp) 메소드

TryAdd() 공개 추상적인 메소드

Attempts to put item at the coordinates. If another item is in the new item's space it's returned in colliding. Returns whether the attempt was successful.
public abstract TryAdd ( Item item, byte targetX, byte targetY, Item &colliding ) : bool
item Item
targetX byte
targetY byte
colliding Item
리턴 bool
		public abstract bool TryAdd(Item item, byte targetX, byte targetY, out Item colliding);