We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
resetPlayerBlurLevel
resetBlurLevvel
1 parent 8ec574a commit 7676322Copy full SHA for 7676322
Client/mods/deathmatch/logic/lua/CLuaManager.cpp
@@ -317,6 +317,7 @@ void CLuaManager::LoadCFunctions()
317
{"setBlurLevel", CLuaFunctionDefs::SetBlurLevel},
318
{"getBlurLevel", CLuaFunctionDefs::GetBlurLevel},
319
{"resetBlurLevel", CLuaFunctionDefs::ResetBlurLevel},
320
+ {"resetPlayerBlurLevel", CLuaFunctionDefs::ResetBlurLevel},
321
{"setJetpackMaxHeight", CLuaFunctionDefs::SetJetpackMaxHeight},
322
{"setCloudsEnabled", CLuaFunctionDefs::SetCloudsEnabled},
323
{"setTrafficLightState", CLuaFunctionDefs::SetTrafficLightState},
0 commit comments