game_convar_mod
game_convar_mod is a point entity available
with any version of Mapbase.Mods cvars
KeyValues
- ConVars (target) <string>
The convars to modify. Multiple cvars can be modded with ';', e.g. 'host_timescale 0.5; npc_alyx_interact_manhacks 1'
The convars to modify. Multiple cvars can be modded with ';', e.g. 'host_timescale 0.5; npc_alyx_interact_manhacks 1'
- Command from Server (UseServer) <choices>
Mods convars directly from the server instead of acting as if the convars were typed into the local player's console, similar to using point_servercommand as opposed to point_clientcommand. Required to function in MP games.
Mods convars directly from the server instead of acting as if the convars were typed into the local player's console, similar to using point_servercommand as opposed to point_clientcommand. Required to function in MP games.
Flags
- [1] Start Activated : 1
Inputs
- Activate
<void>
Begins modding the cvars.
Begins modding the cvars.
- Deactivate
<void>
Stops modding the cvars.
Stops modding the cvars.
