Background for Skyrim SE
Member of the Actor script
boolfunctionIsSwimming()Native

Description

Wiki Description

Checks to see if this actor is currently swimming.

Documentation Comment

Returns whether the actor is currently swimming


Caveats


Examples

if Game.GetPlayer().IsSwimming()
  Debug.Trace("The player is enjoying a swim.")
endIf

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsSwimming()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.