LyraCheat.StartInGodMode
LyraCheat.StartInGodMode
#Overview
name: LyraCheat.StartInGodMode
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If true then the God cheat will be applied on begin play
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Projects/Lyra/Source/LyraGame/Player/LyraCheatManager.cpp:35
Scope (from outer to inner):
file
namespace LyraCheat
Source code excerpt:
static bool bStartInGodMode = false;
static FAutoConsoleVariableRef CVarStartInGodMode(
TEXT("LyraCheat.StartInGodMode"),
bStartInGodMode,
TEXT("If true then the God cheat will be applied on begin play"),
ECVF_Cheat);
};