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

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 26: Line 26:
 
| <code>eSoundEntryType_All</code> || <code>2147483647</code> ||
 
| <code>eSoundEntryType_All</code> || <code>2147483647</code> ||
 
|}
 
|}
 +
 +
{{ReferencesSection}}
  
 
{{HPL3SOMAScriptingCategories}}
 
{{HPL3SOMAScriptingCategories}}
 
__FORCETOC__
 
__FORCETOC__

Latest revision as of 16:53, 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
eSoundEntryType_World 1
eSoundEntryType_WorldClean 2
eSoundEntryType_Gui 4
eSoundEntryType_GuiWorld 8
eSoundEntryType_Safe -2147483648
eSoundEntryType_WorldAll 3
eSoundEntryType_GuiAll 12
eSoundEntryType_AllExceptGui 11
eSoundEntryType_All 2147483647

References

See all references...