Open
Description
I see wrenGetMapCount
for finding the number of items in a map, and wrenGetMapValue
for getting a value into a slot using another slot, but I don't see any way to get a list of keys for a map so that I can actually use wrenGetMapValue
. It seems like the C API only allows me to get map values that I already know ahead of time. Am I missing a function that would help with this task?
Metadata
Metadata
Assignees
Labels
No labels