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