mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
aimpos funcs
This commit is contained in:
parent
7de8d0e0ba
commit
b09ce92af0
@ -140,6 +140,16 @@ HasBotJavelinLocation()
|
||||
return isDefined(self.bot.jav_loc);
|
||||
}
|
||||
|
||||
SetScriptAimPos(pos)
|
||||
{
|
||||
self.bot.script_aimpos = pos;
|
||||
}
|
||||
|
||||
ClearScriptAimPos()
|
||||
{
|
||||
self SetScriptAimPos(undefined);
|
||||
}
|
||||
|
||||
SetBotJavelinLocation(loc)
|
||||
{
|
||||
self.bot.jav_loc = loc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user