Background for Skyrim SE
Member of the SWE script
boolfunctionIsUnderRoof(ActorakActor)NativeGlobal

Description

Documentation Comment

True if actor is under roof/cover (heuristic).


Caveats


Parameters

ActorakActor


Examples

Auto-Generated Example

Actor myActor__akActor

bool returnedValue = SWE.IsUnderRoof(myActor__akActor)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.