StartSneaking - Actor

From the CreationKit Wiki
Revision as of 15:31, 15 June 2012 by imported>Fg109 (Added notes)
Jump to navigation Jump to search

Member of: Actor Script (Requires 1.6)

Forces this actor to start sneaking.

Syntax

Function StartSneaking() native

Parameters

None.

Return Value

None.

Examples

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


Notes

  • If the actor was already sneaking, cancels sneaking.

See Also