Difference between revisions of "HPL3/SOMA/Scripting/eGamepadAxis"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Values== {| class="wikitable sortable" ! Enum Name...")
 
 
Line 30: Line 30:
 
| <code>eGamepadAxis_LastEnum</code> || <code>10</code> ||
 
| <code>eGamepadAxis_LastEnum</code> || <code>10</code> ||
 
|}
 
|}
 +
 +
{{ReferencesSection}}
  
 
{{HPL3SOMAScriptingCategories}}
 
{{HPL3SOMAScriptingCategories}}
 
__FORCETOC__
 
__FORCETOC__

Latest revision as of 16:37, 6 August 2020

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Values

Enum Name Integer Value Description
eGamepadAxis_0 0
eGamepadAxis_1 1
eGamepadAxis_2 2
eGamepadAxis_3 3
eGamepadAxis_4 4
eGamepadAxis_5 5
eGamepadAxis_6 6
eGamepadAxis_7 7
eGamepadAxis_8 8
eGamepadAxis_9 9
eGamepadAxis_LastEnum 10

References

See all references...