Author Topic: A question about gameConnection events  (Read 443 times)

1. gameConnection = client, right?

2. If I use them, do I have to append the client while registering the event?



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.