StartSneaking - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Forces this actor to start sneaking.

Syntax[edit | edit source]

Function StartSneaking() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

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


See Also[edit | edit source]