optional intersection testing. mindamage is next

This commit is contained in:
explorer
2024-10-08 04:41:25 +03:00
parent 932f00bf0e
commit c068afb171
20 changed files with 409 additions and 22 deletions

View File

@ -23,6 +23,8 @@ Interface_Structure Interface_Riot_Deprioritize;
Interface_Structure Interface_Penetrate_Teammates;
Interface_Structure Interface_Aim_Intersection;
Interface_Structure Interface_Equipment_Distance;
Interface_Structure Interface_Storm_Rotation_Radius;
@ -60,6 +62,8 @@ void Implement_Extended_Interface()
Create_Console_Interface(Pointer_Name(Interface_Penetrate_Teammates), (char*)"0", nullptr);
Create_Console_Interface(Pointer_Name(Interface_Aim_Intersection), (char*)"1", nullptr);
Create_Console_Interface(Pointer_Name(Interface_Equipment_Distance), (char*)"2048", nullptr);
Create_Console_Interface(Pointer_Name(Interface_Storm_Rotation_Radius), (char*)"24", nullptr);