projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'terencehill/bot_waypoints' into terencehill/bot_ai
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
server
/
bot
/
api.qh
diff --git
a/qcsrc/server/bot/api.qh
b/qcsrc/server/bot/api.qh
index
3dab2c2
..
51ac148
100644
(file)
--- a/
qcsrc/server/bot/api.qh
+++ b/
qcsrc/server/bot/api.qh
@@
-37,6
+37,7
@@
float skill;
.void(entity this) havocbot_previous_role;
.float isbot; // true if this client is actually a bot
.float lastteleporttime;
+.vector lastteleport_origin;
.float navigation_hasgoals;
.float nearestwaypointtimeout;
.entity nearestwaypoint;