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

Description

Documentation Comment

True if actor is in exterior and not covered (i.e., exposed).


Caveats


Parameters

ActorakActor


Examples

Auto-Generated Example

Actor myActor__akActor

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