Commit dbd3816a authored by Momobako's avatar Momobako

Merge branch 'master' of /root/7210

parents 7434aac0 5619cc0c
...@@ -348,6 +348,7 @@ static const struct luaL_Reg grouplib[] = { ...@@ -348,6 +348,7 @@ static const struct luaL_Reg grouplib[] = {
{ "GetNext", scriptlib::group_get_next }, { "GetNext", scriptlib::group_get_next },
{ "GetFirst", scriptlib::group_get_first }, { "GetFirst", scriptlib::group_get_first },
{ "GetCount", scriptlib::group_get_count }, { "GetCount", scriptlib::group_get_count },
{ "__len", scriptlib::group_get_count },
{ "ForEach", scriptlib::group_for_each }, { "ForEach", scriptlib::group_for_each },
{ "Filter", scriptlib::group_filter }, { "Filter", scriptlib::group_filter },
{ "FilterCount", scriptlib::group_filter_count }, { "FilterCount", scriptlib::group_filter_count },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment