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

DeusEx.NanoKey

Extends
DeusExPickup

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Inventory
      |   
      +-- Engine.Pickup
         |   
         +-- DeusEx.DeusExPickup
            |   
            +-- DeusEx.NanoKey

Variables Summary
NanoKey
nameKeyID
ESkinColorSkinColor
Inherited Variables from DeusEx.DeusExPickup
bBreakable, CountLabel, fragType, maxCopies, msgTooMany
Inherited Variables from Engine.Pickup
bAutoActivate, bCanActivate, bCanHaveMultipleCopies, ExpireMessage, Inv, NumCopies

Enumerations Summary
ESkinColor
SC_Level1, SC_Level2, SC_Level3, SC_Level4

Functions Summary
function BeginPlay ()))
function GiveTo (pawn Other ))
functionbool HandlePickupQuery (inventory Item ))
Inherited Functions from DeusEx.DeusExPickup
BaseChange, BreakItSmashIt, HandlePickupQuery, Landed, PlayLandingSound, UpdateBeltText, UpdateInfo, UseOnce
Inherited Functions from Engine.Pickup
Activate, BeginState, Frob, HandlePickupQuery, PickupFunction, SetRespawn, SpawnCopy, TravelPostAccept, UseCharge, UsedUp


Variables Detail

NanoKey

KeyID Source code

var(NanoKey) name KeyID;

SkinColor Source code

var(NanoKey) ESkinColor SkinColor;


Enumerations Detail

ESkinColor Source code

enum ESkinColor
{
SC_Level1, SC_Level2, SC_Level3, SC_Level4
};


Functions Detail

BeginPlay Source code

function BeginPlay ( ) )

GiveTo Source code

function GiveTo ( pawn Other ) )

HandlePickupQuery Source code

function bool HandlePickupQuery ( inventory Item ) )


Defaultproperties

defaultproperties
{
     ItemName="NanoKey"
     PlayerViewOffset=(X=30.000000,Z=-12.000000)
     PlayerViewMesh=LodMesh'DeusExItems.NanoKey'
     PickupViewMesh=LodMesh'DeusExItems.NanoKey'
     ThirdPersonMesh=LodMesh'DeusExItems.NanoKey'
     Icon=Texture'DeusExUI.Icons.BeltIconNanoKey'
     Description="NO KEY DESCRIPTION - REPORT THIS AS A BUG!"
     beltDescription="NANO"
     Mesh=LodMesh'DeusExItems.NanoKey'
     CollisionRadius=2.050000
     CollisionHeight=3.110000
     Mass=1.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:12.855 - Created with UnCodeX