Usercmd: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (source) |
||
Line 1: | Line 1: | ||
Usercmd is the player's input, for example the current keys pressed and current viewangle, which is sent to the server. By default it's send 30 times per second. | Usercmd is the player's input, for example the current keys pressed and current viewangle, which is sent to the server. By default it's send 30 times per second. | ||
In code it's defined in [http://hl2sdk.gigcities.com/usercmd_8cpp.html usercmd.cpp] | In code it's defined in [http://hl2sdk.gigcities.com/usercmd_8cpp-source.html usercmd.cpp] | ||
[[Category:Programming]] | [[Category:Programming]] | ||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 05:24, 2 August 2006
Usercmd is the player's input, for example the current keys pressed and current viewangle, which is sent to the server. By default it's send 30 times per second.
In code it's defined in usercmd.cpp