PmfBulkItemConv::exist Method
Determines whether a conversion from a pack item to a bulk item exists.
Syntax
client server public static boolean exist(ItemId _fromItemId, ItemId _toItemId)
Run On
Called
Parameters
- _fromItemId
Type: ItemId Extended Data Type
The ItemId for the packed item.
- _toItemId
Type: ItemId Extended Data Type
The ItemId for the bulk item.
Return Value
Type: boolean
true if the conversion exists; otherwise, false.