Difference between revisions of "GetSitting"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Zumbs
 
(2 intermediate revisions by 2 users not shown)
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.
}}
 
== Notes ==
 
The following states from TES4 Construction Set Wiki [http://cs.elderscrolls.com/constwiki/index.php/GetSitting GetSitting] have been verified:
 
<ul>
<li>0 - Not sitting</li>
<li>2 - Getting ready to sit</li>
<li>3 - Is sitting</li>
<li>4 - Getting ready to stand up</li>
</ul>
 
The following may or may not work:
 
<ul>
<li>1 - Loading sitting idle</li>
<li>11 - Loading horse mount idle</li>
<li>12 - Getting ready to mount</li>
<li>13 - Is sitting on horse</li>
<li>14 - Getting ready to dismount</li>
</ul>


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Functions (GECK 1.1)]]

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