Always snap to grid
UE2:U2Inventory (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
$Workfile: U2Inventory.uc $ Created By: Mark Poesch Created On: 6/22/2001 $Author: Sbrown $ $Date: 8/31/02 15:47 $ $Revision: 7 $ Derived from Engine.Inventory
Properties[edit]
Property group 'U2Inventory'[edit]
ActivateSound[edit]
Type: Sound
DeActivateSound[edit]
Type: Sound
EffectSound[edit]
Type: Sound
Internal variables[edit]
bActivatable[edit]
Type: bool
true if Item can be activated
Instance functions[edit]
Activate[edit]
function Activate (bool AltActivate)
AdjustDamage[edit]
function AdjustDamage (out float Damage)
Deactivate[edit]
function Deactivate ()
HandlePickupQuery[edit]
Overrides: Inventory.HandlePickupQuery
PostRender[edit]
simulated function PostRender (Canvas Canvas)
States[edit]
Activated[edit]
Activated.Activate[edit]
function Activate (bool AltActivate)
Overrides: Activate (global)
Activated.Deactivate[edit]
function Deactivate ()
Overrides: Deactivate (global)
Inactive[edit]
Modifiers: auto
Inactive.Activate[edit]
function Activate (bool AltActivate)
Overrides: Activate (global)
Inactive.Deactivate[edit]
function Deactivate ()
Overrides: Deactivate (global)