====== VariableGroup::loadVariable ====== There is no doc-string available for this function. ===== Syntax ===== script VariableGroup::loadVariable(string %group, string %type, string %name, string %obj); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%group%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%type%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%name%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%obj%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:script|script]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Add-Ons/Event_Variables/server/groups.cs:95 ===== See also ===== [[scripting:doc:u:variablegroup:getvariable|VariableGroup::getVariable]]\\ [[scripting:doc:u:variablegroup:saveallvariables|VariableGroup::saveAllVariables]]\\ [[scripting:doc:u:variablegroup:savevariable|VariableGroup::saveVariable]]\\ [[scripting:doc:u:variablegroup:setvariable|VariableGroup::setVariable]]\\ ===== References ===== This function is not called by any other functions.