GetUseableFlag(object)
Determines if a placeable object is useable.
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
categories: | Get Data from Object Functions |
author: Charles Feduke, additional contributor(s): Donny Wilbanks
Send comments on this topic.