Mostly Harmless

Difference between revisions of "Legacy:KillingField"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{classbox|[[Legacy:UT|UT]] :: [[Legacy:Actor (UT)|Actor (UT)]] >> [[Legacy:Info (UT)|Info (UT)]] >> [[Legacy:ZoneInfo (UT)|ZoneInfo (UT)]] >> KillingField (Package: Botpack)}}
+
{{classbox|[[Legacy:Actor|Actor]] >> [[Legacy:Info (UT)|Info (UT)]] >> [[Legacy:ZoneInfo|ZoneInfo]] >> KillingField}}
  
 
This zone does nothing.  It is used by the following AI functions in the [[Legacy:Assault|Assault]] game type class to affect the behaviour of the bots.
 
This zone does nothing.  It is used by the following AI functions in the [[Legacy:Assault|Assault]] game type class to affect the behaviour of the bots.
 +
* function bool FindSpecialAttractionFor(Bot aBot)
 +
* function bool NeverStakeOut(bot Other)
  
For examples of it s use see AS-Mazon and AS-Overlord.
+
As far as I can tell from an exceptionally cursory examination of the function it ensures the bots don't stand around and admire the scenery.
  
==Methods==
+
For examples of it's use see [[Legacy:AS-Mazon|AS-Mazon]] and [[Legacy:AS-Overlord|AS-Overlord]].
; bool FindSpecialAttractionFor ([[Legacy:Bot (UT)|Bot (UT)]] aBot) :
+
; bool NeverStakeOut ([[Legacy:Bot (UT)|Bot (UT)]] Other) : As far as I can tell from an exceptionally cursory examination of the function it ensures the bots don't stand around and admire the scenery.
+
 
+
[[Category:Legacy Class (UT)|{{PAGENAME}}]]
+

Revision as of 14:19, 10 April 2002

Actor >> Info (UT) >> ZoneInfo >> KillingField

This zone does nothing. It is used by the following AI functions in the Assault game type class to affect the behaviour of the bots.

  • function bool FindSpecialAttractionFor(Bot aBot)
  • function bool NeverStakeOut(bot Other)

As far as I can tell from an exceptionally cursory examination of the function it ensures the bots don't stand around and admire the scenery.

For examples of it's use see AS-Mazon and AS-Overlord.