GetDroppableFlag(object)
Determines if an item can be dropped.
int GetDroppableFlag( object oItem );
Parameters
oItem
Item to test to see if it can be dropped.
Description
Returns TRUE if an item can be dropped, FALSE otherwise.
Remarks
The droppable flag only applies to items on NPCs. PCs will still be able to drop the item at will.
Version
1.61
See Also
functions: | SetDroppableFlag |
categories: | Inventory Functions |
author: Charles Feduke, editor: Lilac Soul