Author Topic: %client.function();  (Read 973 times)

How do you make a function like %client.function();

I made a function but it only works like function(%client);

Code: [Select]
function GameConnection::function(%this, %a, %b, %c){
...
When called (%client.function("a", "b", "c");) %this would take the value of "%client".