Difference between revisions of "IsContainer"
Jump to navigation
Jump to search
imported>DragoonWraith (OBSE) |
imported>Behippo (correct calling conventions) |
||
Line 2: | Line 2: | ||
'''Syntax:''' | '''Syntax:''' | ||
[''ObjectID.'']IsContainer | IsContainer [''ObjectID''] | ||
Returns true if the passed object id is classed as a container. | |||
[''ref.'']IsContainer | |||
Must be called on a reference. Returns true if calling object is classed as a container. | Must be called on a reference. Returns true if calling object is classed as a container. |
Revision as of 15:05, 19 August 2006
A command for Oblivion Script Extender
Syntax:
IsContainer [ObjectID]
Returns true if the passed object id is classed as a container.
[ref.]IsContainer
Must be called on a reference. Returns true if calling object is classed as a container.