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.
 

40 lines
970 B

-- {\v/} Domino auto-generated LUA script file
--
-- Script document: domino/user/windycity/world_team/worldteam_aishowcase_cgouel.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)
end;
function export:Init(cbox)
self._name = "Activation";
self._elementPathId = "DocumentContainer|windycity\\World_Team\\WorldTeam_AIShowcase_CGouel.domino.xml|@Activation";
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;