Mostly Harmless

Legacy:ErrandGoalGetInvClass

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Postal 2 :: Object >> ErrandGoal >> ErrandGoalGetInvClass

Completes the errand by having the dude get a certain class of inventory item into his possession. Not actually used in the game, but is a base class for ErrandGoalGetInvClassFromPerson. Errands requiring the dude to get a particular item generally use the ErrandGoalGetPickup goal instead.

Properties[edit]

Main[edit]

var() name InvClassName 
Inventory class to get.

Related Topics[edit]