IsSneaking - Actor
Member of: Actor Script
Checks to see if this actor is currently sneaking.
SyntaxEdit
bool Function IsSneaking() native
ParametersEdit
None.
Return ValueEdit
Whether this actor is sneaking.
ExamplesEdit
if !Ninja.IsSneaking()
Debug.Trace("This ninja isn't very good if he isn't sneaking...")
endIf