Background for Skyrim SE
Member of the SWE script
floatfunctionGetExternalWetness(ActorakActor, stringkey)NativeGlobal

Description

Documentation Comment

Value of a specific external source key (0..1), 0 if not present.


Parameters

  1. ActorakActor

  2. stringkey


Examples

Auto-Generated Example

Actor myActor__akActor
string myString__key

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