Console.SetAccess

From Pilot_51's Wiki
Revision as of 10:47, 20 November 2008 by Pilot 51 (talk | contribs) (New page: == MDT 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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MDT 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.

Source and more details

Additional Description