Usage:
Console.SetAccess
name
Argument values:
argument 1: | c_fullAccess; most commonly c_fullAccess |
Description: Sets what commands can be executed at the console. In-game this is set to c_endUserAccess. States include:
c_totalAccess c_fullAccess c_endUserAccess c_noAccess
Console.ListConstants gives a list of available states.
This property is not a part of any defined type of object.
Used in a total of 2 .con files: Init.con
Parent directory of these .con files: Bf1942/Game
Example: (from Bf1942/Game/Init.con)
Console.SetAccess c_fullAccess
run Init/Menu
run globalSpawnGroups
Console.ShowFps 0
Go to the Console properties list page, Console page, All Properties list, or Main scripting page.