Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ trap_Cvar_VariableValue
Function
trap_Cvar_VariableValue
code/ui/ui_syscalls.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
#include
"ui_local.h"
27
28
float trap_Cvar_VariableValue( const char *var_name )
29
{
30
return Cvar_VariableValue( var_name );
31
}
32
33
34
void trap_R_ClearScene( void )
Callers
5
UI_RunMenuScript
Function · 0.70
_UI_Init
Function · 0.70
UI_Update
Function · 0.70
UI_DataPadMenu
Function · 0.70
UI_LoadMissionSelectMenu
Function · 0.70
Calls
1
Cvar_VariableValue
Function · 0.50
Tested by
no test coverage detected