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

DeusEx.SkilledTool

Extends
DeusExPickup
Modifiers
abstract

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

Direct Known Subclasses:

Lockpick, Multitool, NanoKeyRing

Variables Summary
boolbBeingUsed
SkilledTool
sounduseSound
Inherited Variables from DeusEx.DeusExPickup
bBreakable, CountLabel, fragType, maxCopies, msgTooMany
Inherited Variables from Engine.Pickup
bAutoActivate, bCanActivate, bCanHaveMultipleCopies, ExpireMessage, Inv, NumCopies

Functions Summary
function BringUp ()))
function PickupFunction (Pawn Other))
function PlayIdleAnim ()))
function PlayUseAnim ()))
function PreBeginPlay ()))
function PutDown ()))
function PutDown ()))
DownItem
function PutDown ()))
StopIt
function PutDown ()))
UseIt
function StopUseAnim ()))
function Timer ()))
Idle
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

States Summary
DownItem Source code
state DownItem
PutDown
Idle Source code
state Idle
Timer
StopIt Source code
state StopIt
PutDown
UseIt Source code
state UseIt
PutDown


Variables Detail

bBeingUsed Source code

var bool bBeingUsed;

SkilledTool

useSound Source code

var(SkilledTool) sound useSound;


Functions Detail

BringUp Source code

function BringUp ( ) )

PickupFunction Source code

function PickupFunction ( Pawn Other) )

PlayIdleAnim Source code

function PlayIdleAnim ( ) )

PlayUseAnim Source code

function PlayUseAnim ( ) )

PreBeginPlay Source code

simulated function PreBeginPlay ( ) )

PutDown Source code

function PutDown ( ) )

PutDown DownItem Source code

function PutDown ( ) )

PutDown StopIt Source code

function PutDown ( ) )

PutDown UseIt Source code

function PutDown ( ) )

StopUseAnim Source code

function StopUseAnim ( ) )

Timer Idle Source code

function Timer ( ) )


Defaultproperties

defaultproperties
{
     CountLabel="Uses:"
}

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