- Found in:
- SKSE
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.")
endIfAuto-Generated Example
bool returnedValue = myActor__toCallFunctionOn.IsSwimming()