std.filesystem.SetConfig - nitrologic/monkey2 GitHub Wiki

std::std.filesystem.SetConfig

Function SetConfig:Void( name:monkey:monkey.types.String,value:monkey:monkey.types.String )

Sets a global config setting.

Currently recognized built-in config settings:

Name More information
"MOJO_OPENGL_PROFILE" mojo:mojo.app.AppInstance
"MOJO_OPENGL_VERSION_MAJOR" mojo:mojo.app.AppInstance
"MOJO_OPENGL_VERSION_MINOR" mojo:mojo.app.AppInstance
"MOJO_COLOR_BUFFER_BITS" mojo:mojo.app.AppInstance
"MOJO_DEPTH_BUFFER_BITS" mojo:mojo.app.AppInstance
"MOJO_STENCIL_BUFFER_BITS" mojo:mojo.app.AppInstance
"MOJO_TEXTURE_MAX_ANISOTROPY" mojo:mojo.graphics.Texture
"MOJO3D_RENDERER" mojo3d:mojo3d.Renderer

See also: GetConfig.