Posted
Alright, so I want to pass an argument that would be alike Lua's table, is there a way to do that ?
example:
private void test(argument) // argument = {"Hello":"hi"}
function abc(agument) // argument = {["Hello"]="hi"}
abc({
"Hello"="hi"
})
Edit: nvm, i kind of found a workaround it.
Proud creator of: WRD+
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post