Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE2:LinkGun (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 BestMode
- 2.2.2 BringUp
- 2.2.3 CanHeal
- 2.2.4 ConsumeAmmo
- 2.2.5 FocusOnLeader
- 2.2.6 GetAIRating
- 2.2.7 GetEffectStart
- 2.2.8 HasAmmo
- 2.2.9 IncrementFlashCount
- 2.2.10 LinkedConsumeAmmo
- 2.2.11 LinkedTo
- 2.2.12 PutDown
- 2.2.13 StartFire
- 2.2.14 SuggestAttackStyle
- 2.2.15 SuggestDefenseStyle
- 2.2.16 UpdateLinkColor
- Package:
- XWeapons
- Direct subclass:
- Weapon_LinkTurret
- This class in other games:
- UT2003
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. |
Link Gun
Properties[edit]
Property group 'LinkGun'[edit]
Linking[edit]
Type: bool
Links[edit]
Type: int
Default values[edit]
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AIRating | 0.68 | ||||||||||
AttachmentClass | Class'XWeapons.LinkAttachment' | ||||||||||
bMatchWeapons | True | ||||||||||
BobDamping | 1.575 | ||||||||||
CenteredOffsetY | -5.0 | ||||||||||
CenteredRoll | 3000 | ||||||||||
CenteredYaw | -1000 | ||||||||||
CurrentRating | 0.68 | ||||||||||
CustomCrosshair | 10 | ||||||||||
CustomCrossHairColor |
|
||||||||||
CustomCrossHairTextureName | "Crosshairs.Hud.Crosshair_Bracket1" | ||||||||||
Description | While the primary firing mode of the Link remains the same as its plasma-firing predecessor, the secondary cutting torch has been replaced with a switchable energy matrix. Upon contacting a teammate, it converts to a harmless carrier stream, offloading energy from the onboard cells to boost the output of any targeted player also using the Link.|It should be noted that while players are boosting a teammate, they are unable to defend themselves from attack." | ||||||||||
DisplayFOV | 60.0 | ||||||||||
EffectOffset |
|
||||||||||
FireModeClass[0] | XWeapons.LinkAltFire | ||||||||||
FireModeClass[1] | XWeapons.LinkFire | ||||||||||
HudColor |
|
||||||||||
IconCoords |
|
||||||||||
IconMaterial | Material'HudContent.Generic.HUD' | ||||||||||
IdleAnimRate | 0.03 | ||||||||||
InventoryGroup | 5 | ||||||||||
ItemName | "Link Gun" | ||||||||||
Mesh | Mesh'NewWeapons2004.FatLinkGun' | ||||||||||
OldCenteredOffsetY | -12.0 | ||||||||||
OldCenteredRoll | 3000 | ||||||||||
OldCenteredYaw | -300 | ||||||||||
OldMesh | Mesh'Weapons.LinkGun_1st' | ||||||||||
OldPickup | "WeaponStaticMesh.LinkGunPickup" | ||||||||||
OldPlayerViewOffset |
|
||||||||||
OldPlayerViewPivot |
|
||||||||||
OldSmallViewOffset |
|
||||||||||
PickupClass | Class'XWeapons.LinkGunPickup' | ||||||||||
PlayerViewOffset |
|
||||||||||
PlayerViewPivot |
|
||||||||||
Priority | 7 | ||||||||||
PutDownAnim | 'PutDown' | ||||||||||
SelectForce | "SwitchToLinkGun" | ||||||||||
SelectSound | Sound'NewWeaponSounds.NewLinkSelect' | ||||||||||
SmallViewOffset |
|
Functions[edit]
Events[edit]
Destroyed[edit]
simulated event Destroyed ()
Overrides: Weapon.Destroyed
RenderOverlays[edit]
simulated event RenderOverlays (Canvas Canvas)
Overrides: Weapon.RenderOverlays
WeaponTick[edit]
simulated event WeaponTick (float dt)
Overrides: Weapon.WeaponTick
Other instance functions[edit]
BestMode[edit]
function byte BestMode ()
Overrides: Weapon.BestMode
BringUp[edit]
simulated function BringUp (optional Weapon PrevWeapon)
Overrides: Weapon.BringUp
CanHeal[edit]
Overrides: Weapon.CanHeal
ConsumeAmmo[edit]
Overrides: Weapon.ConsumeAmmo
FocusOnLeader[edit]
Overrides: Weapon.FocusOnLeader
GetAIRating[edit]
function float GetAIRating ()
Overrides: Weapon.GetAIRating
GetEffectStart[edit]
simulated function Object.Vector GetEffectStart ()
Overrides: Weapon.GetEffectStart
HasAmmo[edit]
simulated function bool HasAmmo ()
Overrides: Weapon.HasAmmo
IncrementFlashCount[edit]
simulated function IncrementFlashCount (int mode)
Overrides: Weapon.IncrementFlashCount
LinkedConsumeAmmo[edit]
LinkedTo[edit]
function bool LinkedTo (LinkGun L)
PutDown[edit]
simulated function bool PutDown ()
Overrides: Weapon.PutDown
StartFire[edit]
Overrides: Weapon.StartFire
SuggestAttackStyle[edit]
function float SuggestAttackStyle ()
Overrides: Weapon.SuggestAttackStyle
SuggestDefenseStyle[edit]
function float SuggestDefenseStyle ()
Overrides: Weapon.SuggestDefenseStyle
UpdateLinkColor[edit]
simulated function UpdateLinkColor (LinkAttachment.ELinkColor Color)