Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XWeapons.LinkAttachment

Extends
xWeaponAttachment

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.InventoryAttachment
      |   
      +-- Engine.WeaponAttachment
         |   
         +-- XGame.xWeaponAttachment
            |   
            +-- XWeapons.LinkAttachment

Direct Known Subclasses:

WA_LinkTurret

Variables Summary
boolbReplicateLinkColor
ELinkColorLinkColor
intLinks
LinkMuzFlashProj3rdMuzFlash
Inherited Variables from XGame.xWeaponAttachment
bAltRapidFire, bHeavy, bRapidFire, LitWeapon, mHitActor, mHitNormal
Inherited Variables from Engine.WeaponAttachment
bAutoFire, BeaconColor, bMatchWeapons, FiringMode, FiringSpeed, FlashCount, mHitLocation, SpawnHitCount, SplashEffect

Enumerations Summary
ELinkColor
LC_Green, LC_Red, LC_Blue, LC_Gold,

Functions Summary
function Destroyed ()))
function SetLinkColor (ELinkColor NewColor ))
event ThirdPersonEffects ()))
function UpdateLinkColor ()))
Inherited Functions from XGame.xWeaponAttachment
GetHitInfo, GetTipLocation, Hide, InitFor, PostNetBeginPlay, ThirdPersonEffects, Timer, WeaponLight
Inherited Functions from Engine.WeaponAttachment
CheckForSplash, ThirdPersonEffects, UpdateHit


Variables Detail

bReplicateLinkColor Source code

var bool bReplicateLinkColor;

LinkColor Source code

var ELinkColor LinkColor;

Links Source code

var int Links;

MuzFlash Source code

var LinkMuzFlashProj3rd MuzFlash;


Enumerations Detail

ELinkColor Source code

enum ELinkColor
{
LC_Green, LC_Red, LC_Blue, LC_Gold,
};


Functions Detail

Destroyed Source code

simulated function Destroyed ( ) )

SetLinkColor Source code

simulated function SetLinkColor ( ELinkColor NewColor ) )

ThirdPersonEffects Source code

simulated event ThirdPersonEffects ( ) )

UpdateLinkColor Source code

simulated function UpdateLinkColor ( ) )


Defaultproperties

defaultproperties
{
    bHeavy=false
    bRapidFire=true
    bAltRapidFire=true
    Mesh=mesh'NewWeapons2004.NewLinkGun_3rd'
    RelativeLocation=(X=15.0,Y=-5.0,Z=-7.0)
    RelativeRotation=(Pitch=32768)
    bMatchWeapons=true
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:13.195 - Created with UnCodeX