Difference between revisions of "GetSitting"
Jump to navigation
Jump to search
imported>DayDreamer (→See Also: GetSitState) |
imported>DayDreamer (→Bugs: GetSitState - Actor) |
||
Line 17: | Line 17: | ||
== Bugs == | == Bugs == | ||
{{WarningBox|This function may not return 11 through 14 | {{WarningBox|This condition function may not always return 11 through 14, and its Papyrus companion [[GetSitState - Actor]] returns only 0 through 4. As of version 1.6, other condition functions for determining mount state were added instead.}} | ||
== See Also == | == See Also == |
Revision as of 00:09, 2 September 2013
Syntax:
ActorID.GetSitting
Returns a value based on the actor's current sitting state:
- 0 - Not sitting
- 1 - Loading sitting idle
- 2 - Getting ready to sit
- 3 - Is sitting
- 4 - Getting ready to stand up
- 11 - Loading horse mount idle
- 12 - Getting ready to mount
- 13 - Is sitting on horse
- 14 - Getting ready to dismount
NOTE: This function will not return 1 or 11 if used on the player.
Bugs
This condition function may not always return 11 through 14, and its Papyrus companion GetSitState - Actor returns only 0 through 4. As of version 1.6, other condition functions for determining mount state were added instead.