returnfunction() -- Stores the handle to a variable set connected to the addon named 'Demo'. localvariableSet = AddonVars("Demo") -- Check if the return is nil and print an error message ifvariableSet == nilthen ErrPrintf("The variable set does not exists") return end Printf("=============== START OF DUMP ===============") variableSet:Dump() Printf("================ END OF DUMP ================") end