make commands actually reply to console

This commit is contained in:
Milxnor
2023-04-03 21:13:34 -04:00
parent fa6fac754a
commit bd4a8da94f
14 changed files with 182 additions and 11 deletions

View File

@@ -53,6 +53,7 @@ namespace Addresses
extern inline uint64 OnRep_ZiplineState = 0;
extern inline uint64 RemoveFromAlivePlayers = 0;
extern inline uint64 ActorChannelClose = 0;
extern inline uint64 FrameStepExplicitProperty = 0;
void SetupVersion(); // Finds Engine Version
void FindAll();
@@ -72,6 +73,7 @@ namespace Offsets
extern inline uint64 ServerReplicateActors = 0;
extern inline uint64 ReplicationFrame = 0;
extern inline uint64 IsNetRelevantFor = 0;
extern inline uint64 NetworkObjectList = 0;
void FindAll();
void Print();