GetUseableFlag
From NWN Lexicon
Jump to navigationJump to search
GetUseableFlag(object)
Determines if a placeable object is usable.
int GetUseableFlag(
object oObject = OBJECT_SELF
);
Parameters
oObject
Object to be tested to see if it is usable. (Default: OBJECT_SELF)
Description
Returns TRUE if the placeable object oObject is usable, FALSE otherwise.
Version
1.29
See Also
| functions: |
author: Charles Feduke, editor: Mistress, additional contributor(s): Donny Wilbanks