Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
A question about gameConnection events
« previous
next »
Print
Pages: [
1
]
Author
Topic: A question about gameConnection events (Read 443 times)
otto-san
October 18, 2010, 09:16:22 PM
1. gameConnection = client, right?
2. If I use them, do I have to append the client while registering the event?
Ad Bot
Advertisement
Greek2me
October 18, 2010, 09:55:28 PM
Yes and yes I think.
.Aeris.
October 18, 2010, 10:49:34 PM
Yes to both.
Space Guy
October 19, 2010, 11:43:51 AM
Yes and yes.
The object it's called on would be the one you're doing things to and the extra "client" argument would be who triggered the event. They're the same in most cases but JVS Content has things like "onContentStuckPlayer -> Owner" which'd be different from "onContentStuckPlayer -> Client" if a different person walks into the door.
otto-san
October 19, 2010, 10:29:25 PM
Thanks.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
A question about gameConnection events