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.
SyntaxEdit
bool Function IsSwimming() native
ParametersEdit
None.
Return ValueEdit
Whether this actor is swimming.
ExamplesEdit
if Game.GetPlayer().IsSwimming()
Debug.Trace("The player is enjoying a swim.")
endIf