Difference between revisions of "HPL3/Amnesia: Rebirth/Scripting/eAxis3D"

From Frictional Wiki
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 8: Line 8:
 
! Enum Name !! Integer Value !! Description
 
! Enum Name !! Integer Value !! Description
 
|-
 
|-
| <code>eAxis2D_X</code> || <code>0</code> ||
+
| <code>eAxis3D_X</code> || <code>0</code> ||
 
|-
 
|-
| <code>eAxis2D_Y</code> || <code>1</code> ||
+
| <code>eAxis3D_Y</code> || <code>1</code> ||
 
|-
 
|-
| <code>eAxis2D_LastEnum</code> || <code>2</code> ||
+
| <code>eAxis3D_Z</code> || <code>2</code> ||
 +
|-
 +
| <code>eAxis3D_LastEnum</code> || <code>3</code> ||
 
|}
 
|}
  

Latest revision as of 00:11, 16 November 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
eAxis3D_X 0
eAxis3D_Y 1
eAxis3D_Z 2
eAxis3D_LastEnum 3

References


See all references...