Difference between revisions of "IsInInterior - ObjectReference"
Jump to navigation
Jump to search
→Syntax
imported>Jlundin |
imported>Thingy Person (→Syntax) |
||
Line 8: | Line 8: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
bool Function IsInInterior() | bool Function IsInInterior() | ||
Cell parentCell = GetParentCell() | |||
Return parentCell && parentCell.IsInterior() | |||
EndFunction | |||
</source> | </source> | ||