Lines Matching defs:store

89       store = function (value) settings.speed = value; c_resetGame(); end  function
96 store = function (value) settings.ai_level = value; end function
103 store = function (value) settings.grid_size = value; c_resetGame(); end function
110 store = function(value) settings.erase_crashed = value; c_resetGame(); end function
119 store = function(value) settings.fast_finish = value; end function
126 store = function(value) settings.camType = value; c_resetCamera(); end function
133 store = function(value) settings.display_type = value; end function
140 store = function(value) function
152 store = function(value) settings.ai_player1 = value; c_resetGame(); end function
160 store = function(value) settings.ai_player2 = value; c_resetGame(); end function
168 store = function(value) settings.ai_player3 = value; c_resetGame(); end function
176 store = function(value) settings.ai_player4 = value; c_resetGame(); end function
286 store = function(value) function
296 store = function(value) settings.alpha_trails = value; end function
303 store = function(value) settings.show_glow = value; end function
310 store = function(value) settings.show_model = value; end function
317 store = function(value) settings.show_recognizer = value; end function
324 store = function(value) settings.lod = value; end function
331 store = function(value) settings.use_stencil = value; c_video_restart(); end function
339 store = function(value) settings.show_fps = value; end function
346 store = function(value) settings.show_ai_status = value; end function
353 store = function(value) settings.show_scores = value; end function
390 store = function(value) settings.windowMode = value; c_video_restart(); end function
404 store = function(value) settings.playMusic = value; c_update_settings_cache() ; end function
411 store = function(value) settings.playEffects = value; end function