Forum > Coding >

How would I do this ?

PoopMaster

SoundInfinity

noticed

Posts: 120

Threads: 23

Joined: Jul, 2019

Reputation: 9

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.

  • 0

Proud creator of: WRD+

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )