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()