Difference between revisions of "IsInInterior"
Jump to navigation
Jump to search
m
add Syntax & Example
imported>Vswe m (Added Search Terms) |
imported>GuRu m (add Syntax & Example) |
||
Line 1: | Line 1: | ||
'''Syntax:''' | |||
[''ActorID''.]IsInInterior | |||
'''Example:''' | |||
if ( Player.IsInInterior ) | |||
endif | |||
Returns 1 if the actor is in an interior cell. | Returns 1 if the actor is in an interior cell. | ||