Difference between revisions of "StartSneaking - Actor"
Jump to navigation
Jump to search
imported>JLundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script ''(Requires 1.6)'' Forces this actor to start sneaking. == Syntax == <source lang="papyrus"> Fu...") |
imported>Fg109 m (Added notes) |
||
Line 22: | Line 22: | ||
</source> | </source> | ||
<br/> | <br/> | ||
== Notes == | |||
* If the actor was already sneaking, cancels sneaking. | |||
== See Also == | == See Also == | ||
*[[Actor Script]] | *[[Actor Script]] |
Revision as of 15:31, 15 June 2012
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.