This commit is contained in:
INeedBots 2020-09-25 03:09:18 -06:00
parent e23bb9e345
commit 3d80ab8898

View File

@ -1,7 +1,7 @@
#include maps\mp\bots\_bot_utility; #include maps\mp\bots\_bot_utility;
/* /*
Does the version check, if we are up too date
*/ */
doVersionCheck() doVersionCheck()
{ {
@ -25,7 +25,7 @@ doVersionCheck()
} }
/* /*
Will attempt to retreive waypoints from the internet
*/ */
getRemoteWaypoints(mapname) getRemoteWaypoints(mapname)
{ {
@ -49,7 +49,7 @@ getRemoteWaypoints(mapname)
} }
/* /*
Returns the version of bot warfare found on the internet
*/ */
getRemoteVersion() getRemoteVersion()
{ {
@ -64,7 +64,7 @@ getRemoteVersion()
} }
/* /*
Converts an array of lines coresponding to a csv file into an array of waypoint objs
*/ */
linesToWaypoints(res) linesToWaypoints(res)
{ {
@ -87,7 +87,7 @@ linesToWaypoints(res)
} }
/* /*
Returns an array of each line from the response of the http url request
*/ */
getLinesFromUrl(url) getLinesFromUrl(url)
{ {