Barotrauma Client Doc
|
Public Member Functions | |
LuaCsSetupConfig () | |
Public Attributes | |
bool | FirstTimeCsWarning = true |
bool | ForceCsScripting = false |
bool | TreatForcedModsAsNormal = true |
bool | PreferToUseWorkshopLuaSetup = false |
bool | DisableErrorGUIOverlay = false |
bool | HideUserNames = true |
Definition at line 16 of file BarotraumaShared/SharedSource/LuaCs/LuaCsSetup.cs.
Barotrauma.LuaCsSetupConfig.LuaCsSetupConfig | ( | ) |
Definition at line 25 of file BarotraumaShared/SharedSource/LuaCs/LuaCsSetup.cs.
bool Barotrauma.LuaCsSetupConfig.DisableErrorGUIOverlay = false |
Definition at line 22 of file BarotraumaShared/SharedSource/LuaCs/LuaCsSetup.cs.
bool Barotrauma.LuaCsSetupConfig.FirstTimeCsWarning = true |
Definition at line 18 of file BarotraumaShared/SharedSource/LuaCs/LuaCsSetup.cs.
bool Barotrauma.LuaCsSetupConfig.ForceCsScripting = false |
Definition at line 19 of file BarotraumaShared/SharedSource/LuaCs/LuaCsSetup.cs.
bool Barotrauma.LuaCsSetupConfig.HideUserNames = true |
Definition at line 23 of file BarotraumaShared/SharedSource/LuaCs/LuaCsSetup.cs.
bool Barotrauma.LuaCsSetupConfig.PreferToUseWorkshopLuaSetup = false |
Definition at line 21 of file BarotraumaShared/SharedSource/LuaCs/LuaCsSetup.cs.
bool Barotrauma.LuaCsSetupConfig.TreatForcedModsAsNormal = true |
Definition at line 20 of file BarotraumaShared/SharedSource/LuaCs/LuaCsSetup.cs.