====== UpdaterAddOnHandlerSG::getObjectByName ====== There is no doc-string available for this function. ===== Syntax ===== script UpdaterAddOnHandlerSG::getObjectByName(string %this, string %name); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%this%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%name%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:script|script]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Add-Ons/System_BlocklandGlass/resources/Support_Updater/common/core/UpdaterAddOnHandlerSG.cs:5 ===== See also ===== [[scripting:doc:u:updateraddonhandlersg:ureadfileinfojson|UpdaterAddOnHandlerSG::_readFileInfoJSON]]\\ [[scripting:doc:u:updateraddonhandlersg:ureadfileinfotxt|UpdaterAddOnHandlerSG::_readFileInfoTXT]]\\ [[scripting:doc:u:updateraddonhandlersg:readlocalfiles|UpdaterAddOnHandlerSG::readLocalFiles]]\\ [[scripting:doc:u:updateraddonhandlersg:storefileinfo|UpdaterAddOnHandlerSG::storeFileInfo]]\\ ===== References ===== This function is not called by any other functions.