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.
 

94 lines
3.3 KiB

-- {\v/} Domino auto-generated LUA script file
--
-- Script document: domino/user/windycity/dlc_sidemissions/driving_escort/escort_m07.domino.xml
-- User graph: Activation
--
--
-- 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/Library/common/Common_HUD.Activation_Script.debug.lua");
end;
function export:Init(cbox)
local l0;
self._name = "Activation";
self._elementPathId = "DocumentContainer|windycity\\dlc_sidemissions\\driving_escort\\escort_m07.domino.xml|@Activation";
self.A05_M01_MapPoint_StartLocation = "2078521006424632681";
self.LayerName = "Escort_M07_Activation";
self.A05_M01_Interaction_StartLocation = "2083256898255473715";
self.MissionStart_29 = "2084017379370599152";
self.MissionReferencePoint_0_28 = "2084017405031351036";
self.Objective_Trigger = "2084017405031351036";
self.MapIcon = "2087876265511436622";
self.TriggerPoint = "2085548997749426787";
self.box_Activation_Script_1 = cbox:CreateBox("Domino/Library/common/Common_HUD.Activation_Script.debug.lua");
l0 = self.box_Activation_Script_1;
l0._graph = self;
l0._name = "box_Activation_Script_1";
l0._elementPathId = "DocumentContainer|windycity\\dlc_sidemissions\\driving_escort\\escort_m07.domino.xml|@Activation|2031958158";
l0.LayerLoaded = 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:In()
local l0;
self:OnEnter_box_Activation_Script_1();
l0 = self.box_Activation_Script_1;
CDominoManager_GetInstance():TraceConnection("DocumentContainer|windycity\\dlc_sidemissions\\driving_escort\\escort_m07.domino.xml|@Activation|149157887", "149157887", "Activation", "In", "box_Activation_Script_1.In", self, l0);
l0:In();
end;
function export:Stop()
local l0;
self:OnEnter_box_Activation_Script_1();
l0 = self.box_Activation_Script_1;
CDominoManager_GetInstance():TraceConnection("DocumentContainer|windycity\\dlc_sidemissions\\driving_escort\\escort_m07.domino.xml|@Activation|1589213241", "1589213241", "Activation", "Stop", "box_Activation_Script_1.Stop", self, l0);
l0:Stop();
end;
function export:OnEnter_box_Activation_Script_1()
local l0;
l0 = self.box_Activation_Script_1;
l0.Activation_Layer = self.LayerName;
l0.Map_Point = self.MapIcon;
l0.Objective_Trigger = self.TriggerPoint;
l0.MapMarkerTitle = {
section = "MISSIONS.DLC.SIDE.DRIVING CONTRACTS.Safety",
item = "Act_Name",
id = "10004750",
};
l0.MapMarkerDesc = {
section = "MISSIONS.DLC.SIDE.DRIVING CONTRACTS.Escort.Escort07",
item = "PDA_Name",
id = "10004782",
};
l0.Mission = "MissionList.1498100152";
l0.EntityOnMissionLayer = 1;
l0.IsFixerFantasyCam = 1;
l0.DoFadeOut = 0;
end;
-- Empty out anchor definitions
_compilerVersion = 4;