Legacy:ErrandGoal

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to navigation Jump to search
Postal 2 :: Object >> ErrandGoal (Package: Postal2Game)

Defines a goal for an errand.

Properties

Main

var() name TriggerOnCompletionTag 
After the errand is complete, triggers all actors with the matching tag.
var() name HateClass 
After the errand is complete, this set of pawns will hate the player on sight.
var() name HateDesTex 
Texture for the description of the hate group
var() name HatePicTex 
Texture for a picture of the hate group
var() name HateComment 
Sound for dude commenting on hate group.

Known Subclasses

ErrandGoal
+- ErrandGoalGetInvClass
|  +- ErrandGoalGetAmmoMax
|  +- ErrandGoalGetInvClassFromPerson
+- ErrandGoalGetPickup
|  +- ErrandGoalDropOffPickup
+- ErrandGoalGiveInventory
+- ErrandGoalKillMe
+- ErrandGoalTag
+- ErrandGoalTalkTo
+- ErrandGoalTriggeredAction
+- ErrandGoalUrineQuotaMet

Related Topics