mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
respawn toggle
toggling respawn, auto parachute height changer changer, fixed issue with characterparts, fixed lategame on s8, added cheat commands
This commit is contained in:
@@ -72,7 +72,7 @@ void ObjectViewer::DumpContentsToFile(UObject* Object, const std::string& FileNa
|
||||
auto PropertyClass = *(UClass**)(__int64(Property) + Offsets::PropertyClass);
|
||||
|
||||
if (PropertyClass->IsValidLowLevel())
|
||||
log(std::format("{} Object: {}\n", PropertyName, PropertyClass->GetPathName()));
|
||||
log(std::format("{} Object: {}\n", PropertyName, PropertyClass->GetFullName()));
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user