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.
 

46 lines
1.2 KiB

-- {\v/} Domino auto-generated LUA script file
--
-- Script document: domino/user/windycity/dlc_sidemissions/side_investigations/dlc_si_sideinvestigations01.domino.xml
-- User graph: DLC_SI03_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)
end;
function export:Init(cbox)
self.DotConnexionWifi = "2086772528495200183";
self.DotConnexionCamera01 = "2086810462506664540";
self.DLC_SI_DotConnexionLoader = "2086773027961310055";
self.CollectibleAmount = 0;
self.HQ_IOP03_Wifi = "2087132265389183546";
self.IOP03_ObjectiveMarker = "2087132217859330419";
self.SurpriseTransformer = "2087142283341676748";
self.Interaction = "2087146052237919703";
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;
-- Empty out anchor definitions
_compilerVersion = 4;