Home
last modified time | relevance | path

Searched refs:CG_Argv (Results 1 – 25 of 64) sorted by relevance

123

/dports/games/iortcw/iortcw-1.51c/SP/code/cgame/
H A Dcg_servercmds.c48 cg.numScores = atoi( CG_Argv( 1 ) ); in CG_ParseScores()
385 num = atoi( CG_Argv( 1 ) ); in CG_ConfigStringModified()
793 cmd = CG_Argv( 0 ); in CG_ServerCommand()
818 int time = atoi( CG_Argv( 1 ) ); in CG_ServerCommand()
835 CG_Printf( "%s", CG_Argv( 1 ) ); in CG_ServerCommand()
944 int team = atoi( CG_Argv( 1 ) ); in CG_ServerCommand()
960 fadeTime = atoi( CG_Argv( 2 ) ); in CG_ServerCommand()
962 trap_S_StartBackgroundTrack( CG_Argv( 1 ), CG_Argv( 1 ), fadeTime ); in CG_ServerCommand()
975 fadeTime = atoi( CG_Argv( 1 ) ); in CG_ServerCommand()
983 int time = atoi( CG_Argv( 2 ) ); in CG_ServerCommand()
[all …]
H A Dcg_consolecmds.c329 r = atof( CG_Argv( 1 ) ); in CG_Fade_f()
330 g = atof( CG_Argv( 2 ) ); in CG_Fade_f()
331 b = atof( CG_Argv( 3 ) ); in CG_Fade_f()
332 a = atof( CG_Argv( 4 ) ); in CG_Fade_f()
334 duration = atof( CG_Argv( 5 ) ) * 1000; in CG_Fade_f()
368 Q_strncpyz( teamStr, CG_Argv( 1 ), 80 ); in CG_LimboMessage_f()
369 Q_strncpyz( classStr, CG_Argv( 2 ), 80 ); in CG_LimboMessage_f()
370 Q_strncpyz( weapStr, CG_Argv( 3 ), 80 ); in CG_LimboMessage_f()
440 cmd = CG_Argv( 0 ); in CG_ConsoleCommand()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/cgame/
H A Dcg_servercmds.c41 cg.numScores = atoi( CG_Argv( 1 ) ); in CG_ParseScores()
46 cg.teamScores[ 0 ] = atoi( CG_Argv( 2 ) ); in CG_ParseScores()
47 cg.teamScores[ 1 ] = atoi( CG_Argv( 3 ) ); in CG_ParseScores()
85 numSortedTeamPlayers = atoi( CG_Argv( 1 ) ); in CG_ParseTeamInfo()
89 client = atoi( CG_Argv( i * 6 + 2 ) ); in CG_ParseTeamInfo()
263 num = atoi( CG_Argv( 1 ) ); in CG_ConfigStringModified()
957 cmd = CG_Argv( 0 ); in CG_ServerCommand()
979 CG_Printf( "%s", CG_Argv( 1 ) ); in CG_ServerCommand()
1033 trap_R_RemapShader( CG_Argv( 1 ), CG_Argv( 2 ), CG_Argv( 3 ) ); in CG_ServerCommand()
1048 CG_Menu( atoi( CG_Argv( 1 ) ) ); in CG_ServerCommand()
[all …]
H A Dcg_consolecmds.c213 cmd = CG_Argv( 0 ); in CG_ConsoleCommand()
218 arg1 = CG_Argv( 1 ); in CG_ConsoleCommand()
H A Dcg_view.c84 Q_strncpyz( cg.testModelName, CG_Argv( 1 ), MAX_QPATH ); in CG_TestModel_f()
87 Q_strncpyz( cg.testModelBarrelName, CG_Argv( 1 ), MAX_QPATH ); in CG_TestModel_f()
94 cg.testModelEntity.backlerp = atof( CG_Argv( 2 ) ); in CG_TestModel_f()
/dports/games/ioquake3-server/ioquake3-1.36/code/cgame/
H A Dcg_servercmds.c70 cg.numScores = atoi( CG_Argv( 1 ) ); in CG_ParseScores()
75 cg.teamScores[0] = atoi( CG_Argv( 2 ) ); in CG_ParseScores()
76 cg.teamScores[1] = atoi( CG_Argv( 3 ) ); in CG_ParseScores()
129 client = atoi( CG_Argv( i * 6 + 2 ) ); in CG_ParseTeamInfo()
283 num = atoi( CG_Argv( 1 ) ); in CG_ConfigStringModified()
947 voiceOnly = atoi(CG_Argv(1)); in CG_VoiceChat()
948 clientNum = atoi(CG_Argv(2)); in CG_VoiceChat()
949 color = atoi(CG_Argv(3)); in CG_VoiceChat()
950 cmd = CG_Argv(4); in CG_VoiceChat()
993 cmd = CG_Argv(0); in CG_ServerCommand()
[all …]
H A Dcg_consolecmds.c519 cmd = CG_Argv(0); in CG_ConsoleCommand()
H A Dcg_view.c79 Q_strncpyz (cg.testModelName, CG_Argv( 1 ), MAX_QPATH ); in CG_TestModel_f()
83 cg.testModelEntity.backlerp = atof( CG_Argv( 2 ) ); in CG_TestModel_f()
/dports/games/ioquake3/ioquake3-1.36/code/cgame/
H A Dcg_servercmds.c70 cg.numScores = atoi( CG_Argv( 1 ) ); in CG_ParseScores()
75 cg.teamScores[0] = atoi( CG_Argv( 2 ) ); in CG_ParseScores()
76 cg.teamScores[1] = atoi( CG_Argv( 3 ) ); in CG_ParseScores()
129 client = atoi( CG_Argv( i * 6 + 2 ) ); in CG_ParseTeamInfo()
283 num = atoi( CG_Argv( 1 ) ); in CG_ConfigStringModified()
947 voiceOnly = atoi(CG_Argv(1)); in CG_VoiceChat()
948 clientNum = atoi(CG_Argv(2)); in CG_VoiceChat()
949 color = atoi(CG_Argv(3)); in CG_VoiceChat()
950 cmd = CG_Argv(4); in CG_VoiceChat()
993 cmd = CG_Argv(0); in CG_ServerCommand()
[all …]
H A Dcg_consolecmds.c519 cmd = CG_Argv(0); in CG_ConsoleCommand()
H A Dcg_view.c79 Q_strncpyz (cg.testModelName, CG_Argv( 1 ), MAX_QPATH ); in CG_TestModel_f()
83 cg.testModelEntity.backlerp = atof( CG_Argv( 2 ) ); in CG_TestModel_f()
/dports/games/evq3/evq3/code/cgame/
H A Dcg_servercmds.c70 cg.numScores = atoi( CG_Argv( 1 ) ); in CG_ParseScores()
75 cg.teamScores[0] = atoi( CG_Argv( 2 ) ); in CG_ParseScores()
76 cg.teamScores[1] = atoi( CG_Argv( 3 ) ); in CG_ParseScores()
123 client = atoi( CG_Argv( i * 6 + 2 ) ); in CG_ParseTeamInfo()
272 num = atoi( CG_Argv( 1 ) ); in CG_ConfigStringModified()
936 voiceOnly = atoi(CG_Argv(1)); in CG_VoiceChat()
937 clientNum = atoi(CG_Argv(2)); in CG_VoiceChat()
938 color = atoi(CG_Argv(3)); in CG_VoiceChat()
939 cmd = CG_Argv(4); in CG_VoiceChat()
982 cmd = CG_Argv(0); in CG_ServerCommand()
[all …]
H A Dcg_consolecmds.c519 cmd = CG_Argv(0); in CG_ConsoleCommand()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/cgame/
H A Dcg_servercmds.c70 cg.numScores = atoi( CG_Argv( 1 ) ); in CG_ParseScores()
75 cg.teamScores[0] = atoi( CG_Argv( 2 ) ); in CG_ParseScores()
76 cg.teamScores[1] = atoi( CG_Argv( 3 ) ); in CG_ParseScores()
123 client = atoi( CG_Argv( i * 6 + 2 ) ); in CG_ParseTeamInfo()
272 num = atoi( CG_Argv( 1 ) ); in CG_ConfigStringModified()
936 voiceOnly = atoi(CG_Argv(1)); in CG_VoiceChat()
937 clientNum = atoi(CG_Argv(2)); in CG_VoiceChat()
938 color = atoi(CG_Argv(3)); in CG_VoiceChat()
939 cmd = CG_Argv(4); in CG_VoiceChat()
982 cmd = CG_Argv(0); in CG_ServerCommand()
[all …]
H A Dcg_consolecmds.c519 cmd = CG_Argv(0); in CG_ConsoleCommand()
/dports/games/iortcw/iortcw-1.51c/MP/code/cgame/
H A Dcg_servercmds.c49 cg.numScores = atoi( CG_Argv( 1 ) ); in CG_ParseScores()
358 num = atoi( CG_Argv( 1 ) ); in CG_ConfigStringModified()
1301 voiceOnly = atoi( CG_Argv( 1 ) ); in CG_VoiceChat()
1302 clientNum = atoi( CG_Argv( 2 ) ); in CG_VoiceChat()
1303 color = atoi( CG_Argv( 3 ) ); in CG_VoiceChat()
1310 cmd = CG_Argv( 4 ); in CG_VoiceChat()
1415 cmd = CG_Argv( 0 ); in CG_ServerCommand()
1494 if ( atoi( CG_Argv( 2 ) ) ) { in CG_ServerCommand()
1497 s = CG_Argv( 1 ); in CG_ServerCommand()
1517 if ( atoi( CG_Argv( 2 ) ) ) { in CG_ServerCommand()
[all …]
H A Dcg_consolecmds.c326 r = atof( CG_Argv( 1 ) ); in CG_Fade_f()
327 g = atof( CG_Argv( 2 ) ); in CG_Fade_f()
328 b = atof( CG_Argv( 3 ) ); in CG_Fade_f()
329 a = atof( CG_Argv( 4 ) ); in CG_Fade_f()
331 duration = atof( CG_Argv( 5 ) ) * 1000; in CG_Fade_f()
399 Q_strncpyz( teamStr, CG_TranslateString( CG_Argv( 1 ) ), 80 ); in CG_LimboMessage_f()
400 Q_strncpyz( classStr, CG_TranslateString( CG_Argv( 2 ) ), 80 ); in CG_LimboMessage_f()
401 Q_strncpyz( weapStr, CG_TranslateString( CG_Argv( 3 ) ), 80 ); in CG_LimboMessage_f()
593 cmd = CG_Argv( 0 ); in CG_ConsoleCommand()
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_servercmds.c44 cg.numScores = atoi( CG_Argv( 1 ) ); in CG_ParseScores()
727 num = atoi( CG_Argv( 1 ) ); in CG_ConfigStringModified()
1332 newRank = atoi( CG_Argv( 1 ) ); in CG_NewForceRank_f()
1333 doMenu = atoi( CG_Argv( 2 ) ); in CG_NewForceRank_f()
1334 setTeam = atoi( CG_Argv( 3 ) ); in CG_NewForceRank_f()
1356 indexNum = atoi( CG_Argv( i ) ); in CG_KillGhoul2_f()
1383 indexNum = atoi( CG_Argv( 1 ) ); in CG_KillLoopSounds_f()
1416 indexNum = atoi( CG_Argv( 1 ) ); in CG_RestoreClientGhoul_f()
1443 side = atoi( CG_Argv( 4 ) ); in CG_RestoreClientGhoul_f()
1481 char *x = (char *)CG_Argv( 1 ); in CG_CenterPrintSE_f()
[all …]
H A Dcg_consolecmds.c340 …command = (consoleCommand_t *)Q_LinearSearch( CG_Argv( 0 ), commands, numCommands, sizeof( command… in CG_ConsoleCommand()
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_servercmds.cpp116 num = atoi( CG_Argv( 1 ) ); in CG_ConfigStringModified()
174 CG_CenterPrint( CG_Argv( 1 ), SCREEN_HEIGHT * 0.25 ); in CG_CenterPrint_f()
178 CG_Printf( "%s", CG_Argv( 1 ) ); in CG_Print_f()
182 sfxHandle_t sound = (sfxHandle_t)atoi( CG_Argv( 2 ) ); in CG_CaptionText_f()
184 …CG_CaptionText( CG_Argv( 1 ), sound >= 0 && sound < MAX_SOUNDS ? cgs.sound_precache[sound] : NULL_… in CG_CaptionText_f()
188 CG_ScrollText( CG_Argv( 1 ), SCREEN_WIDTH - 16 ); in CG_ScrollText_f()
192 CG_Printf( "CG_LCARSText() being called. Tell Ste\n" "String: \"%s\"\n", CG_Argv( 1 ) ); in CG_LCARSText_f()
234 const char *cmd = CG_Argv( 0 ); in CG_ServerCommand()
H A Dcg_view.cpp112 cg.testModelEntity.backlerp = atof( CG_Argv( 2 ) ); in CG_TestG2Model_f()
159 gi.G2API_SetSurfaceOnOff(&ghoul2[cg.testModel], CG_Argv(1), atoi(CG_Argv(2))); in CG_TestModelSurfaceOnOff_f()
172 angles[0] = atof(CG_Argv(2)); in CG_TestModelSetAnglespre_f()
173 angles[1] = atof(CG_Argv(3)); in CG_TestModelSetAnglespre_f()
174 angles[2] = atof(CG_Argv(4)); in CG_TestModelSetAnglespre_f()
188 angles[0] = atof(CG_Argv(2)); in CG_TestModelSetAnglespost_f()
189 angles[1] = atof(CG_Argv(3)); in CG_TestModelSetAnglespost_f()
190 angles[2] = atof(CG_Argv(4)); in CG_TestModelSetAnglespost_f()
199 strcpy(boneName, CG_Argv(1)); in CG_TestModelAnimate_f()
200 …nim(&ghoul2[cg.testModel], boneName, atoi(CG_Argv(2)), atoi(CG_Argv(3)), BONE_ANIM_OVERRIDE_LOOP, … in CG_TestModelAnimate_f()
[all …]
H A Dcg_consolecmds.cpp79 targetname = CG_Argv(1); in CG_WriteCam_f()
270 …command = (consoleCommand_t *)Q_LinearSearch( CG_Argv( 0 ), commands, numCommands, sizeof( command… in CG_ConsoleCommand()
/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A Dcg_servercmds.cpp169 num = atoi( CG_Argv( 1 ) ); in CG_ConfigStringModified()
227 CG_CenterPrint( CG_Argv( 1 ), SCREEN_HEIGHT * 0.25 ); in CG_CenterPrint_f()
231 CG_Printf( "%s", CG_Argv( 1 ) ); in CG_Print_f()
235 sfxHandle_t sound = (sfxHandle_t)atoi( CG_Argv( 2 ) ); in CG_CaptionText_f()
237 …CG_CaptionText( CG_Argv( 1 ), sound >= 0 && sound < MAX_SOUNDS ? cgs.sound_precache[sound] : NULL_… in CG_CaptionText_f()
241 CG_ScrollText( CG_Argv( 1 ), SCREEN_WIDTH - 16 ); in CG_ScrollText_f()
245 CG_Printf( "CG_LCARSText() being called. Tell Ste\n" "String: \"%s\"\n", CG_Argv( 1 ) ); in CG_LCARSText_f()
287 const char *cmd = CG_Argv( 0 ); in CG_ServerCommand()
H A Dcg_view.cpp107 cg.testModelEntity.backlerp = atof( CG_Argv( 2 ) ); in CG_TestG2Model_f()
155 gi.G2API_SetSurfaceOnOff(&ghoul2[cg.testModel], CG_Argv(1), atoi(CG_Argv(2))); in CG_TestModelSurfaceOnOff_f()
168 angles[0] = atof(CG_Argv(2)); in CG_TestModelSetAnglespre_f()
169 angles[1] = atof(CG_Argv(3)); in CG_TestModelSetAnglespre_f()
170 angles[2] = atof(CG_Argv(4)); in CG_TestModelSetAnglespre_f()
184 angles[0] = atof(CG_Argv(2)); in CG_TestModelSetAnglespost_f()
185 angles[1] = atof(CG_Argv(3)); in CG_TestModelSetAnglespost_f()
186 angles[2] = atof(CG_Argv(4)); in CG_TestModelSetAnglespost_f()
195 Q_strncpyz(boneName, CG_Argv(1), sizeof(boneName)); in CG_TestModelAnimate_f()
196 …nim(&ghoul2[cg.testModel], boneName, atoi(CG_Argv(2)), atoi(CG_Argv(3)), BONE_ANIM_OVERRIDE_LOOP, … in CG_TestModelAnimate_f()
[all …]
H A Dcg_consolecmds.cpp78 targetname = CG_Argv(1); in CG_WriteCam_f()
257 …command = (consoleCommand_t *)Q_LinearSearch( CG_Argv( 0 ), commands, numCommands, sizeof( command… in CG_ConsoleCommand()

123