Difference between revisions of "HPL3/Amnesia: Rebirth/Scripting/eEventCompareType"

From Frictional Wiki
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...")
 
(No difference)

Latest revision as of 00:16, 16 November 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
eEventCompareType_Equal 0
eEventCompareType_NotEqual 1
eEventCompareType_Greater 2
eEventCompareType_GreaterOrEqual 3
eEventCompareType_Lesser 4
eEventCompareType_LesserOrEqual 5
eEventCompareType_InsideInterval 6
eEventCompareType_InsideOrEqualInterval 7
eEventCompareType_LastEnum 8

References

See all references...