|
|
-- {\v/} Domino auto-generated LUA script file
|
|
|
--
|
|
|
-- Script document: domino/user/windycity/side_missions/contract_lair/cl_22/cl_22.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\\side_missions\\contract_lair\\cl_22\\cl_22.domino.xml|@Activation";
|
|
|
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\\side_missions\\contract_lair\\cl_22\\cl_22.domino.xml|@Activation|1236526733";
|
|
|
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\\side_missions\\contract_lair\\cl_22\\cl_22.domino.xml|@Activation|696313918", "696313918", "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\\side_missions\\contract_lair\\cl_22\\cl_22.domino.xml|@Activation|70961937", "70961937", "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 = "CL_22_Activation";
|
|
|
l0.Map_Point = "2084346670350781070";
|
|
|
l0.Objective_Trigger = "2084346670350781071";
|
|
|
l0.OasisID_Act = {
|
|
|
section = "MISSIONS.MAIN.OBJECTIVES.Act_01.Mission_TEMPLATE",
|
|
|
item = "Name",
|
|
|
id = "19623",
|
|
|
};
|
|
|
l0.OasisID_MissionName = {
|
|
|
section = "MISSIONS.MAIN.OBJECTIVES.Act_01.Mission_TEMPLATE",
|
|
|
item = "Description",
|
|
|
id = "19624",
|
|
|
};
|
|
|
l0.Mission = "MissionList.384989750";
|
|
|
l0.EntityOnMissionLayer = 1;
|
|
|
l0.IsFixerFantasyCam = 0;
|
|
|
l0.DoFadeOut = 0;
|
|
|
end;
|
|
|
|
|
|
-- Empty out anchor definitions
|
|
|
_compilerVersion = 4;
|