2022-04-29 16:40:51 +02:00

435 lines
9.3 KiB
Lua

local L0_1, L1_1, L2_1, L3_1
L0_1 = {}
L0_1.Internal = -1
L0_1.MoveForward = 0
L0_1.MoveBackward = 1
L0_1.MoveLeft = 2
L0_1.MoveRight = 3
L0_1.MoveHorizontal = 4
L0_1.MoveVertical = 5
L0_1.Move = 6
L0_1.ViewHorizontal = 7
L0_1.ViewVertical = 8
L0_1.ChangeView = 9
L0_1.OpenMap = 10
L0_1.OpenCharacter = 11
L0_1.OpenBag = 12
L0_1.OpenGacha = 13
L0_1.OpenChat = 14
L0_1.OpenPaimon = 15
L0_1.ToggleQuestBook = 16
L0_1.ToAvatar1 = 17
L0_1.ToAvatar2 = 18
L0_1.ToAvatar3 = 19
L0_1.ToAvatar4 = 20
L0_1.ChangeWithSkill = 21
L0_1.WheelMenuTrigger = 22
L0_1.Skill1 = 23
L0_1.Skill2 = 24
L0_1.SprintOrSkill3 = 25
L0_1.JumpOrSkill4 = 26
L0_1.Skill5 = 27
L0_1.ToggleAttackMode = 28
L0_1.EnterFocusMode = 29
L0_1.TalkOrPick = 30
L0_1.LeftShoulder = 31
L0_1.RightShoulder = 32
L0_1.MenuBack = 33
L0_1.MenuConfirm = 34
L0_1.MenuLeft = 35
L0_1.MenuUp = 36
L0_1.LeftStickLeft = 37
L0_1.LeftStickRight = 38
L0_1.LeftStickUp = 39
L0_1.LeftStickDown = 40
L0_1.LeftStickVertical = 41
L0_1.LeftStickHorizontal = 42
L0_1.LeftStickButton = 43
L0_1.RightStickLeft = 44
L0_1.RightStickRight = 45
L0_1.RightStickUp = 46
L0_1.RightStickDown = 47
L0_1.DPadUp = 48
L0_1.DPadRight = 49
L0_1.DPadDown = 50
L0_1.DPadLeft = 51
L0_1.LeftTrigger = 52
L0_1.RightTrigger = 53
L0_1.ZoomCamera = 54
L0_1.ResetCamera = 55
L0_1.SlowMove = 56
L0_1.Slip = 57
L0_1.DebugMenu = 58
L0_1.QuestTransport = 59
L0_1.RightStickVertical = 60
L0_1.RightStickButton = 61
L0_1.Help = 62
L0_1.Multiplayer = 63
L0_1.MenuRight = 64
L0_1.MenuDown = 65
L0_1.OpenNotify = 66
L0_1.OpenDungeonFactor = 67
L0_1.ToAvatar5 = 68
L0_1.ToAvatar1TriggerSkill = 100
L0_1.ToAvatar2TriggerSkill = 101
L0_1.ToAvatar3TriggerSkill = 102
L0_1.ToAvatar4TriggerSkill = 103
L0_1.ToAvatar5TriggerSkill = 104
L0_1.OpenHandbook = 105
L0_1.TrackQuest = 106
InputActionType = L0_1
L0_1 = {}
L0_1.ButtonInput = 0
L0_1.OneAxisInput = 1
L0_1.TwoAxisInput = 2
InputValueType = L0_1
L0_1 = {}
L0_1.Any = 0
L0_1.ButtonPressed = 1
L0_1.ButtonReleased = 2
L0_1.ButtonPressing = 3
L0_1.ButtonUnpressing = 4
L0_1.ButtonLongPressed = 5
L0_1.ButtonLongPressing = 6
L0_1.ButtonLongReleased = 7
L0_1.ButtonShortPressUp = 8
L0_1.ButtonRepeating = 9
L0_1.AxisActive = 10
L0_1.NegativeButtonRepeating = 11
ActionEventType = L0_1
L0_1 = {}
L0_1.Invalid = 0
L0_1.MoveEvent = 1
L0_1.ChangeViewEvent = 2
L0_1.OpenMapEvent = 3
L0_1.OpenCharacterEvent = 4
L0_1.OpenBagEvent = 5
L0_1.OpenGachaEvent = 6
L0_1.OpenChatEvent = 7
L0_1.OpenPaimonEvent = 8
L0_1.ToggleQuestBookEvent = 9
L0_1.ToAvatar1Event = 10
L0_1.ToAvatar2Event = 11
L0_1.ToAvatar3Event = 12
L0_1.ToAvatar4Event = 13
L0_1.TriggerChangeWithSkillEvent = 14
L0_1.CancelChangeWithSkillEvent = 15
L0_1.TriggerWheelMenuEvent = 16
L0_1.CloseWheelMenuEvent = 17
L0_1.TriggerSkill1Event = 18
L0_1.TriggerSkill2Event = 19
L0_1.TriggerSkill3Event = 20
L0_1.TriggerSkill4Event = 21
L0_1.TriggerSkill5Event = 22
L0_1.ReleaseSkill1Event = 23
L0_1.ReleaseSkill2Event = 24
L0_1.ReleaseSkill3Event = 25
L0_1.ReleaseSkill4Event = 26
L0_1.ReleaseSkill5Event = 27
L0_1.SelectingEvent = 28
L0_1.CancelSelectingEvent = 29
L0_1.ToggleAttackModeEvent = 30
L0_1.EnterFocusModeEvent = 31
L0_1.ExitFocusModeEvent = 32
L0_1.TalkOrPickEvent = 33
L0_1.LeftShoulderEvent = 34
L0_1.RightShoulderEvent = 35
L0_1.MenuBackEvent = 36
L0_1.MenuBackingEvent = 37
L0_1.MenuBackingCancelEvent = 38
L0_1.MenuConfirmEvent = 39
L0_1.MenuConfirmingEvent = 40
L0_1.MenuConfirmingCancelEvent = 41
L0_1.MenuLeftEvent = 42
L0_1.MenuLeftPressingEvent = 43
L0_1.MenuLeftJustReleasedEvent = 44
L0_1.MenuUpEvent = 45
L0_1.MenuRightEvent = 46
L0_1.MenuDownEvent = 47
L0_1.LeftStickLeftEvent = 48
L0_1.LeftStickRightEvent = 49
L0_1.LeftStickUpEvent = 50
L0_1.LeftStickDownEvent = 51
L0_1.LeftStickEvent = 52
L0_1.RightStickEvent = 53
L0_1.LeftTriggerEvent = 54
L0_1.LeftTriggerAxisEvent = 55
L0_1.RightTriggerEvent = 56
L0_1.RightTriggerAxisEvent = 57
L0_1.ZoomCameraEvent = 58
L0_1.ResetCameraEvent = 59
L0_1.EnterElementViewEvent = 60
L0_1.ExitElementViewEvent = 61
L0_1.ToggleSlowMoveEvent = 62
L0_1.ToggleSlowMoveTempEvent = 63
L0_1.ResetTempSlowMoveEvent = 64
L0_1.SlipEvent = 65
L0_1.DebugMenuEvent = 66
L0_1.LeftStickButtonEvent = 67
L0_1.RightStickButtonEvent = 68
L0_1.QuestTransportEvent = 69
L0_1.LeftStickVerticalEvent = 70
L0_1.LeftStickHorizontalEvent = 71
L0_1.RightStickVerticalEvent = 72
L0_1.RightStickLeftEvent = 73
L0_1.RightStickRightEvent = 74
L0_1.DPadUpEvent = 75
L1_1 = "DPadRightEvent"
L2_1 = 76
L0_1[L1_1] = L2_1
L1_1 = "DPadDownEvent"
L2_1 = 77
L0_1[L1_1] = L2_1
L1_1 = "DPadLeftEvent"
L2_1 = 78
L0_1[L1_1] = L2_1
L1_1 = "HelpEvent"
L2_1 = 79
L0_1[L1_1] = L2_1
L1_1 = "MultiplayerEvent"
L2_1 = 80
L0_1[L1_1] = L2_1
L1_1 = "ToPrevInteeEvent"
L2_1 = 81
L0_1[L1_1] = L2_1
L1_1 = "ToNextInteeEvent"
L2_1 = 82
L0_1[L1_1] = L2_1
L1_1 = "OpenNotifyEvent"
L2_1 = 83
L0_1[L1_1] = L2_1
L1_1 = "OpenDungeonFactorEvent"
L2_1 = 84
L0_1[L1_1] = L2_1
L1_1 = "OpenHandbookEvent"
L2_1 = 85
L0_1[L1_1] = L2_1
L1_1 = "TrackQuestEvent"
L2_1 = 86
L0_1[L1_1] = L2_1
L1_1 = "ToAvatar5Event"
L2_1 = 87
L0_1[L1_1] = L2_1
L1_1 = "Count"
L2_1 = 88
L0_1[L1_1] = L2_1
InputEventType = L0_1
L0_1 = "InputDeviceType"
L1_1 = {}
L2_1 = "TouchScreen"
L1_1[L2_1] = 0
L2_1 = "KeyboardWithTouchScreen"
L1_1[L2_1] = 1
L2_1 = "KeyboardWithMouse"
L1_1[L2_1] = 2
L2_1 = "Joypad"
L1_1[L2_1] = 3
_ENV[L0_1] = L1_1
L0_1 = "ActionCompoundType"
L1_1 = {}
L2_1 = "TwoAxis"
L1_1[L2_1] = 0
L2_1 = "AllPress"
L1_1[L2_1] = 1
_ENV[L0_1] = L1_1
L0_1 = "ContextEventType"
L1_1 = {}
L1_1.Invalid = 0
L2_1 = "ContextEnd"
L1_1[L2_1] = 1
L2_1 = "FrameEnd"
L1_1[L2_1] = 2
L2_1 = "CloseEvent"
L1_1[L2_1] = 3
L2_1 = "BackEvent"
L1_1[L2_1] = 4
L2_1 = "ConfirmEvent"
L1_1[L2_1] = 5
L2_1 = "ConfirmingEvent"
L1_1[L2_1] = 6
L2_1 = "ConfirmingCancelEvent"
L1_1[L2_1] = 7
L2_1 = "ToPrevPrimaryTabEvent"
L1_1[L2_1] = 8
L2_1 = "ToNextPrimaryTabEvent"
L1_1[L2_1] = 9
L2_1 = "ToPrevSecondaryTabEvent"
L1_1[L2_1] = 10
L2_1 = "ToNextSecondaryTabEvent"
L1_1[L2_1] = 11
L2_1 = "MenuNavigationUp"
L1_1[L2_1] = 12
L2_1 = "MenuNavigationDown"
L1_1[L2_1] = 13
L2_1 = "MenuNavigationLeft"
L1_1[L2_1] = 14
L2_1 = "MenuNavigationRight"
L1_1[L2_1] = 15
L2_1 = "IncreaseCountEvent"
L1_1[L2_1] = 16
L2_1 = "DecreaseCountEvent"
L1_1[L2_1] = 17
L2_1 = "TriggerInputEvent"
L1_1[L2_1] = 18
L2_1 = "LogoutConfirmingEvent"
L1_1[L2_1] = 19
L2_1 = "LogoutConfirmEndEvent"
L1_1[L2_1] = 20
L2_1 = "BackingEvent"
L1_1[L2_1] = 21
L2_1 = "BackingCancelEvent"
L1_1[L2_1] = 22
L2_1 = "OpenSortingDropdownEvent"
L1_1[L2_1] = 23
L2_1 = "OpenScreenDropdownEvent"
L1_1[L2_1] = 24
L2_1 = "RevertSortingOrderEvent"
L1_1[L2_1] = 25
L2_1 = "OpenDropdownEvent"
L1_1[L2_1] = 26
L2_1 = "ToNextDropdownOptionEvent"
L1_1[L2_1] = 27
L2_1 = "ToPrevDropdownOptionEvent"
L1_1[L2_1] = 28
L2_1 = "ConfirmDropdownSelectEvent"
L1_1[L2_1] = 29
L2_1 = "CancelDropdownSelectEvent"
L1_1[L2_1] = 30
L2_1 = "ScrollPrimaryScrollerEvent"
L1_1[L2_1] = 31
L2_1 = "ReturnToQuestEvent"
L1_1[L2_1] = 32
L1_1.ToAvatar1Event = 33
L1_1.ToAvatar2Event = 34
L1_1.ToAvatar3Event = 35
L1_1.ToAvatar4Event = 36
L1_1.OpenChatEvent = 37
L2_1 = "ToAvatar5Event"
L1_1[L2_1] = 38
L2_1 = "ToRewardDetailEvent"
L1_1[L2_1] = 100
L2_1 = "ToPrevRewardEvent"
L1_1[L2_1] = 101
L2_1 = "ToNextRewardEvent"
L1_1[L2_1] = 102
L2_1 = "ToPrevMainQuestEvent"
L1_1[L2_1] = 103
L2_1 = "ToNextMainQuestEvent"
L1_1[L2_1] = 104
L2_1 = "ToggleQuestTrackingEvent"
L1_1[L2_1] = 105
L2_1 = "NavigateToQuestEvent"
L1_1[L2_1] = 106
L2_1 = "ScrollSubQuestEvent"
L3_1 = 107
L1_1[L2_1] = L3_1
L2_1 = "ToPrevTabEvent"
L3_1 = 200
L1_1[L2_1] = L3_1
L2_1 = "ToNextTabEvent"
L3_1 = 201
L1_1[L2_1] = L3_1
L2_1 = "UseEvent"
L3_1 = 202
L1_1[L2_1] = L3_1
L2_1 = "DropEvent"
L3_1 = 203
L1_1[L2_1] = L3_1
L2_1 = "ToPrevRowEvent"
L3_1 = 204
L1_1[L2_1] = L3_1
L2_1 = "ToNextRowEvent"
L3_1 = 205
L1_1[L2_1] = L3_1
L2_1 = "ToPrevSlotEvent"
L3_1 = 206
L1_1[L2_1] = L3_1
L2_1 = "ToNextSlotEvent"
L3_1 = 207
L1_1[L2_1] = L3_1
L2_1 = "ReNameEvent"
L3_1 = 300
L1_1[L2_1] = L3_1
L2_1 = "UIZoomCameraEvent"
L3_1 = 400
L1_1[L2_1] = L3_1
L2_1 = "UIDetails"
L3_1 = 401
L1_1[L2_1] = L3_1
L2_1 = "MoveCursorEvent"
L3_1 = 500
L1_1[L2_1] = L3_1
L2_1 = "ZoomInMapEvent"
L3_1 = 501
L1_1[L2_1] = L3_1
L2_1 = "ZoomOutMapEvent"
L3_1 = 502
L1_1[L2_1] = L3_1
L2_1 = "CommonLeftStickUpEvent"
L3_1 = 600
L1_1[L2_1] = L3_1
L2_1 = "CommonLeftStickDownEvent"
L3_1 = 601
L1_1[L2_1] = L3_1
L2_1 = "CommonLeftStickLeftEvent"
L3_1 = 602
L1_1[L2_1] = L3_1
L2_1 = "CommonLeftStickRightEvent"
L3_1 = 603
L1_1[L2_1] = L3_1
L2_1 = "CommonChangeViewEvent"
L3_1 = 604
L1_1[L2_1] = L3_1
L2_1 = "CommonMenuUpEvent"
L3_1 = 605
L1_1[L2_1] = L3_1
L2_1 = "CommonMenuLeftEvent"
L3_1 = 606
L1_1[L2_1] = L3_1
L2_1 = "CommonLeftStickButtonEvent"
L3_1 = 610
L1_1[L2_1] = L3_1
L2_1 = "CommonRightStickButtonEvent"
L3_1 = 611
L1_1[L2_1] = L3_1
L2_1 = "CommonRightTriggerEvent"
L3_1 = 612
L1_1[L2_1] = L3_1
L2_1 = "CommonLeftStickVerticalEvent"
L3_1 = 620
L1_1[L2_1] = L3_1
L2_1 = "CommonRightStickVerticalEvent"
L3_1 = 621
L1_1[L2_1] = L3_1
L2_1 = "CommonLeftStickHorizontalEvent"
L3_1 = 622
L1_1[L2_1] = L3_1
L2_1 = "Revive"
L3_1 = 700
L1_1[L2_1] = L3_1
L2_1 = "Goddess_ContributeSome"
L3_1 = 800
L1_1[L2_1] = L3_1
L2_1 = "Goddess_ContributeAll"
L3_1 = 801
L1_1[L2_1] = L3_1
L2_1 = "Goddess_ScrollUpgradeReward"
L3_1 = 802
L1_1[L2_1] = L3_1
L2_1 = "ToggleSpringAutoUseEvent"
L3_1 = 803
L1_1[L2_1] = L3_1
L2_1 = "DialogSelectEvent"
L3_1 = 900
L1_1[L2_1] = L3_1
L2_1 = "ToNextDialogEvent"
L3_1 = 901
L1_1[L2_1] = L3_1
L2_1 = "VisitorLoginEvent"
L3_1 = 1000
L1_1[L2_1] = L3_1
L2_1 = "SwitchServerLoginEvent"
L3_1 = 1001
L1_1[L2_1] = L3_1
_ENV[L0_1] = L1_1