Background for Skyrim SE
Member of the Actor script
boolfunctionIsSneaking()Native

Description

Wiki Description

Checks to see if this actor is currently sneaking.

Documentation Comment

Is this actor currently sneaking?


Caveats


Examples

if !Ninja.IsSneaking()
  Debug.Trace("This ninja isn't very good if he isn't sneaking...")
endIf

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsSneaking()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.