mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-04 18:21:50 +00:00
Move pathfinding related code to ai.cpp.
Add a gsc.hpp header to allow creating methods and functions for GSC outside of the gsc component. Add experimental path generating code to ai.cpp.
This commit is contained in:
@ -1590,6 +1590,14 @@ namespace game
|
||||
pathlocal_t_circle circle;
|
||||
};
|
||||
|
||||
struct CustomSearchInfo_FindPath
|
||||
{
|
||||
pathnode_t* m_pNodeTo;
|
||||
float startPos[3];
|
||||
float negotiationOverlapCost;
|
||||
};
|
||||
|
||||
|
||||
enum VariableType
|
||||
{
|
||||
VAR_UNDEFINED = 0x0,
|
||||
|
Reference in New Issue
Block a user