mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
a bit
disable spectating (should fix some crashes), option to load island at input location, fix compiler errors, work on container spawn rate.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "BuildingStructuralSupportSystem.h"
|
||||
#include "ScriptInterface.h"
|
||||
#include "Interface.h"
|
||||
#include "FortAthenaMapInfo.h"
|
||||
|
||||
enum class EAthenaGamePhaseStep : uint8_t // idk if this changes
|
||||
{
|
||||
@@ -79,6 +80,12 @@ public:
|
||||
return Get<FPlayerBuildableClassContainer*>(PlayerBuildableClassesOffset);
|
||||
}
|
||||
|
||||
AFortAthenaMapInfo*& GetMapInfo()
|
||||
{
|
||||
static auto MapInfoOffset = GetOffset("MapInfo");
|
||||
return Get<AFortAthenaMapInfo*>(MapInfoOffset);
|
||||
}
|
||||
|
||||
UFortPlaylist*& GetCurrentPlaylist();
|
||||
TScriptInterface<UFortSafeZoneInterface> GetSafeZoneInterface();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user