Posted 25 November 2015 - 10:35 AM
its hard to explain, so i'll explain it with some code.
when it uses:
when it uses:
example = api.something("param")
example.addSomething("somethingElse") --how do i do things with the variable
example.doStuff("stuff") --like dis?
basically, if an api has a function which returns something, how can it have functions connected to it? is there a tutorial or wiki page on it?