mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 15:14:08 +00:00
CBridge
This commit is contained in:
parent
49d97f0033
commit
88ce335afc
6 changed files with 185 additions and 7 deletions
|
@ -131,6 +131,8 @@ public:
|
|||
int32 FindNodeClosestToCoors(CVector coors, uint8 type, float distLimit, bool disabled, bool betweenLevels);
|
||||
|
||||
bool IsPathObject(int id) { return id < PATHNODESIZE && (InfoForTileCars[id*12].type != 0 || InfoForTilePeds[id*12].type != 0); }
|
||||
|
||||
void SetLinksBridgeLights(float, float, float, float, bool);
|
||||
};
|
||||
static_assert(sizeof(CPathFind) == 0x4c8f4, "CPathFind: error");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue