-
-- in a on_load() for example
target:set("???", "hello")
target:add("???", "world") how would i figure out what edit: thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
May 30, 2025
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
add_xxx/set_xxx -> target:add/set("xxx", ...) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
corpserot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add_xxx/set_xxx -> target:add/set("xxx", ...)