Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:WeaponGrenadeLauncher (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> Pickup >> WeaponPickup >> U2WeaponPickup >> WeaponGrenadeLauncher
Package: 
U2Weapons

$Workfile: weaponGrenadeLauncher.uc $ Created By: Jess Crable, Mark Poesch Created On: 5/2/00 $Author: Aleiby $ $Date: 11/24/02 12:53a $ $Revision: 8 $

Properties[edit]

Property group 'weaponGrenadeLauncher'[edit]

AmmoCountConcussion[edit]

Type: int


Default value: 1

AmmoCountEMP[edit]

Type: int


Default value: 1

AmmoCountFragment[edit]

Type: int


Default value: 1

AmmoCountIncendiary[edit]

Type: int


Default value: 1

AmmoCountSmoke[edit]

Type: int


Default value: 1

AmmoCountToxic[edit]

Type: int


Default value: 1

Default values[edit]

Property Value
InventoryType Class'U2Weapons.WeaponInvGrenadeLauncher'
PickupMessage "You got a Grenade Launcher."
PickupSound Sound'U2WeaponsA.GrenadeLauncher.GL_Pickup'
StaticMesh StaticMesh'MalekythM.Pickups.GL_TP_W'

Instance functions[edit]

GetAmmoCount[edit]

function int GetAmmoCount (WeaponInvGrenadeLauncher GL, class<ammoInvGrenadeGrenadeClass)


InitDroppedPickupFor[edit]

function InitDroppedPickupFor (Inventory Inv)

Overrides: Pickup.InitDroppedPickupFor


MaybeAddMoreAmmo[edit]

function bool MaybeAddMoreAmmo (Weapon W, Pawn Other)

Overrides: Pickup.MaybeAddMoreAmmo