Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ MSG_WriteSShort
Function
MSG_WriteSShort
code/qcommon/msg.cpp:242–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
static void MSG_WriteSShort( msg_t *sb, int c ) {
243
MSG_WriteBits( sb, c, -16 );
244
}
245
246
void MSG_WriteLong( msg_t *sb, int c ) {
247
MSG_WriteBits( sb, c, 32 );
Callers
1
MSG_WriteDeltaPlayerstate
Function · 0.85
Calls
1
MSG_WriteBits
Function · 0.70
Tested by
no test coverage detected