Difference between revisions of "IsInInterior"

224 bytes added ,  10:42, 11 January 2011
no edit summary
imported>Cipscis
(Converted to function template, simplified example. Corrected information about IsInInterior only working on actors - this is not true)
imported>Ez0n3
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Function
{{Function
|origin = GECK1
|CSWikiPage = IsInInterior
|summary = Returns 1 if the calling reference is in an interior cell
|origin = GECK1
|referenceType = RefID
|summary = Returns 1 if the calling reference is in an interior cell
|example = player.IsInInterior
|name = IsInInterior
 
|referenceType = [ObjectRefID]
Returns 1 if the player is in an interior cell, and 0 if they are not.
|returnVal = 0, 1
|returnType = int
|example = player.IsInInterior
Returns 1 if the player is in an interior cell, and 0 if they are not.  
}}
}}


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Actor State Functions]]
[[Category:Actor State Functions]]
[[Category:Actor State Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.1)]]
Anonymous user