MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / sm_SetNextMap

Function sm_SetNextMap

core/smn_nextmap.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49static cell_t sm_SetNextMap(IPluginContext *pCtx, const cell_t *params)
50{
51 char *map;
52 pCtx->LocalToString(params[1], &map);
53
54 return g_NextMap.SetNextMap(map);
55}
56
57static cell_t sm_ForceChangeLevel(IPluginContext *pCtx, const cell_t *params)
58{

Callers

nothing calls this directly

Calls 1

SetNextMapMethod · 0.80

Tested by

no test coverage detected