Example #1
0
        private static void SetSortKeys(SledLuaVarBaseType luaVar)
        {
            luaVar.SetSortKey();
            luaVar.SetWhatSortKey();
            luaVar.SetValueSortKey();

            foreach (var variable in luaVar.Variables)
            {
                SetSortKeys(variable.As <SledLuaVarBaseType>());
            }
        }
Example #2
0
        private static void SetSortKeys(SledLuaVarBaseType luaVar)
        {
            luaVar.SetSortKey();
            luaVar.SetWhatSortKey();
            luaVar.SetValueSortKey();

            foreach (var variable in luaVar.Variables)
                SetSortKeys(variable.As<SledLuaVarBaseType>());
        }