Difference between revisions of "GetSitting"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Zumbs
Line 2: Line 2:


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetSitting GetSitting].
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetSitting GetSitting].
'''Syntax:'''
  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:
<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.1)]]
[[Category:Functions (GECK 1.1)]]

Revision as of 14:06, 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.

Link to TES4 Construction Set Wiki: GetSitting.

Syntax:

 ActorID.GetSitting

Returns a value based on the actor's current sitting state. 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