Moderator elections are being held. See Valve Developer Community:Moderator elections for more details.
Users who would like to run for moderator must be autoconfirmed and have at least 100 edits. Users can check their own edit count at Special:Preferences.
This article's documentation is for anything that uses the Source engine. Click here for more information.

Category:Networking

From Valve Developer Community
Jump to: navigation, search
English (en)Français (fr)Русский (ru)
... Icon-Important.png

Source Source uses a client-server architecture. The practice of passing information between the two modules is known as Networking.

For a general overview of the Source engine's networking, see Source Multiplayer Networking. For a more theoretical examination of networking as a concept, see Yahn Bernier's paper.

In Short...

Server to client
Entity update, for entity state changes (the most common route)
Game Event or User Message, for fire-and-forget game events
Temporary Entity, for fire-and-forget world effects
Client to server
User Command, for ongoing player input
ServerCmd(), for one-shot player input