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

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 8: Line 8:
 
! Enum Name !! Integer Value !! Description
 
! Enum Name !! Integer Value !! Description
 
|-
 
|-
| <code>eCharDir_Forward</code> || <code>0</code> ||
+
| <code>eClearFrameBufferFlag_Color</code> || <code>1</code> ||
 
|-
 
|-
| <code>eCharDir_Right</code> || <code>1</code> ||
+
| <code>eClearFrameBufferFlag_Depth</code> || <code>2</code> ||
 
|-
 
|-
| <code>eCharDir_LastEnum</code> || <code>2</code> ||
+
| <code>eClearFrameBufferFlag_Stencil</code> || <code>4</code> ||
 
|}
 
|}
  
 
{{HPL3SOMAScriptingCategories}}
 
{{HPL3SOMAScriptingCategories}}
 
__FORCETOC__
 
__FORCETOC__

Revision as of 05:10, 4 August 2020

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

Contents

Values

Enum Name Integer Value Description
eClearFrameBufferFlag_Color 1
eClearFrameBufferFlag_Depth 2
eClearFrameBufferFlag_Stencil 4