Difference between revisions of "GetSitting"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Zumbs
imported>Zumbs
 
Line 1: Line 1:
{{Incomplete}}
{{Incomplete}}


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetSitting GetSitting].
{{Function
  |origin = GECK1
  |summary = [[GetSitting]] returns a value based on the calling actors current sitting state.
  |referenceType = [Actor]
  |Example = FreddyRef.GetSitting
Returns FreddyRefs sitting state.
}}


'''Syntax:'''
== Notes ==
  ActorID.GetSitting


Returns a value based on the actor's current sitting state. The following states from TES4 Construction Set Wiki [http://cs.elderscrolls.com/constwiki/index.php/GetSitting GetSitting] have been verified:
The following states from TES4 Construction Set Wiki [http://cs.elderscrolls.com/constwiki/index.php/GetSitting GetSitting] have been verified:


<ul>
<ul>

Latest revision as of 15:34, 6 September 2009

This article is incomplete. You can help by filling in any blank descriptions.
Further information might be found in a section of the discussion page. Please remove this message when no longer necessary.
< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

GetSitting returns a value based on the calling actors current sitting state.

Syntax

[help]
[Actor].GetSitting


Notes

The following states from TES4 Construction Set Wiki GetSitting have been verified:

  • 0 - Not sitting
  • 2 - Getting ready to sit
  • 3 - Is sitting
  • 4 - Getting ready to stand up

The following may or may not work:

  • 1 - Loading sitting idle
  • 11 - Loading horse mount idle
  • 12 - Getting ready to mount
  • 13 - Is sitting on horse
  • 14 - Getting ready to dismount