mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-08-04 23:33:52 +09:00
Features and Adjustments
SDK - Changed TArray function name "Num" to "Count" for clarity CONFIG - included additional helper functions FEATURE - General cleanup - Include features as functions NOTES: - new feature functions have not been implemented ~squish-- Update feature.h - forgot to include function declarations
This commit is contained in:
@ -10,7 +10,7 @@ void DetourEqui(SDK::UPalNetworkIndividualComponent* p_this, SDK::FPalInstanceID
|
||||
{
|
||||
if(AddStatusPointArray->IsValid())
|
||||
{
|
||||
for (int i = 0; i < AddStatusPointArray->Num(); i++)
|
||||
for (int i = 0; i < AddStatusPointArray->Count(); i++)
|
||||
{
|
||||
(*AddStatusPointArray)[i].StatusPoint = -1 * Config.EqModifiler;
|
||||
}
|
||||
|
Reference in New Issue
Block a user