Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
%client.function();
« previous
next »
Print
Pages: [
1
]
Author
Topic: %client.function(); (Read 973 times)
MrPickle
September 13, 2007, 11:29:53 AM
How do you make a function like %client.function();
I made a function but it only works like function(%client);
Ad Bot
Advertisement
Randy
September 13, 2007, 12:06:25 PM
Code:
[Select]
function GameConnection::function(%this, %a, %b, %c){
...
When called (
%client.function("a", "b", "c");
) %this would take the value of "%client".
MrPickle
September 13, 2007, 12:21:37 PM
I see, thank you.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
%client.function();