IsSwimming - Actor
Revision as of 22:09, 31 May 2013 by imported>Bot Owned (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Actor Script Checks to see if this actor is currently swimming. == Syntax == <source ...")
SKSE Member of: Actor Script
Checks to see if this actor is currently swimming.
Syntax[edit | edit source]
bool Function IsSwimming() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
Whether this actor is swimming.
Examples[edit | edit source]
if Game.GetPlayer().IsSwimming()
Debug.Trace("The player is enjoying a swim.")
endIf