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

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>eLuxDialogBranchEvent_LastEnum</code> || <code>7</code> ||
 
| <code>eLuxDialogBranchEvent_LastEnum</code> || <code>7</code> ||
 
|}
 
|}
 +
 +
{{ReferencesSection}}
  
 
{{HPL3SOMAScriptingCategories}}
 
{{HPL3SOMAScriptingCategories}}
 
__FORCETOC__
 
__FORCETOC__

Latest revision as of 16:46, 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
eLuxDialogBranchEvent_OutOfRange 0
eLuxDialogBranchEvent_PlayerNotLooking 1
eLuxDialogBranchEvent_Callback 7
eLuxDialogBranchEvent_SetVar 2
eLuxDialogBranchEvent_IncVar 3
eLuxDialogBranchEvent_VarEquals 4
eLuxDialogBranchEvent_VarLesser 5
eLuxDialogBranchEvent_VarGreater 6
eLuxDialogBranchEvent_LastEnum 7

References

See all references...