The decompiled versions of all \domino\ scripts found in Watch_Dogs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

2497 lines
62 KiB

-- {\v/} Domino auto-generated LUA script file
--
-- Script document: domino/user/windycity/side_missions/contract_lair/cl_21/cl_21.domino.xml
-- User graph: Main
--
--
-- DO NOT EDIT MANUALLY THIS FILE OR YOUR CHANGES WILL BE LOST!
-- Please modify the original Domino script instead. You have been warned.
-- *** SCRIPT INPUT REFLECTION ***
--[[
<InputReflection />
]]--
-- *** END OF SCRIPT INPUT REFLECTION ***
export = {
};
function export:LuaDependencies()
return {
};
end;
function export:Create(cbox)
-- External box dependencies
cbox:RegisterBox("Domino/System/AIGeneratorController.lua");
cbox:RegisterBox("Domino/System/AISystemsController.lua");
cbox:RegisterBox("Domino/System/CameraLockController.lua");
cbox:RegisterBox("Domino/Library/common/Common_HUD.CarChase.lua");
cbox:RegisterBox("Domino/Library/common/CinematicPrep.CinematicPrep.lua");
cbox:RegisterBox("Domino/System/CompareEntity_v2.lua");
cbox:RegisterBox("Domino/System/CompareIntegers_v2.lua");
cbox:RegisterBox("Domino/System/FelonyChaseMonitor.lua");
cbox:RegisterBox("Domino/System/FelonySystemController.lua");
cbox:RegisterBox("Domino/Library/common/Common_HUD.FixerFantasyCam.lua");
cbox:RegisterBox("Domino/System/GetPlayerID.lua");
cbox:RegisterBox("Domino/System/InputListenerMonitor.lua");
cbox:RegisterBox("Domino/System/MapPointController_v3.lua");
cbox:RegisterBox("Domino/System/MissionCheckpointReach.lua");
cbox:RegisterBox("Domino/System/MissionLayer_v2.lua");
cbox:RegisterBox("Domino/System/MissionModuleBox_v2.lua");
cbox:RegisterBox("Domino/System/MultipleAND.lua");
cbox:RegisterBox("Domino/System/OnceOnly_v2.lua");
cbox:RegisterBox("Domino/System/OrderedOutput.lua");
cbox:RegisterBox("Domino/System/PlayerVehicleMonitor_v2.lua");
cbox:RegisterBox("Domino/System/PlaySound_v2.lua");
cbox:RegisterBox("Domino/System/ProgressBarMonitor.lua");
cbox:RegisterBox("Domino/System/ProximityMonitor.lua");
cbox:RegisterBox("Domino/System/SetBoolean_v2.lua");
cbox:RegisterBox("Domino/System/SetInteger_v2.lua");
cbox:RegisterBox("Domino/System/SetTimeOfDay.lua");
cbox:RegisterBox("Domino/System/SimpleNode.lua");
cbox:RegisterBox("Domino/Library/common/SnapAndBind.SnapAndBind.lua");
cbox:RegisterBox("Domino/System/Timer_v2.lua");
cbox:RegisterBox("Domino/System/TimerToScreen.lua");
cbox:RegisterBox("Domino/System/TimeScaleController.lua");
cbox:RegisterBox("Domino/System/TriggerGameOver.lua");
cbox:RegisterBox("Domino/System/TriggerMonitor_v2.lua");
cbox:RegisterBox("Domino/System/VehicleController.lua");
cbox:RegisterBox("Domino/System/VehicleBhvController.lua");
cbox:RegisterBox("Domino/System/VehicleSeatingController.lua");
cbox:RegisterBox("Domino/System/VehicleSpawnerControl_v2.lua");
-- Load resources
cbox:LoadResource("sndres0x00110c19", "CSoundResource");
cbox:LoadResource("sndres0x00110c41", "CSoundResource");
cbox:LoadResource("sndres0x00110c1b", "CSoundResource");
end;
function export:Init(cbox)
local l0;
self.ProximityRadius = 0;
self.Tobias = nil;
self.Fixer = nil;
self.PlayerEntity = nil;
self.VehicleInit = nil;
self.VehicleTobias = nil;
self.DownloadComplete = 0;
self.NPC_List = {
};
self.Kill_or_Escape = {
section = "MISSIONS.SIDE.OBJECTIVES.Convoy.Convoy_01.Objective_3",
item = "Description",
id = "169171",
};
self[25] = cbox:CreateBox("Domino/System/VehicleBhvController.lua");
l0 = self[25];
l0._graph = self;
l0.StartCompleted = DummyFunction;
l0.StopCompleted = DummyFunction;
l0.ForcedFakeFollow = DummyFunction;
self[76] = cbox:CreateBox("Domino/System/ProgressBarMonitor.lua");
l0 = self[76];
l0._graph = self;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_76_Disabled;
l0.OnProgressBarReachedValue = DummyFunction;
l0.GotElapsedTime = DummyFunction;
self[37] = cbox:CreateBox("Domino/System/Timer_v2.lua");
l0 = self[37];
l0._graph = self;
l0.Out = DummyFunction;
l0.Started = DummyFunction;
l0.Stopped = DummyFunction;
l0.Paused = DummyFunction;
l0.Resumed = DummyFunction;
l0.TimeElapsed = self.f_37_TimeElapsed;
l0.LoopingEnded = DummyFunction;
l0.GotTime = DummyFunction;
self[100] = cbox:CreateBox("Domino/System/VehicleBhvController.lua");
l0 = self[100];
l0._graph = self;
l0.StartCompleted = DummyFunction;
l0.StopCompleted = self.f_100_StopCompleted;
l0.ForcedFakeFollow = DummyFunction;
self[3] = cbox:CreateBox("Domino/System/MissionLayer_v2.lua");
l0 = self[3];
l0._graph = self;
l0.Loaded = self.f_3_Loaded;
l0.Unloaded = DummyFunction;
l0.Reseted = DummyFunction;
self[106] = cbox:CreateBox("Domino/System/CameraLockController.lua");
l0 = self[106];
l0._graph = self;
l0.Started = DummyFunction;
l0.Stopped = DummyFunction;
l0.Finished = DummyFunction;
l0.Out = DummyFunction;
self[109] = cbox:CreateBox("Domino/System/MapPointController_v3.lua");
l0 = self[109];
l0._graph = self;
l0.Shown = DummyFunction;
l0.Hidden = DummyFunction;
l0.TextSet = DummyFunction;
l0.TextHidden = DummyFunction;
self[18] = cbox:CreateBox("Domino/System/VehicleSpawnerControl_v2.lua");
l0 = self[18];
l0._graph = self;
l0.Spawned = self.f_18_Spawned;
l0.UnSpawned = DummyFunction;
l0.AllowAutoRespawnSet = DummyFunction;
l0.Out = DummyFunction;
self[42] = cbox:CreateBox("Domino/System/ProximityMonitor.lua");
l0 = self[42];
l0._graph = self;
l0.Enabled = self.f_42_Enabled;
l0.Disabled = DummyFunction;
l0.EnterRadius = self.f_42_EnterRadius;
l0.ExitRadius = DummyFunction;
self[95] = cbox:CreateBox("Domino/System/VehicleSeatingController.lua");
l0 = self[95];
l0._graph = self;
l0.Assigned = self.f_95_Assigned;
l0.Unassigned = DummyFunction;
l0.AssignCompleted = DummyFunction;
l0.UnassignCompleted = DummyFunction;
l0.AbortMoveAndUseSeat = DummyFunction;
l0.Out = DummyFunction;
self[75] = cbox:CreateBox("Domino/System/MapPointController_v3.lua");
l0 = self[75];
l0._graph = self;
l0.Shown = DummyFunction;
l0.Hidden = self.f_75_Hidden;
l0.TextSet = DummyFunction;
l0.TextHidden = DummyFunction;
self[86] = cbox:CreateBox("Domino/System/OnceOnly_v2.lua");
l0 = self[86];
l0._graph = self;
l0._DynamicAnchors = {
In = 1,
Out = 1,
};
l0.Out[0] = self.f_86_Out_0;
l0.ResetOut = DummyFunction;
self[43] = cbox:CreateBox("Domino/System/PlaySound_v2.lua");
l0 = self[43];
l0._graph = self;
l0.Out = DummyFunction;
l0.Started = DummyFunction;
l0.Finished = DummyFunction;
self[58] = cbox:CreateBox("Domino/System/TimerToScreen.lua");
l0 = self[58];
l0._graph = self;
l0.Started = DummyFunction;
l0.Paused = DummyFunction;
l0.Resumed = DummyFunction;
l0.Stopped = DummyFunction;
l0.Restarted = DummyFunction;
l0.GotTime = DummyFunction;
l0.TimeElapsed = self.f_58_TimeElapsed;
self[70] = cbox:CreateBox("Domino/System/InputListenerMonitor.lua");
l0 = self[70];
l0._graph = self;
l0.Out = DummyFunction;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_70_Disabled;
l0.InputReceived = self.f_70_InputReceived;
self[93] = cbox:CreateBox("Domino/System/AIGeneratorController.lua");
l0 = self[93];
l0._graph = self;
l0.Spawned = self.f_93_Spawned;
l0.UnSpawned = DummyFunction;
self[24] = cbox:CreateBox("Domino/Library/common/SnapAndBind.SnapAndBind.lua");
l0 = self[24];
l0._graph = self;
l0.Attached = self.f_24_Attached;
self[94] = cbox:CreateBox("Domino/System/MultipleAND.lua");
l0 = self[94];
l0._graph = self;
l0._DynamicAnchors = {
Condition = 2,
};
l0.Out = self.f_94_Out;
self[36] = cbox:CreateBox("Domino/Library/common/SnapAndBind.SnapAndBind.lua");
l0 = self[36];
l0._graph = self;
l0.Attached = self.f_36_Attached;
self[103] = cbox:CreateBox("Domino/System/MissionModuleBox_v2.lua");
l0 = self[103];
l0._graph = self;
l0.DisplayRequested = DummyFunction;
l0.DisplayStarted = DummyFunction;
l0.HideRequested = DummyFunction;
l0.DisplayFinished = DummyFunction;
l0.Out = DummyFunction;
self[57] = cbox:CreateBox("Domino/System/VehicleBhvController.lua");
l0 = self[57];
l0._graph = self;
l0.StartCompleted = self.f_57_StartCompleted;
l0.StopCompleted = self.f_57_StopCompleted;
l0.ForcedFakeFollow = DummyFunction;
self[108] = cbox:CreateBox("Domino/System/MissionModuleBox_v2.lua");
l0 = self[108];
l0._graph = self;
l0.DisplayRequested = DummyFunction;
l0.DisplayStarted = self.f_108_DisplayStarted;
l0.HideRequested = DummyFunction;
l0.DisplayFinished = DummyFunction;
l0.Out = DummyFunction;
self[46] = cbox:CreateBox("Domino/System/VehicleBhvController.lua");
l0 = self[46];
l0._graph = self;
l0.StartCompleted = self.f_46_StartCompleted;
l0.StopCompleted = self.f_46_StopCompleted;
l0.ForcedFakeFollow = DummyFunction;
self[56] = cbox:CreateBox("Domino/System/VehicleBhvController.lua");
l0 = self[56];
l0._graph = self;
l0.StartCompleted = self.f_56_StartCompleted;
l0.StopCompleted = self.f_56_StopCompleted;
l0.ForcedFakeFollow = DummyFunction;
self[34] = cbox:CreateBox("Domino/System/ProximityMonitor.lua");
l0 = self[34];
l0._graph = self;
l0.Enabled = self.f_34_Enabled;
l0.Disabled = DummyFunction;
l0.EnterRadius = self.f_34_EnterRadius;
l0.ExitRadius = self.f_34_ExitRadius;
self[19] = cbox:CreateBox("Domino/System/VehicleSeatingController.lua");
l0 = self[19];
l0._graph = self;
l0.Assigned = DummyFunction;
l0.Unassigned = DummyFunction;
l0.AssignCompleted = self.f_19_AssignCompleted;
l0.UnassignCompleted = DummyFunction;
l0.AbortMoveAndUseSeat = DummyFunction;
l0.Out = DummyFunction;
self[88] = cbox:CreateBox("Domino/System/OnceOnly_v2.lua");
l0 = self[88];
l0._graph = self;
l0._DynamicAnchors = {
In = 1,
Out = 1,
};
l0.Out[0] = self.f_88_Out_0;
l0.ResetOut = DummyFunction;
self[77] = cbox:CreateBox("Domino/System/MissionModuleBox_v2.lua");
l0 = self[77];
l0._graph = self;
l0.DisplayRequested = DummyFunction;
l0.DisplayStarted = self.f_77_DisplayStarted;
l0.HideRequested = DummyFunction;
l0.DisplayFinished = DummyFunction;
l0.Out = DummyFunction;
self[12] = cbox:CreateBox("Domino/System/MissionModuleBox_v2.lua");
l0 = self[12];
l0._graph = self;
l0.DisplayRequested = DummyFunction;
l0.DisplayStarted = self.f_12_DisplayStarted;
l0.HideRequested = DummyFunction;
l0.DisplayFinished = DummyFunction;
l0.Out = DummyFunction;
self[26] = cbox:CreateBox("Domino/System/Timer_v2.lua");
l0 = self[26];
l0._graph = self;
l0.Out = DummyFunction;
l0.Started = DummyFunction;
l0.Stopped = DummyFunction;
l0.Paused = DummyFunction;
l0.Resumed = DummyFunction;
l0.TimeElapsed = self.f_26_TimeElapsed;
l0.LoopingEnded = DummyFunction;
l0.GotTime = DummyFunction;
self[8] = cbox:CreateBox("Domino/System/AISystemsController.lua");
l0 = self[8];
l0._graph = self;
l0.GrenadesEnabled = DummyFunction;
l0.GrenadesDisabled = self.f_8_GrenadesDisabled;
self[16] = cbox:CreateBox("Domino/System/VehicleSpawnerControl_v2.lua");
l0 = self[16];
l0._graph = self;
l0.Spawned = self.f_16_Spawned;
l0.UnSpawned = DummyFunction;
l0.AllowAutoRespawnSet = DummyFunction;
l0.Out = DummyFunction;
self[91] = cbox:CreateBox("Domino/System/ProximityMonitor.lua");
l0 = self[91];
l0._graph = self;
l0.Enabled = DummyFunction;
l0.Disabled = DummyFunction;
l0.EnterRadius = self.f_91_EnterRadius;
l0.ExitRadius = DummyFunction;
self[66] = cbox:CreateBox("Domino/System/OnceOnly_v2.lua");
l0 = self[66];
l0._graph = self;
l0._DynamicAnchors = {
In = 1,
Out = 1,
};
l0.Out[0] = self.f_66_Out_0;
l0.ResetOut = DummyFunction;
self[64] = cbox:CreateBox("Domino/System/PlaySound_v2.lua");
l0 = self[64];
l0._graph = self;
l0.Out = DummyFunction;
l0.Started = DummyFunction;
l0.Finished = DummyFunction;
self[89] = cbox:CreateBox("Domino/System/OnceOnly_v2.lua");
l0 = self[89];
l0._graph = self;
l0._DynamicAnchors = {
In = 1,
Out = 1,
};
l0.Out[0] = self.f_89_Out_0;
l0.ResetOut = DummyFunction;
self[68] = cbox:CreateBox("Domino/System/OnceOnly_v2.lua");
l0 = self[68];
l0._graph = self;
l0._DynamicAnchors = {
In = 1,
Out = 1,
};
l0.Out[0] = self.f_68_Out_0;
l0.ResetOut = DummyFunction;
self[17] = cbox:CreateBox("Domino/System/VehicleBhvController.lua");
l0 = self[17];
l0._graph = self;
l0.StartCompleted = self.f_17_StartCompleted;
l0.StopCompleted = DummyFunction;
l0.ForcedFakeFollow = DummyFunction;
self[20] = cbox:CreateBox("Domino/System/AIGeneratorController.lua");
l0 = self[20];
l0._graph = self;
l0.Spawned = self.f_20_Spawned;
l0.UnSpawned = DummyFunction;
self[10] = cbox:CreateBox("Domino/System/MissionCheckpointReach.lua");
l0 = self[10];
l0._graph = self;
l0.Out = self.f_10_Out;
l0.AllCheckpointsDisabled = DummyFunction;
self[29] = cbox:CreateBox("Domino/System/MapPointController_v3.lua");
l0 = self[29];
l0._graph = self;
l0.Shown = self.f_29_Shown;
l0.Hidden = self.f_29_Hidden;
l0.TextSet = DummyFunction;
l0.TextHidden = DummyFunction;
self[98] = cbox:CreateBox("Domino/System/MapPointController_v3.lua");
l0 = self[98];
l0._graph = self;
l0.Shown = self.f_98_Shown;
l0.Hidden = DummyFunction;
l0.TextSet = DummyFunction;
l0.TextHidden = DummyFunction;
self[97] = cbox:CreateBox("Domino/System/MissionModuleBox_v2.lua");
l0 = self[97];
l0._graph = self;
l0.DisplayRequested = DummyFunction;
l0.DisplayStarted = self.f_97_DisplayStarted;
l0.HideRequested = DummyFunction;
l0.DisplayFinished = DummyFunction;
l0.Out = DummyFunction;
self[111] = cbox:CreateBox("Domino/System/FelonyChaseMonitor.lua");
l0 = self[111];
l0._graph = self;
l0.Started = DummyFunction;
l0.Stopped = DummyFunction;
l0.None = DummyFunction;
l0.DenunciatorStarted = DummyFunction;
l0.DenunciatorInterrupted = DummyFunction;
l0.DenunciatorFinished = DummyFunction;
l0.ScanStarted = DummyFunction;
l0.ScanSuccess = DummyFunction;
l0.ScanFailure = DummyFunction;
l0.Chasing = DummyFunction;
l0.Searching = DummyFunction;
l0.Evaded = self.f_111_Evaded;
l0.TargetKilled = DummyFunction;
l0.LevelChanged = DummyFunction;
l0.TargetArrested = DummyFunction;
self[101] = cbox:CreateBox("Domino/System/PlayerVehicleMonitor_v2.lua");
l0 = self[101];
l0._graph = self;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_101_Disabled;
l0.Enter = self.f_101_Enter;
l0.Leave = DummyFunction;
l0.ChangeSeat = DummyFunction;
self[99] = cbox:CreateBox("Domino/System/MissionModuleBox_v2.lua");
l0 = self[99];
l0._graph = self;
l0.DisplayRequested = DummyFunction;
l0.DisplayStarted = self.f_99_DisplayStarted;
l0.HideRequested = DummyFunction;
l0.DisplayFinished = DummyFunction;
l0.Out = DummyFunction;
self[61] = cbox:CreateBox("Domino/System/ProximityMonitor.lua");
l0 = self[61];
l0._graph = self;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_61_Disabled;
l0.EnterRadius = self.f_61_EnterRadius;
l0.ExitRadius = DummyFunction;
self[63] = cbox:CreateBox("Domino/System/ProximityMonitor.lua");
l0 = self[63];
l0._graph = self;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_63_Disabled;
l0.EnterRadius = self.f_63_EnterRadius;
l0.ExitRadius = DummyFunction;
self[73] = cbox:CreateBox("Domino/System/ProgressBarMonitor.lua");
l0 = self[73];
l0._graph = self;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_73_Disabled;
l0.OnProgressBarReachedValue = self.f_73_OnProgressBarReachedValue;
l0.GotElapsedTime = DummyFunction;
self[74] = cbox:CreateBox("Domino/System/OnceOnly_v2.lua");
l0 = self[74];
l0._graph = self;
l0._DynamicAnchors = {
In = 1,
Out = 1,
};
l0.Out[0] = self.f_74_Out_0;
l0.ResetOut = DummyFunction;
self[1] = cbox:CreateBox("Domino/System/AISystemsController.lua");
l0 = self[1];
l0._graph = self;
l0.GrenadesEnabled = DummyFunction;
l0.GrenadesDisabled = self.f_1_GrenadesDisabled;
self[39] = cbox:CreateBox("Domino/System/ProximityMonitor.lua");
l0 = self[39];
l0._graph = self;
l0.Enabled = self.f_39_Enabled;
l0.Disabled = DummyFunction;
l0.EnterRadius = self.f_39_EnterRadius;
l0.ExitRadius = self.f_39_ExitRadius;
self[96] = cbox:CreateBox("Domino/System/MultipleAND.lua");
l0 = self[96];
l0._graph = self;
l0._DynamicAnchors = {
Condition = 2,
};
l0.Out = self.f_96_Out;
self[92] = cbox:CreateBox("Domino/System/VehicleSeatingController.lua");
l0 = self[92];
l0._graph = self;
l0.Assigned = DummyFunction;
l0.Unassigned = DummyFunction;
l0.AssignCompleted = DummyFunction;
l0.UnassignCompleted = self.f_92_UnassignCompleted;
l0.AbortMoveAndUseSeat = DummyFunction;
l0.Out = DummyFunction;
self[84] = cbox:CreateBox("Domino/System/PlayerVehicleMonitor_v2.lua");
l0 = self[84];
l0._graph = self;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_84_Disabled;
l0.Enter = self.f_84_Enter;
l0.Leave = DummyFunction;
l0.ChangeSeat = DummyFunction;
self[82] = cbox:CreateBox("Domino/Library/common/SnapAndBind.SnapAndBind.lua");
l0 = self[82];
l0._graph = self;
l0.Attached = DummyFunction;
self[14] = cbox:CreateBox("Domino/Library/common/Common_HUD.FixerFantasyCam.lua");
l0 = self[14];
l0._graph = self;
l0.BlackscreenInEffect = self.f_14_BlackscreenInEffect;
l0.LayerLoaded = self.f_14_LayerLoaded;
l0.Finished = self.f_14_Finished;
l0.Cam1_Start = DummyFunction;
l0.Cam2_Start = DummyFunction;
l0.Cam3_Start = DummyFunction;
l0.Cam4_Start = DummyFunction;
l0.Cam5_Start = DummyFunction;
l0.PausedAtBlackscreen = DummyFunction;
self[41] = cbox:CreateBox("Domino/System/PlaySound_v2.lua");
l0 = self[41];
l0._graph = self;
l0.Out = DummyFunction;
l0.Started = DummyFunction;
l0.Finished = DummyFunction;
self[87] = cbox:CreateBox("Domino/System/OnceOnly_v2.lua");
l0 = self[87];
l0._graph = self;
l0._DynamicAnchors = {
In = 1,
Out = 1,
};
l0.Out[0] = self.f_87_Out_0;
l0.ResetOut = DummyFunction;
self[53] = cbox:CreateBox("Domino/System/VehicleBhvController.lua");
l0 = self[53];
l0._graph = self;
l0.StartCompleted = self.f_53_StartCompleted;
l0.StopCompleted = self.f_53_StopCompleted;
l0.ForcedFakeFollow = DummyFunction;
self[22] = cbox:CreateBox("Domino/System/VehicleBhvController.lua");
l0 = self[22];
l0._graph = self;
l0.StartCompleted = self.f_22_StartCompleted;
l0.StopCompleted = self.f_22_StopCompleted;
l0.ForcedFakeFollow = DummyFunction;
self[38] = cbox:CreateBox("Domino/System/Timer_v2.lua");
l0 = self[38];
l0._graph = self;
l0.Out = DummyFunction;
l0.Started = DummyFunction;
l0.Stopped = DummyFunction;
l0.Paused = DummyFunction;
l0.Resumed = DummyFunction;
l0.TimeElapsed = self.f_38_TimeElapsed;
l0.LoopingEnded = DummyFunction;
l0.GotTime = DummyFunction;
self[54] = cbox:CreateBox("Domino/System/MapPointController_v3.lua");
l0 = self[54];
l0._graph = self;
l0.Shown = self.f_54_Shown;
l0.Hidden = DummyFunction;
l0.TextSet = DummyFunction;
l0.TextHidden = DummyFunction;
self[90] = cbox:CreateBox("Domino/System/OnceOnly_v2.lua");
l0 = self[90];
l0._graph = self;
l0._DynamicAnchors = {
In = 1,
Out = 1,
};
l0.Out[0] = self.f_90_Out_0;
l0.ResetOut = DummyFunction;
self[62] = cbox:CreateBox("Domino/System/ProximityMonitor.lua");
l0 = self[62];
l0._graph = self;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_62_Disabled;
l0.EnterRadius = self.f_62_EnterRadius;
l0.ExitRadius = DummyFunction;
self[32] = cbox:CreateBox("Domino/System/Timer_v2.lua");
l0 = self[32];
l0._graph = self;
l0.Out = DummyFunction;
l0.Started = DummyFunction;
l0.Stopped = DummyFunction;
l0.Paused = DummyFunction;
l0.Resumed = DummyFunction;
l0.TimeElapsed = self.f_32_TimeElapsed;
l0.LoopingEnded = DummyFunction;
l0.GotTime = DummyFunction;
self[107] = cbox:CreateBox("Domino/System/TriggerMonitor_v2.lua");
l0 = self[107];
l0._graph = self;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_107_Disabled;
l0.Enter = self.f_107_Enter;
l0.Leave = DummyFunction;
l0.Use = DummyFunction;
self[65] = cbox:CreateBox("Domino/Library/common/Common_HUD.CarChase.lua");
l0 = self[65];
l0._graph = self;
l0.Started = self.f_65_Started;
l0.Stopped = DummyFunction;
l0.Failed = DummyFunction;
l0.TakeDownAchieved = self.f_65_TakeDownAchieved;
l0.DownloadConnected = self.f_65_DownloadConnected;
l0.DownloadDisconnected = self.f_65_DownloadDisconnected;
l0.DownloadSucceeded = self.f_65_DownloadSucceeded;
l0.NPC_Killed = self.f_65_NPC_Killed;
self[112] = cbox:CreateBox("Domino/System/MissionModuleBox_v2.lua");
l0 = self[112];
l0._graph = self;
l0.DisplayRequested = DummyFunction;
l0.DisplayStarted = self.f_112_DisplayStarted;
l0.HideRequested = DummyFunction;
l0.DisplayFinished = DummyFunction;
l0.Out = DummyFunction;
self[4] = cbox:CreateBox("Domino/System/MultipleAND.lua");
l0 = self[4];
l0._graph = self;
l0._DynamicAnchors = {
Condition = 2,
};
l0.Out = self.f_4_Out;
self[30] = cbox:CreateBox("Domino/System/Timer_v2.lua");
l0 = self[30];
l0._graph = self;
l0.Out = DummyFunction;
l0.Started = DummyFunction;
l0.Stopped = DummyFunction;
l0.Paused = DummyFunction;
l0.Resumed = DummyFunction;
l0.TimeElapsed = self.f_30_TimeElapsed;
l0.LoopingEnded = DummyFunction;
l0.GotTime = DummyFunction;
self[60] = cbox:CreateBox("Domino/System/ProximityMonitor.lua");
l0 = self[60];
l0._graph = self;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_60_Disabled;
l0.EnterRadius = self.f_60_EnterRadius;
l0.ExitRadius = DummyFunction;
self[5] = cbox:CreateBox("Domino/Library/common/CinematicPrep.CinematicPrep.lua");
l0 = self[5];
l0._graph = self;
l0.PreOut = DummyFunction;
l0.PostOut = self.f_5_PostOut;
self[80] = cbox:CreateBox("Domino/System/ProgressBarMonitor.lua");
l0 = self[80];
l0._graph = self;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_80_Disabled;
l0.OnProgressBarReachedValue = self.f_80_OnProgressBarReachedValue;
l0.GotElapsedTime = DummyFunction;
self[23] = cbox:CreateBox("Domino/Library/common/SnapAndBind.SnapAndBind.lua");
l0 = self[23];
l0._graph = self;
l0.Attached = self.f_23_Attached;
self[33] = cbox:CreateBox("Domino/System/Timer_v2.lua");
l0 = self[33];
l0._graph = self;
l0.Out = DummyFunction;
l0.Started = DummyFunction;
l0.Stopped = DummyFunction;
l0.Paused = DummyFunction;
l0.Resumed = DummyFunction;
l0.TimeElapsed = self.f_33_TimeElapsed;
l0.LoopingEnded = DummyFunction;
l0.GotTime = DummyFunction;
self[35] = cbox:CreateBox("Domino/System/MapPointController_v3.lua");
l0 = self[35];
l0._graph = self;
l0.Shown = self.f_35_Shown;
l0.Hidden = self.f_35_Hidden;
l0.TextSet = DummyFunction;
l0.TextHidden = DummyFunction;
self[40] = cbox:CreateBox("Domino/System/MapPointController_v3.lua");
l0 = self[40];
l0._graph = self;
l0.Shown = self.f_40_Shown;
l0.Hidden = self.f_40_Hidden;
l0.TextSet = DummyFunction;
l0.TextHidden = DummyFunction;
self[78] = cbox:CreateBox("Domino/System/SetBoolean_v2.lua");
l0 = self[78];
l0._graph = self;
l0.Out = self.f_78_Out;
l0.SetTrue = self.f_78_SetTrue;
l0.SetFalse = self.f_78_SetFalse;
l0.Toggled = self.f_78_Toggled;
l0.SetFromBool = self.f_78_SetFromBool;
self[83] = cbox:CreateBox("Domino/System/MapPointController_v3.lua");
l0 = self[83];
l0._graph = self;
l0.Shown = self.f_83_Shown;
l0.Hidden = DummyFunction;
l0.TextSet = DummyFunction;
l0.TextHidden = DummyFunction;
self[79] = cbox:CreateBox("Domino/System/ProgressBarMonitor.lua");
l0 = self[79];
l0._graph = self;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_79_Disabled;
l0.OnProgressBarReachedValue = self.f_79_OnProgressBarReachedValue;
l0.GotElapsedTime = DummyFunction;
self[104] = cbox:CreateBox("Domino/Library/common/SnapAndBind.SnapAndBind.lua");
l0 = self[104];
l0._graph = self;
l0.Attached = DummyFunction;
self[59] = cbox:CreateBox("Domino/System/ProximityMonitor.lua");
l0 = self[59];
l0._graph = self;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_59_Disabled;
l0.EnterRadius = self.f_59_EnterRadius;
l0.ExitRadius = DummyFunction;
end;
function export:ShutDown()
for k,v in pairs(self) do if type(v) == "table" and v.ShutDown ~= self.ShutDown and v ~= self._graph and v.ShutDown ~= nil then v:ShutDown() end end;
end;
function export:Checkpoint_0()
local l0;
l0 = self[3];
l0.LayerName = "CL_21_Mission";
l0:Load();
end;
function export:In()
local l0;
self:en_14();
l0 = self[14];
l0:Start();
end;
function export:f_55_Out()
local l0;
self = self._graph;
self:en_22();
l0 = self[22];
l0:Start();
l0 = Boxes[PathID("Domino/System/SetInteger_v2.lua")];
l0.Integer = 0;
l0.String = nil;
l0.Float = nil;
l0.Player = nil;
l0.UseFloor = nil;
l0._graph = self;
l0.Out = self.f_44_Out;
l0:FromInteger();
end;
function export:f_67_Out()
local l0;
self = self._graph;
l0 = self[89];
l0:In(0);
l0 = self[87];
l0:In(0);
l0 = self[88];
l0:In(0);
self:en_58();
l0 = self[58];
l0:Stop();
l0 = self[90];
l0:In(0);
l0 = self[86];
l0:In(0);
end;
function export:f_44_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetInteger_v2.lua")];
self.ProximityRadius = l0.Target;
self:en_52();
l0 = Boxes[PathID("Domino/System/SimpleNode.lua")];
l0:In();
end;
function export:f_50_A_eq_B()
local l0;
self = self._graph;
self:en_42();
l0 = self[42];
l0:Enable();
end;
function export:f_50_A_ne_B()
local l0;
self = self._graph;
self:en_42();
l0 = self[42];
l0:Disable();
end;
function export:f_81_Out_0()
local l0;
self = self._graph;
self:en_91();
l0 = self[91];
l0:Enable();
end;
function export:f_81_Out_1()
local l0;
self = self._graph;
self:en_73();
l0 = self[73];
l0:Disable();
end;
function export:f_76_Disabled()
local l0;
self = self._graph;
l0 = self[78];
l0:True();
end;
function export:f_28_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetInteger_v2.lua")];
self.ProximityRadius = l0.Target;
self:en_52();
l0 = Boxes[PathID("Domino/System/SimpleNode.lua")];
l0:In();
end;
function export:f_37_TimeElapsed()
local l0;
self = self._graph;
self:en_40();
l0 = self[40];
l0:Hide();
end;
function export:f_100_StopCompleted()
local l0;
self = self._graph;
self:en_110();
l0 = Boxes[PathID("Domino/System/FelonySystemController.lua")];
l0:Enable();
l0 = self[92];
l0.Pawn = self.Fixer;
l0.UseAnimation = 1;
l0.Seat = "Driver";
l0:Unassign();
end;
function export:f_3_Loaded()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/GetPlayerID.lua")];
l0._graph = self;
l0.Out = self.f_2_Out;
l0:In();
end;
function export:f_18_Spawned()
local l0;
self = self._graph;
l0 = self[18];
self.VehicleTobias = l0.SpawnedVehicle;
self:en_102();
l0 = Boxes[PathID("Domino/System/VehicleController.lua")];
l0:SetTyresUndeflatable();
end;
function export:f_42_Enabled()
local l0;
self = self._graph;
self:en_40();
l0 = self[40];
l0:Show();
end;
function export:f_42_EnterRadius()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetInteger_v2.lua")];
l0.Integer = 3;
l0.String = nil;
l0.Float = nil;
l0.Player = nil;
l0.UseFloor = nil;
l0._graph = self;
l0.Out = self.f_47_Out;
l0:FromInteger();
end;
function export:f_95_Assigned()
local l0;
self = self._graph;
l0 = self[96];
l0:Condition(0);
end;
function export:f_75_Hidden()
local l0;
self = self._graph;
self:en_105();
l0 = Boxes[PathID("Domino/System/VehicleController.lua")];
l0:SetTyresDeflatable();
end;
function export:f_86_Out_0()
local l0;
self = self._graph;
self:en_25();
l0 = self[25];
l0:Stop();
end;
function export:f_45_A_eq_B()
local l0;
self = self._graph;
self:en_34();
l0 = self[34];
l0:Enable();
end;
function export:f_45_A_ne_B()
local l0;
self = self._graph;
self:en_34();
l0 = self[34];
l0:Disable();
end;
function export:f_58_TimeElapsed()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/TriggerGameOver.lua")];
l0.PlayerId = nil;
l0._graph = self;
l0.Out = DummyFunction;
l0:GameOver();
end;
function export:f_70_Disabled()
local l0;
self = self._graph;
l0 = self[100];
l0.VehicleMaster = self.VehicleTobias;
l0:Stop();
end;
function export:f_70_InputReceived()
local l0;
self = self._graph;
self:en_70();
l0 = self[70];
l0:Disable();
l0 = self[99];
l0.MessageType = "MissionUpdate";
l0.OasisID_1 = {
section = "MISSIONS.COMMON.OBJECTIVELABELS",
item = "Takedown",
id = "165451",
};
l0.OasisID_2 = self.Kill_or_Escape;
l0:Display();
self:en_91();
l0 = self[91];
l0:Disable();
end;
function export:f_93_Spawned()
local l0;
self = self._graph;
l0 = self[93];
self.Tobias = l0.SpawnedEntity;
l0 = self[94];
l0:Condition(1);
end;
function export:f_24_Attached()
local l0;
self = self._graph;
l0 = self[26];
l0.Seconds = 1.5;
l0:Start();
end;
function export:f_94_Out()
local l0;
self = self._graph;
l0 = self[95];
l0.Vehicle = self.VehicleTobias;
l0.Pawn = self.Fixer;
l0.Seat = "Driver";
l0:Assign();
l0 = self[19];
l0.Vehicle = self.VehicleTobias;
l0.Pawn = self.Tobias;
l0.Seat = "RearPassengerRight";
l0:Assign();
end;
function export:f_36_Attached()
local l0;
self = self._graph;
l0 = self[37];
l0.Seconds = 1.5;
l0:Start();
end;
function export:f_57_StartCompleted()
local l0;
self = self._graph;
self:en_59();
l0 = self[59];
l0:Enable();
end;
function export:f_57_StopCompleted()
local l0;
self = self._graph;
self:en_46();
l0 = self[46];
l0:Start();
end;
function export:f_108_DisplayStarted()
local l0;
self = self._graph;
l0 = self[109];
l0.MapPoint = "2084293704788636401";
l0.LocText = {
section = "MISSIONS.COMMON.OBJECTIVELABELS",
item = "Reach",
id = "165448",
};
l0:Hide();
end;
function export:f_46_StartCompleted()
local l0;
self = self._graph;
self:en_62();
l0 = self[62];
l0:Enable();
end;
function export:f_46_StopCompleted()
local l0;
self = self._graph;
self:en_56();
l0 = self[56];
l0:Start();
end;
function export:f_13_Disabled()
local l0;
self = self._graph;
l0 = self[12];
l0.MessageType = "MissionUpdate";
l0.OasisID_1 = {
section = "MISSIONS.COMMON.OBJECTIVELABELS",
item = "Catch",
id = "165450",
};
l0:Display();
end;
function export:f_56_StartCompleted()
local l0;
self = self._graph;
self:en_63();
l0 = self[63];
l0:Enable();
self:en_58();
l0 = self[58];
l0:Start();
end;
function export:f_56_StopCompleted()
local l0;
self = self._graph;
self:en_53();
l0 = self[53];
l0:Start();
end;
function export:f_34_Enabled()
local l0;
self = self._graph;
self:en_29();
l0 = self[29];
l0:Show();
end;
function export:f_34_EnterRadius()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetInteger_v2.lua")];
l0.Integer = 1;
l0.String = nil;
l0.Float = nil;
l0.Player = nil;
l0.UseFloor = nil;
l0._graph = self;
l0.Out = self.f_28_Out;
l0:FromInteger();
end;
function export:f_34_ExitRadius()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetInteger_v2.lua")];
l0.Integer = 0;
l0.String = nil;
l0.Float = nil;
l0.Player = nil;
l0.UseFloor = nil;
l0._graph = self;
l0.Out = self.f_27_Out;
l0:FromInteger();
end;
function export:f_19_AssignCompleted()
local l0;
self = self._graph;
l0 = self[96];
l0:Condition(1);
end;
function export:f_88_Out_0()
local l0;
self = self._graph;
self:en_46();
l0 = self[46];
l0:Stop();
end;
function export:f_77_DisplayStarted()
local l0;
self = self._graph;
l0 = self[17];
l0.VehicleMaster = self.VehicleTobias;
l0.VehicleTarget = self.PlayerEntity;
l0.PathOrPos = "2084235751362412990";
l0.Config = "VehicleBhvSetup.4221001132";
l0:Start();
end;
function export:f_85_Out_0()
local l0;
self = self._graph;
self:en_40();
l0 = self[40];
l0:Hide();
end;
function export:f_85_Out_1()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SimpleNode.lua")];
l0._graph = self;
l0.Out = self.f_67_Out;
l0:In();
end;
function export:f_85_Out_2()
local l0;
self = self._graph;
self:en_52();
l0 = Boxes[PathID("Domino/System/SimpleNode.lua")];
l0:In();
end;
function export:f_12_DisplayStarted()
local l0;
self = self._graph;
l0 = self[16];
l0.VehicleSpawner = "2084210094291472621";
l0:Spawn();
end;
function export:f_26_TimeElapsed()
local l0;
self = self._graph;
self:en_29();
l0 = self[29];
l0:Hide();
end;
function export:f_8_GrenadesDisabled()
local l0;
self = self._graph;
l0 = self[4];
l0:Condition(0);
end;
function export:f_16_Spawned()
local l0;
self = self._graph;
l0 = self[16];
self.VehicleInit = l0.SpawnedVehicle;
l0 = self[18];
l0.VehicleSpawner = "2084209983366811163";
l0:Spawn();
l0 = self[101];
l0:Enable();
end;
function export:f_91_EnterRadius()
local l0;
self = self._graph;
l0 = self[103];
l0.MessageType = "MissionTutorial";
l0.OasisID_1 = {
section = "MISSIONS.MAIN.OBJECTIVES.Act_01.Mission_01.Notification_Hack",
item = "Description",
id = "152055",
};
l0:Display();
self:en_70();
l0 = self[70];
l0:Enable();
end;
function export:f_66_Out_0()
local l0;
self = self._graph;
l0 = self[77];
l0.MessageType = "MissionUpdate";
l0.OasisID_1 = {
section = "MISSIONS.COMMON.OBJECTIVELABELS",
item = "Catch",
id = "165450",
};
l0.OasisID_2 = {
section = "MISSIONS.COMMON.OBJECTIVELABELS",
item = "Download",
id = "189898",
};
l0:Display();
end;
function export:f_89_Out_0()
local l0;
self = self._graph;
self:en_56();
l0 = self[56];
l0:Stop();
end;
function export:f_68_Out_0()
local l0;
self = self._graph;
self:en_65();
l0 = self[65];
l0:Stop();
end;
function export:f_17_StartCompleted()
local l0;
self = self._graph;
self:en_65();
l0 = self[65];
l0:Start();
end;
function export:f_20_Spawned()
local l0;
self = self._graph;
l0 = self[20];
self.Fixer = l0.SpawnedEntity;
l0 = self[94];
l0:Condition(0);
end;
function export:f_47_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetInteger_v2.lua")];
self.ProximityRadius = l0.Target;
l0 = Boxes[PathID("Domino/System/OrderedOutput.lua")];
l0._graph = self;
l0._DynamicAnchors = {
Out = 3,
};
l0.Out[0] = self.f_85_Out_0;
l0.Out[1] = self.f_85_Out_1;
l0.Out[2] = self.f_85_Out_2;
l0:In();
end;
function export:f_10_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/FelonySystemController.lua")];
l0.player = nil;
l0.ScanLevel = nil;
l0.ChaseLevel = nil;
l0.HeatLevel = nil;
l0.CustomChaseLevel = nil;
l0.CustomSearchLevel = nil;
l0.SkipScanDispatchBark = nil;
l0.FelonyType = nil;
l0.AgentList = nil;
l0.RemoveAgentRestrictions = nil;
l0.ArrestType = nil;
l0.AffectMediaSystem = nil;
l0.AllowFirstIntuition = nil;
l0.AllowFallBack = nil;
l0.VehicleExclusionZone = nil;
l0._graph = self;
l0.Out = DummyFunction;
l0.Enabled = DummyFunction;
l0.Disabled = self.f_13_Disabled;
l0.ScanStarted = DummyFunction;
l0.ChaseStarted = DummyFunction;
l0.HeatSet = DummyFunction;
l0.AddScriptedSucceeded = DummyFunction;
l0.AddScriptedFailed = DummyFunction;
l0.ScriptedAgentsAdopted = DummyFunction;
l0.ArrestForced = DummyFunction;
l0.VehicleExclusionZoneAdded = DummyFunction;
l0.VehicleExclusionZoneRemoved = DummyFunction;
l0:Disable();
end;
function export:f_29_Hidden()
local l0;
self = self._graph;
l0 = self[30];
l0.Seconds = 7;
l0:Start();
end;
function export:f_29_Shown()
local l0;
self = self._graph;
l0 = self[24];
l0.Parent = self.VehicleTobias;
l0.Child = "2084209983366811162";
l0:Attach();
end;
function export:f_98_Shown()
local l0;
self = self._graph;
l0 = self[104];
l0.Parent = self.VehicleTobias;
l0.Child = "2084249690310113120";
l0:Attach();
end;
function export:f_27_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetInteger_v2.lua")];
self.ProximityRadius = l0.Target;
self:en_29();
l0 = self[29];
l0:Hide();
end;
function export:f_105_Deflatable()
local l0;
self = self._graph;
self:en_105();
l0 = Boxes[PathID("Domino/System/VehicleController.lua")];
l0:SetAsDestructable();
end;
function export:f_97_DisplayStarted()
local l0;
self = self._graph;
l0 = self[83];
l0.MapPoint = "2084249690310113120";
l0.LocText = {
section = "MISSIONS.COMMON.OBJECTIVELABELS",
item = "Takedown",
id = "165451",
};
l0:Show();
end;
function export:f_7_Locked()
local l0;
self = self._graph;
l0 = self[5];
l0.SkipPostFX = 0;
l0.SkipCameraAlign = 0;
l0:PostCinematic();
end;
function export:f_111_Evaded()
local l0;
self = self._graph;
l0 = self[112];
l0.MessageType = "MissionUpdate";
l0.OasisID_1 = self.Kill_or_Escape;
l0.OasisID_2 = {
section = "MISSIONS.COMMON.OBJECTIVELABELS",
item = "Reach",
id = "165448",
};
l0:Display();
end;
function export:f_101_Disabled()
local l0, l1;
self = self._graph;
l0 = self[101];
l1 = Boxes[PathID("Domino/System/CompareEntity_v2.lua")];
l1.Entity1 = l0.Vehicle;
l1.Entity2 = self.VehicleInit;
l1._graph = self;
l1.Out = DummyFunction;
l1.Equal = self.f_21_Equal;
l1.NotEqual = DummyFunction;
l1:In();
end;
function export:f_101_Enter()
local l0;
self = self._graph;
l0 = self[101];
l0:Disable();
end;
function export:f_99_DisplayStarted()
local l0;
self = self._graph;
l0 = self[98];
l0.MapPoint = "2084249690310113120";
l0.LocText = {
section = "MISSIONS.COMMON.OBJECTIVELABELS",
item = "Interact",
id = "167937",
};
l0:Show();
end;
function export:f_61_Disabled()
local l0;
self = self._graph;
l0 = self[87];
l0:In(0);
end;
function export:f_61_EnterRadius()
local l0;
self = self._graph;
self:en_61();
l0 = self[61];
l0:Disable();
end;
function export:f_110_ChaseStarted()
local l0;
self = self._graph;
l0 = self[111];
l0:Start();
end;
function export:f_110_Enabled()
local l0;
self = self._graph;
self:en_110();
l0 = Boxes[PathID("Domino/System/FelonySystemController.lua")];
l0:StartChase();
end;
function export:f_63_Disabled()
local l0;
self = self._graph;
l0 = self[89];
l0:In(0);
end;
function export:f_63_EnterRadius()
local l0;
self = self._graph;
self:en_63();
l0 = self[63];
l0:Disable();
end;
function export:f_9_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/GetPlayerID.lua")];
self.PlayerEntity = l0.PlayerID;
l0 = self[8];
l0:DisableGrenades();
end;
function export:f_73_Disabled()
local l0;
self = self._graph;
self:en_80();
l0 = self[80];
l0:Disable();
end;
function export:f_73_OnProgressBarReachedValue()
local l0;
self = self._graph;
self:en_80();
l0 = self[80];
l0:Enable();
end;
function export:f_74_Out_0()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/OrderedOutput.lua")];
l0._graph = self;
l0._DynamicAnchors = {
Out = 2,
};
l0.Out[0] = self.f_81_Out_0;
l0.Out[1] = self.f_81_Out_1;
l0:In();
end;
function export:f_1_GrenadesDisabled()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetTimeOfDay.lua")];
l0.Hour = 9;
l0.Minute = 0;
l0._graph = self;
l0.Out = self.f_11_Out;
l0:SetTimeOfDay();
end;
function export:f_39_Enabled()
local l0;
self = self._graph;
self:en_35();
l0 = self[35];
l0:Show();
end;
function export:f_39_EnterRadius()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetInteger_v2.lua")];
l0.Integer = 2;
l0.String = nil;
l0.Float = nil;
l0.Player = nil;
l0.UseFloor = nil;
l0._graph = self;
l0.Out = self.f_49_Out;
l0:FromInteger();
end;
function export:f_39_ExitRadius()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetInteger_v2.lua")];
l0.Integer = 1;
l0.String = nil;
l0.Float = nil;
l0.Player = nil;
l0.UseFloor = nil;
l0._graph = self;
l0.Out = self.f_48_Out;
l0:FromInteger();
end;
function export:f_15_Locked()
local l0;
self = self._graph;
self:en_14();
l0 = self[14];
l0:ResumeAfterBlackscreen();
end;
function export:f_96_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SimpleNode.lua")];
l0._graph = self;
l0.Out = self.f_55_Out;
l0:In();
end;
function export:f_92_UnassignCompleted()
local l0;
self = self._graph;
l0 = self[84];
l0:Enable();
end;
function export:f_102_Indestructable()
local l0;
self = self._graph;
l0 = self[93];
l0.AIGenerator = "2084209996356570828";
l0:Spawn();
l0 = self[20];
l0.AIGenerator = "2084292958896644883";
l0:Spawn();
end;
function export:f_102_Undeflatable()
local l0;
self = self._graph;
self:en_102();
l0 = Boxes[PathID("Domino/System/VehicleController.lua")];
l0:SetAsIndestructable();
end;
function export:f_84_Disabled()
local l0, l1;
self = self._graph;
l0 = self[84];
l1 = Boxes[PathID("Domino/System/CompareEntity_v2.lua")];
l1.Entity1 = l0.Vehicle;
l1.Entity2 = self.VehicleTobias;
l1._graph = self;
l1.Out = DummyFunction;
l1.Equal = self.f_71_Equal;
l1.NotEqual = DummyFunction;
l1:In();
end;
function export:f_84_Enter()
local l0;
self = self._graph;
l0 = self[84];
l0:Disable();
end;
function export:f_14_BlackscreenInEffect()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetTimeOfDay.lua")];
l0.Hour = 9;
l0.Minute = 0;
l0._graph = self;
l0.Out = self.f_6_Out;
l0:SetTimeOfDay();
end;
function export:f_14_Finished()
local l0;
self = self._graph;
l0 = self[4];
l0:Condition(1);
end;
function export:f_14_LayerLoaded()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/GetPlayerID.lua")];
l0._graph = self;
l0.Out = self.f_9_Out;
l0:In();
end;
function export:f_87_Out_0()
local l0;
self = self._graph;
self:en_53();
l0 = self[53];
l0:Stop();
end;
function export:f_21_Equal()
local l0;
self = self._graph;
l0 = self[106];
l0.BlendInTime = 1;
l0.BlendOutTime = 1;
l0.Target = self.VehicleTobias;
l0.Duration = 2;
l0.KillLockOnSpeed = 1;
l0:Start();
end;
function export:f_53_StartCompleted()
local l0;
self = self._graph;
self:en_61();
l0 = self[61];
l0:Enable();
end;
function export:f_53_StopCompleted()
local l0;
self = self._graph;
self:en_25();
l0 = self[25];
l0:Start();
end;
function export:f_49_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetInteger_v2.lua")];
self.ProximityRadius = l0.Target;
self:en_52();
l0 = Boxes[PathID("Domino/System/SimpleNode.lua")];
l0:In();
end;
function export:f_22_StartCompleted()
local l0;
self = self._graph;
self:en_60();
l0 = self[60];
l0:Enable();
end;
function export:f_22_StopCompleted()
local l0;
self = self._graph;
self:en_57();
l0 = self[57];
l0:Start();
end;
function export:f_38_TimeElapsed()
local l0;
self = self._graph;
self:en_52();
l0 = Boxes[PathID("Domino/System/SimpleNode.lua")];
l0:In();
end;
function export:f_54_Shown()
local l0;
self = self._graph;
self:en_107();
l0 = self[107];
l0:Enable();
end;
function export:f_90_Out_0()
local l0;
self = self._graph;
self:en_57();
l0 = self[57];
l0:Stop();
end;
function export:f_62_Disabled()
local l0;
self = self._graph;
l0 = self[88];
l0:In(0);
end;
function export:f_62_EnterRadius()
local l0;
self = self._graph;
self:en_62();
l0 = self[62];
l0:Disable();
end;
function export:f_2_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/GetPlayerID.lua")];
self.PlayerEntity = l0.PlayerID;
l0 = self[1];
l0:DisableGrenades();
end;
function export:f_32_TimeElapsed()
local l0;
self = self._graph;
self:en_35();
l0 = self[35];
l0:Hide();
end;
function export:f_51_A_eq_B()
local l0;
self = self._graph;
l0 = self[66];
l0:In(0);
end;
function export:f_107_Disabled()
local l0;
self = self._graph;
l0 = self[108];
l0.MessageType = "MissionSuccess";
l0.OasisID_1 = {
section = "MISSIONS.MAIN.OBJECTIVES.Act_01.Mission_TEMPLATE",
item = "Description",
id = "19624",
};
l0:Display();
end;
function export:f_107_Enter()
local l0;
self = self._graph;
self:en_107();
l0 = self[107];
l0:Disable();
end;
function export:f_11_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/TimeScaleController.lua")];
l0.TimeScale = nil;
l0._graph = self;
l0.WasSet = DummyFunction;
l0.WasReset = DummyFunction;
l0.Locked = self.f_7_Locked;
l0.Unlocked = DummyFunction;
l0.Out = DummyFunction;
l0:Lock();
end;
function export:f_71_Equal()
local l0;
self = self._graph;
l0 = self[75];
l0.MapPoint = "2084249690310113120";
l0.LocText = {
section = "MISSIONS.COMMON.OBJECTIVELABELS",
item = "Interact",
id = "167937",
};
l0:Hide();
end;
function export:f_65_DownloadConnected()
local l0;
self = self._graph;
self:en_41();
l0 = self[41];
l0:Play();
end;
function export:f_65_DownloadDisconnected()
local l0;
self = self._graph;
self:en_64();
l0 = self[64];
l0:Play();
end;
function export:f_65_DownloadSucceeded()
local l0;
self = self._graph;
l0 = self[74];
l0:In(0);
l0 = self[43];
l0.SoundId = "0x00110c1b";
l0:Play();
end;
function export:f_65_NPC_Killed()
local l0;
self = self._graph;
self:en_64();
l0 = self[64];
l0:Play();
end;
function export:f_65_Started()
local l0;
self = self._graph;
self:en_73();
l0 = self[73];
l0:Enable();
self:en_41();
l0 = self[41];
l0:Play();
end;
function export:f_65_TakeDownAchieved()
local l0;
self = self._graph;
self:en_64();
l0 = self[64];
l0:Play();
l0 = self[68];
l0:In(0);
end;
function export:f_112_DisplayStarted()
local l0;
self = self._graph;
l0 = self[54];
l0.MapPoint = "2084293704788636401";
l0.LocText = {
section = "MISSIONS.COMMON.OBJECTIVELABELS",
item = "Reach",
id = "165448",
};
l0:Show();
end;
function export:f_52_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/CompareIntegers_v2.lua")];
l0.A = self.ProximityRadius;
l0.B = 2;
l0._graph = self;
l0.Out = DummyFunction;
l0.A_lt_B = DummyFunction;
l0.A_le_B = DummyFunction;
l0.A_eq_B = self.f_50_A_eq_B;
l0.A_ge_B = DummyFunction;
l0.A_gt_B = DummyFunction;
l0.A_ne_B = self.f_50_A_ne_B;
l0:In();
l0 = Boxes[PathID("Domino/System/CompareIntegers_v2.lua")];
l0.A = self.ProximityRadius;
l0.B = 0;
l0._graph = self;
l0.Out = DummyFunction;
l0.A_lt_B = DummyFunction;
l0.A_le_B = DummyFunction;
l0.A_eq_B = self.f_45_A_eq_B;
l0.A_ge_B = DummyFunction;
l0.A_gt_B = DummyFunction;
l0.A_ne_B = self.f_45_A_ne_B;
l0:In();
l0 = Boxes[PathID("Domino/System/CompareIntegers_v2.lua")];
l0.A = self.ProximityRadius;
l0.B = 3;
l0._graph = self;
l0.Out = DummyFunction;
l0.A_lt_B = DummyFunction;
l0.A_le_B = DummyFunction;
l0.A_eq_B = self.f_51_A_eq_B;
l0.A_ge_B = DummyFunction;
l0.A_gt_B = DummyFunction;
l0.A_ne_B = DummyFunction;
l0:In();
l0 = Boxes[PathID("Domino/System/CompareIntegers_v2.lua")];
l0.A = self.ProximityRadius;
l0.B = 1;
l0._graph = self;
l0.Out = DummyFunction;
l0.A_lt_B = DummyFunction;
l0.A_le_B = DummyFunction;
l0.A_eq_B = self.f_31_A_eq_B;
l0.A_ge_B = DummyFunction;
l0.A_gt_B = DummyFunction;
l0.A_ne_B = self.f_31_A_ne_B;
l0:In();
end;
function export:f_4_Out()
local l0;
self = self._graph;
self:en_10();
l0 = self[10];
l0:In();
end;
function export:f_30_TimeElapsed()
local l0;
self = self._graph;
self:en_52();
l0 = Boxes[PathID("Domino/System/SimpleNode.lua")];
l0:In();
end;
function export:f_60_Disabled()
local l0;
self = self._graph;
self:en_22();
l0 = self[22];
l0:Stop();
end;
function export:f_60_EnterRadius()
local l0;
self = self._graph;
self:en_60();
l0 = self[60];
l0:Disable();
end;
function export:f_5_PostOut()
local l0;
self = self._graph;
self:en_10();
l0 = self[10];
l0:In();
end;
function export:f_6_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/TimeScaleController.lua")];
l0.TimeScale = nil;
l0._graph = self;
l0.WasSet = DummyFunction;
l0.WasReset = DummyFunction;
l0.Locked = self.f_15_Locked;
l0.Unlocked = DummyFunction;
l0.Out = DummyFunction;
l0:Lock();
end;
function export:f_80_Disabled()
local l0;
self = self._graph;
self:en_79();
l0 = self[79];
l0:Disable();
end;
function export:f_80_OnProgressBarReachedValue()
local l0;
self = self._graph;
self:en_79();
l0 = self[79];
l0:Enable();
end;
function export:f_23_Attached()
local l0;
self = self._graph;
l0 = self[32];
l0.Seconds = 1.5;
l0:Start();
end;
function export:f_33_TimeElapsed()
local l0;
self = self._graph;
self:en_52();
l0 = Boxes[PathID("Domino/System/SimpleNode.lua")];
l0:In();
end;
function export:f_48_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetInteger_v2.lua")];
self.ProximityRadius = l0.Target;
self:en_35();
l0 = self[35];
l0:Hide();
end;
function export:f_31_A_eq_B()
local l0;
self = self._graph;
self:en_39();
l0 = self[39];
l0:Enable();
end;
function export:f_31_A_ne_B()
local l0;
self = self._graph;
self:en_39();
l0 = self[39];
l0:Disable();
end;
function export:f_35_Hidden()
local l0;
self = self._graph;
l0 = self[33];
l0.Seconds = 6;
l0:Start();
end;
function export:f_35_Shown()
local l0;
self = self._graph;
l0 = self[23];
l0.Parent = self.VehicleTobias;
l0.Child = "2084209983366811162";
l0:Attach();
end;
function export:f_40_Hidden()
local l0;
self = self._graph;
l0 = self[38];
l0.Seconds = 3;
l0:Start();
end;
function export:f_40_Shown()
local l0;
self = self._graph;
l0 = self[36];
l0.Parent = self.VehicleTobias;
l0.Child = "2084209983366811162";
l0:Attach();
end;
function export:f_78_Out()
local l0;
self = self._graph;
l0 = self[78];
self.DownloadComplete = l0.Target;
l0 = self[97];
l0.MessageType = "MissionUpdate";
l0.OasisID_1 = {
section = "MISSIONS.COMMON.OBJECTIVELABELS",
item = "Download",
id = "189898",
};
l0.OasisID_2 = {
section = "MISSIONS.COMMON.OBJECTIVELABELS",
item = "Takedown",
id = "165451",
};
l0:Display();
end;
function export:f_78_SetFalse()
local l0;
self = self._graph;
l0 = self[78];
self.DownloadComplete = l0.Target;
end;
function export:f_78_SetFromBool()
local l0;
self = self._graph;
l0 = self[78];
self.DownloadComplete = l0.Target;
end;
function export:f_78_SetTrue()
local l0;
self = self._graph;
l0 = self[78];
self.DownloadComplete = l0.Target;
end;
function export:f_78_Toggled()
local l0;
self = self._graph;
l0 = self[78];
self.DownloadComplete = l0.Target;
end;
function export:f_83_Shown()
local l0;
self = self._graph;
l0 = self[82];
l0.Parent = self.VehicleTobias;
l0.Child = "2084249690310113120";
l0:Attach();
end;
function export:f_79_Disabled()
local l0;
self = self._graph;
self:en_76();
l0 = self[76];
l0:Disable();
end;
function export:f_79_OnProgressBarReachedValue()
local l0;
self = self._graph;
self:en_76();
l0 = self[76];
l0:Enable();
end;
function export:f_59_Disabled()
local l0;
self = self._graph;
l0 = self[90];
l0:In(0);
end;
function export:f_59_EnterRadius()
local l0;
self = self._graph;
self:en_59();
l0 = self[59];
l0:Disable();
end;
function export:en_25()
local l0;
l0 = self[25];
l0.VehicleMaster = self.VehicleTobias;
l0.VehicleTarget = self.PlayerEntity;
l0.PathOrPos = "2084235197695407966";
l0.Config = "VehicleBhvSetup.2941661351";
end;
function export:en_76()
local l0;
l0 = self[76];
l0.RatioValue = 0.8;
end;
function export:en_42()
local l0;
l0 = self[42];
l0.Entity1 = self.PlayerEntity;
l0.Entity2 = self.VehicleTobias;
l0.Radius = 20;
end;
function export:en_58()
local l0;
l0 = self[58];
l0.Seconds = 300;
end;
function export:en_70()
local l0;
l0 = self[70];
l0.Input = "toggle_profiler";
end;
function export:en_57()
local l0;
l0 = self[57];
l0.VehicleMaster = self.VehicleTobias;
l0.VehicleTarget = self.PlayerEntity;
l0.PathOrPos = "2084235171334207189";
l0.Config = "VehicleBhvSetup.2941661351";
end;
function export:en_46()
local l0;
l0 = self[46];
l0.VehicleMaster = self.VehicleTobias;
l0.VehicleTarget = self.PlayerEntity;
l0.PathOrPos = "2084235184409949974";
l0.Config = "VehicleBhvSetup.2941661351";
end;
function export:en_56()
local l0;
l0 = self[56];
l0.VehicleMaster = self.VehicleTobias;
l0.VehicleTarget = self.PlayerEntity;
l0.PathOrPos = "2084235189350840097";
l0.Config = "VehicleBhvSetup.2941661351";
end;
function export:en_34()
local l0;
l0 = self[34];
l0.Entity1 = self.PlayerEntity;
l0.Entity2 = self.VehicleTobias;
l0.Radius = 250;
end;
function export:en_91()
local l0;
l0 = self[91];
l0.Entity1 = self.PlayerEntity;
l0.Entity2 = self.VehicleTobias;
l0.Radius = 40;
l0.CheckNow = 1;
end;
function export:en_64()
local l0;
l0 = self[64];
l0.SoundId = "0x00110c41";
end;
function export:en_10()
local l0;
l0 = self[10];
l0.Checkpoint = "Checkpoint_0";
end;
function export:en_29()
local l0;
l0 = self[29];
l0.MapPoint = "2084209983366811162";
end;
function export:en_105()
local l0;
l0 = Boxes[PathID("Domino/System/VehicleController.lua")];
l0.Vehicle = self.VehicleTobias;
l0._graph = self;
l0.Out = DummyFunction;
l0.Usable = DummyFunction;
l0.Unusable = DummyFunction;
l0.Destructable = DummyFunction;
l0.Indestructable = DummyFunction;
l0.Deflatable = self.f_105_Deflatable;
l0.Undeflatable = DummyFunction;
l0.EngineBroken = DummyFunction;
l0.EngineShutDown = DummyFunction;
l0.EngineStarted = DummyFunction;
l0.VehicleAlarmHackOn = DummyFunction;
l0.VehicleAlarmHackOff = DummyFunction;
end;
function export:en_61()
local l0;
l0 = self[61];
l0.Entity1 = self.VehicleTobias;
l0.Entity2 = "2084235194197358429";
l0.Radius = 10;
end;
function export:en_110()
local l0;
l0 = Boxes[PathID("Domino/System/FelonySystemController.lua")];
l0.player = self.PlayerEntity;
l0.ScanLevel = nil;
l0.ChaseLevel = 3;
l0.HeatLevel = nil;
l0.CustomChaseLevel = nil;
l0.CustomSearchLevel = nil;
l0.SkipScanDispatchBark = nil;
l0.FelonyType = "Pawnee";
l0.AgentList = nil;
l0.RemoveAgentRestrictions = nil;
l0.ArrestType = nil;
l0.AffectMediaSystem = nil;
l0.AllowFirstIntuition = nil;
l0.AllowFallBack = nil;
l0.VehicleExclusionZone = nil;
l0._graph = self;
l0.Out = DummyFunction;
l0.Enabled = self.f_110_Enabled;
l0.Disabled = DummyFunction;
l0.ScanStarted = DummyFunction;
l0.ChaseStarted = self.f_110_ChaseStarted;
l0.HeatSet = DummyFunction;
l0.AddScriptedSucceeded = DummyFunction;
l0.AddScriptedFailed = DummyFunction;
l0.ScriptedAgentsAdopted = DummyFunction;
l0.ArrestForced = DummyFunction;
l0.VehicleExclusionZoneAdded = DummyFunction;
l0.VehicleExclusionZoneRemoved = DummyFunction;
end;
function export:en_63()
local l0;
l0 = self[63];
l0.Entity1 = self.VehicleTobias;
l0.Entity2 = "2084235189350840097";
l0.Radius = 10;
end;
function export:en_73()
local l0;
l0 = self[73];
l0.RatioValue = 0.2;
end;
function export:en_39()
local l0;
l0 = self[39];
l0.Entity1 = self.PlayerEntity;
l0.Entity2 = self.VehicleTobias;
l0.Radius = 120;
end;
function export:en_102()
local l0;
l0 = Boxes[PathID("Domino/System/VehicleController.lua")];
l0.Vehicle = self.VehicleTobias;
l0._graph = self;
l0.Out = DummyFunction;
l0.Usable = DummyFunction;
l0.Unusable = DummyFunction;
l0.Destructable = DummyFunction;
l0.Indestructable = self.f_102_Indestructable;
l0.Deflatable = DummyFunction;
l0.Undeflatable = self.f_102_Undeflatable;
l0.EngineBroken = DummyFunction;
l0.EngineShutDown = DummyFunction;
l0.EngineStarted = DummyFunction;
l0.VehicleAlarmHackOn = DummyFunction;
l0.VehicleAlarmHackOff = DummyFunction;
end;
function export:en_14()
local l0;
l0 = self[14];
l0.Camera = "2080079642017956489";
l0.OasisID_MissionName = {
section = "MISSIONS.MAIN.OBJECTIVES.Act_01.Mission_TEMPLATE",
item = "Description",
id = "19624",
};
l0.OasisID_Act = {
section = "MISSIONS.MAIN.OBJECTIVES.Act_01",
item = "Act_Name",
id = "165469",
};
l0.LayerName = "CL_21_Mission";
l0.Objective = "2084210422476885179";
l0.PauseAfterBlackscreen = 1;
end;
function export:en_41()
local l0;
l0 = self[41];
l0.SoundId = "0x00110c19";
end;
function export:en_53()
local l0;
l0 = self[53];
l0.VehicleMaster = self.VehicleTobias;
l0.VehicleTarget = self.PlayerEntity;
l0.PathOrPos = "2084235194197358429";
l0.Config = "VehicleBhvSetup.2941661351";
end;
function export:en_22()
local l0;
l0 = self[22];
l0.VehicleMaster = self.VehicleTobias;
l0.VehicleTarget = self.PlayerEntity;
l0.PathOrPos = "2084210069085802711";
l0.Config = "VehicleBhvSetup.2941661351";
end;
function export:en_62()
local l0;
l0 = self[62];
l0.Entity1 = self.VehicleTobias;
l0.Entity2 = "2084235184409949974";
l0.Radius = 10;
end;
function export:en_107()
local l0;
l0 = self[107];
l0.Trigger = "2084307533519921723";
end;
function export:en_65()
local l0;
l0 = self[65];
l0.Vehicle = self.VehicleTobias;
l0.NPC = self.Tobias;
l0.ObjectiveMarker = "2084249690310113120";
l0.IsDownloadType = 1;
l0.TotalDownloadTime = 25;
l0.DownloadRange = 40;
end;
function export:en_52()
local l0;
l0 = Boxes[PathID("Domino/System/SimpleNode.lua")];
l0._graph = self;
l0.Out = self.f_52_Out;
end;
function export:en_60()
local l0;
l0 = self[60];
l0.Entity1 = self.Tobias;
l0.Entity2 = "2084210069085802711";
l0.Radius = 10;
end;
function export:en_80()
local l0;
l0 = self[80];
l0.RatioValue = 0.4;
end;
function export:en_35()
local l0;
l0 = self[35];
l0.MapPoint = "2084209983366811162";
end;
function export:en_40()
local l0;
l0 = self[40];
l0.MapPoint = "2084209983366811162";
end;
function export:en_79()
local l0;
l0 = self[79];
l0.RatioValue = 0.6;
end;
function export:en_59()
local l0;
l0 = self[59];
l0.Entity1 = self.VehicleTobias;
l0.Entity2 = "2084235171334207189";
l0.Radius = 10;
end;
-- Empty out anchor definitions
_compilerVersion = 4;