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

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 76: Line 76:
 
| <code>eFlagBit_All</code> || <code>-1</code> ||
 
| <code>eFlagBit_All</code> || <code>-1</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
eFlagBit_0 1
eFlagBit_1 2
eFlagBit_2 4
eFlagBit_3 8
eFlagBit_4 16
eFlagBit_5 32
eFlagBit_6 64
eFlagBit_7 128
eFlagBit_8 256
eFlagBit_9 512
eFlagBit_10 1024
eFlagBit_11 2048
eFlagBit_12 4096
eFlagBit_13 8192
eFlagBit_14 16384
eFlagBit_15 32768
eFlagBit_16 65536
eFlagBit_17 131072
eFlagBit_18 262144
eFlagBit_19 524288
eFlagBit_20 1048576
eFlagBit_21 2097152
eFlagBit_22 4194304
eFlagBit_23 8388608
eFlagBit_24 16777216
eFlagBit_25 33554432
eFlagBit_26 67108864
eFlagBit_27 134217728
eFlagBit_28 268435456
eFlagBit_29 536870912
eFlagBit_30 1073741824
eFlagBit_31 -2147483648
eFlagBit_None 0
eFlagBit_All -1

References


See all references...