메소드 | 설명 | |
---|---|---|
DeleteItem ( Item item ) : void | ||
DeleteItems ( ItemArray items ) : void | ||
FromNative ( |
||
GetAllItems ( ushort pid, ItemArray items ) : uint | ||
GetItem ( uint item_id ) : Item | ||
GetProtoItem ( ushort pid ) : |
||
MoveItem ( Item item, uint count, Critter to_cr ) : void | ||
MoveItem ( Item item, uint count, Item to_cont, uint stack_id ) : void | ||
MoveItem ( Item item, uint count, Map to_map, ushort to_hx, ushort to_hy ) : void | ||
MoveItems ( ItemArray items, Critter to_cr ) : void | ||
MoveItems ( ItemArray items, Item to_cont, uint stack_id ) : void | ||
MoveItems ( ItemArray items, Map to_map, ushort to_hx, ushort to_hy ) : void | ||
WorldItemCount ( ushort pid ) : ulong |
메소드 | 설명 | |
---|---|---|
Global_DeleteItem ( |
||
Global_DeleteItems ( |
||
Global_GetAllItems ( ushort pid, |
||
Global_GetItem ( uint item_id ) : |
||
Global_GetProtoItem ( ushort pid ) : |
||
Global_MoveItemCont ( |
||
Global_MoveItemCr ( |
||
Global_MoveItemMap ( IntPtr item, uint count, IntPtr to_map, ushort to_hx, ushort to_hy ) : void | ||
Global_MoveItemsCont ( IntPtr items, IntPtr to_cont, uint stack_id ) : void | ||
Global_MoveItemsCr ( IntPtr items, IntPtr to_cr ) : void | ||
Global_MoveItemsMap ( IntPtr items, IntPtr to_map, ushort to_hx, ushort to_hy ) : void | ||
Global_WorldItemCount ( ushort pid ) : ulong | ||
Item_FromNative ( IntPtr ptr ) : Item |
public GetAllItems ( ushort pid, ItemArray items ) : uint | ||
pid | ushort | |
items | ItemArray | |
리턴 | uint |
public MoveItem ( Item item, uint count, Critter to_cr ) : void | ||
item | Item | |
count | uint | |
to_cr | Critter | |
리턴 | void |
public MoveItem ( Item item, uint count, Item to_cont, uint stack_id ) : void | ||
item | Item | |
count | uint | |
to_cont | Item | |
stack_id | uint | |
리턴 | void |
public MoveItem ( Item item, uint count, Map to_map, ushort to_hx, ushort to_hy ) : void | ||
item | Item | |
count | uint | |
to_map | Map | |
to_hx | ushort | |
to_hy | ushort | |
리턴 | void |
public MoveItems ( ItemArray items, Critter to_cr ) : void | ||
items | ItemArray | |
to_cr | Critter | |
리턴 | void |
public MoveItems ( ItemArray items, Item to_cont, uint stack_id ) : void | ||
items | ItemArray | |
to_cont | Item | |
stack_id | uint | |
리턴 | void |
public MoveItems ( ItemArray items, Map to_map, ushort to_hx, ushort to_hy ) : void | ||
items | ItemArray | |
to_map | Map | |
to_hx | ushort | |
to_hy | ushort | |
리턴 | void |