Files
Project-Reboot-3.0/Project Reboot 3.0/globals.h
Milxnor d53626a850 a lot
change how abilities work ("more" proper), readded vehicle spawning to s8-s12, fixed respawning on >s4, added a count check to looting so it can't drop 0 count, added zipline jumping, guarantee pawn spawn, clear inventory on aircraft
2023-03-31 18:06:36 -04:00

11 lines
289 B
C++

#pragma once
namespace Globals
{
extern inline bool bCreative = false;
extern inline bool bGoingToPlayEvent = false;
extern inline bool bNoMCP = false;
extern inline bool bLateGame = false;
extern inline bool bAbilitiesEnabled = true;
extern inline bool bLogProcessEvent = false;
}