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

Description

Wiki Description

Forces this actor to start sneaking.

Documentation Comment

Makes this actor start sneaking


Caveats

CK Wiki - Notes

  • If the actor was already sneaking, cancels sneaking.
  • This function requires the actor to be in the right conditions to sneak in order to call. In other words, the function won't work if the actor is falling, swimming, or in the middle of performing an attack at the time it is called. You must wait until such actions are finished before this function will work.

Examples

; Force the player to sneak mode
Game.GetPlayer().StartSneaking()

Auto-Generated Example

myActor__toCallFunctionOn.StartSneaking()

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.