Legacy:ArmorPickup: Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
}} | }} | ||
== | ==Functions== | ||
== | ===Inherited From [[Legacy:Pickup|Pickup]]=== | ||
; float BotDesireability( [[Legacy:Pawn|Pawn]] Bot ) : This determines the AI for desireability of the [[Legacy:Pickup|Pickup]]. The desirability is based on the respawn time and the amount of armor that the bot currently has. | |||
== | ==Related Topics== | ||
* [[Legacy:ShieldPickup|ShieldPickup]] | |||
[[Category:Legacy Class (UT2003)|{{PAGENAME}}]] | [[Category:Legacy Class (UT2003)|{{PAGENAME}}]] | ||
[[Category:Legacy Class (UT2004)|{{PAGENAME}}]] |
Latest revision as of 21:55, 17 December 2005
For state behavoir of this item refer to the parent class Pickup.
Functions
Inherited From Pickup
- float BotDesireability( Pawn Bot )
- This determines the AI for desireability of the Pickup. The desirability is based on the respawn time and the amount of armor that the bot currently has.