Difference between revisions of "GetInCell"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Rubberduck
m (Added link to GetInSameCell)
Line 12: Line 12:
==See Also==
==See Also==
[[GetInCellParam]]
[[GetInCellParam]]
[[GetInSameCell]]


[[GetInWorldspace]]
[[GetInWorldspace]]

Revision as of 13:19, 2 May 2006

Syntax:

 GetInCell CellName

Example:

 GetInCell Chorrol 

Returns true if the actor's current cell includes "CellName" as part of its name.


Note that CellName has to be a valid interior cell name. Exterior cells will not work. In some cases, it is necessary to create a "dummy" interior cell (e.g. Chorrol) in order to use GetInCell for a set of related interior and exterior cells (e.g. all the ChorrolXXX cells).


See Also

GetInCellParam

GetInSameCell

GetInWorldspace