Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ SetVariantFloat
Function
SetVariantFloat
extensions/sdktools/variant-t.cpp:75–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
static cell_t SetVariantFloat(IPluginContext *pContext, const cell_t *params)
76
{
77
g_Variant_t.SetFloat(sp_ctof(params[1]));
78
return 1;
79
}
80
81
static cell_t SetVariantVector3D(IPluginContext *pContext, const cell_t *params)
82
{
Callers
nothing calls this directly
Calls
1
SetFloat
Method · 0.45
Tested by
no test coverage detected