mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 07:11:51 +00:00
8 lines
384 B
C++
8 lines
384 B
C++
boolean (entity ent, int index) Waypoint_IsValid;
|
|
int (entity ent) Waypoint_Count;
|
|
vector (entity ent, int index) Waypoint_Get;
|
|
void (entity ent, int index, vector loc) Waypoint_Set;
|
|
void (entity ent, vector loc) Waypoint_Append;
|
|
boolean (entity ent, int index) Waypoint_IsTouching;
|
|
void (entity ent, int index, vector loc) Waypoint_Add;
|
|
void (entity ent, int index) Waypoint_Remove;
|