|
|
-- {\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._name = "DLC_SI03_Activation";
|
|
|
self._elementPathId = "DocumentContainer|windycity\\dlc_sidemissions\\side_investigations\\dlc_si_sideinvestigations01.domino.xml|@DLC_SI03_Activation";
|
|
|
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;
|