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

Description

Documentation Comment

True if water contact is strong enough (alias of "in water" check).


Caveats


Parameters

ActorakActor


Examples

Auto-Generated Example

Actor myActor__akActor

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