Difference between revisions of "HPL3/Amnesia: Rebirth/Scripting/eAxis3D"
< HPL3 | Amnesia: Rebirth | 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 8: | Line 8: | ||
! Enum Name !! Integer Value !! Description | ! Enum Name !! Integer Value !! Description | ||
|- | |- | ||
− | | <code> | + | | <code>eAxis3D_X</code> || <code>0</code> || |
|- | |- | ||
− | | <code> | + | | <code>eAxis3D_Y</code> || <code>1</code> || |
|- | |- | ||
− | | <code> | + | | <code>eAxis3D_Z</code> || <code>2</code> || |
+ | |- | ||
+ | | <code>eAxis3D_LastEnum</code> || <code>3</code> || | ||
|} | |} | ||
Latest revision as of 23:11, 15 November 2020
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
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 |