The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:Powerups (UT2004)
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. |
Powerup items - activatable inventory.
Properties[edit]
Property group 'Powerups'[edit]
ActivateSound[edit]
Type: Sound
bActivatable[edit]
Type: bool
Whether item can be activated/deactivated (if true, must auto activate)
bAutoActivate[edit]
Type: bool
automatically activated when picked up
bCanHaveMultipleCopies[edit]
Type: bool
if player can possess more than one of this
DeActivateSound[edit]
Type: Sound
ExpireMessage[edit]
Type: string
Modifiers: localized
Messages shown when powerup charge runs out
Internal variables[edit]
bActive[edit]
Type: bool
Modifiers: travel
Whether item is currently activated.
NumCopies[edit]
Type: int
Modifiers: travel
Functions[edit]
Static functions[edit]
GetLocalString[edit]
Overrides: Actor.GetLocalString
Events[edit]
TravelPreAccept[edit]
Overrides: Inventory.TravelPreAccept
Other instance functions[edit]
Activate[edit]
FireEffect[edit]
HandlePickupQuery[edit]
Overrides: Inventory.HandlePickupQuery
PickupFunction[edit]
Overrides: Inventory.PickupFunction
SelectNext[edit]
Overrides: Inventory.SelectNext
UseCharge[edit]
UsedUp[edit]
States[edit]
Activated[edit]
Activated.BeginState[edit]
Overrides: Object.BeginState (global)
Activated.EndState[edit]
Overrides: Object.EndState (global)
Activated.Activate[edit]
Overrides: Activate (global)