Always snap to grid

Legacy:ErrandGoalGetInvClass

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 06:13, 17 October 2004 by Kamek (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
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.

[edit] Properties

[edit] Main

var() name InvClassName 
Inventory class to get.

[edit] Related Topics