kotako Posted April 1, 2024 Posted April 1, 2024 Gg have clearResults() but its clear only value in Search, any way how to clear value in save?
MonkeySAN Posted April 1, 2024 Posted April 1, 2024 gg.clearList() https://gameguardian.net/help/classgg.html#a6c58075296a69351c0716745c53586a7
HEROGAMEOfficial Posted April 1, 2024 Posted April 1, 2024 local a = gg.getResults(gg.getResultsCount()) gg.clearResults() local b = { 1234, 5678, 9810 } local c = {} for z, x in next, b do c[x] = z end local d = {} for z, x in next, a do if c[x.value] then d[#d + 1] = x end end gg.loadResults(d) Many ways this is one
kotako Posted April 1, 2024 Author Posted April 1, 2024 1 hour ago, MonkeySAN said: gg.clearList() https://gameguardian.net/help/classgg.html#a6c58075296a69351c0716745c53586a7 Thx 15 minutes ago, HEROGAMEOfficial said: local a = gg.getResults(gg.getResultsCount()) gg.clearResults() local b = { 1234, 5678, 9810 } local c = {} for z, x in next, b do c[x] = z end local d = {} for z, x in next, a do if c[x.value] then d[#d + 1] = x end end gg.loadResults(d) Many ways this is one Thx too
Question
kotako
Gg have clearResults() but its clear only value in Search, any way how to clear value in save?
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.