IsSneaking - Actor

Revision as of 10:54, 30 November 2010 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Actor Script Checks to see if this actor is currently sneaking. == Syntax == <source lang="papyrus"> bool Funct…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

See AlsoEdit