Table of Contents

Lua CreateCVar

void CreateCVar( string name, string defaultValue, string helpMessage );

Description

Makes a new Console Variable that is accessible on the server. Use in conjunction with LoadConfig to allow settings for your game modes.

Version

Beta 3.1

Example

0@@