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

SideshowScript.KF_DropInventoryVolume

Extends
Volume

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Brush
      |   
      +-- Engine.Volume
         |   
         +-- SideshowScript.KF_DropInventoryVolume

Variables Summary
array<Pickup>RepositionedPickups
KF_DropInventoryVolume
class<Inventory>DropInventoryType
ActorDropTargetLoc
floatDropTargetOffset
Inherited Variables from Engine.Volume
AssociatedActor, AssociatedActorTag, DecoList, LocationName, LocationPriority
Inherited Variables from Engine.Brush
bColored, BrushColor, CsgOper, MainScale, PolyFlags, PostPivot, PostScale, TempScale, UnusedLightMesh

Enumerations Summary
Inherited Enumerations from Engine.Brush
ECsgOper

Functions Summary
functionbool AlreadyRepositioned (Pickup P))
event Touch (Actor Other ))
Inherited Functions from Engine.Volume
BeginState, DisplayDebug, Encompasses, PostBeginPlay, touch, untouch


Variables Detail

RepositionedPickups Source code

var array<Pickup> RepositionedPickups;

KF_DropInventoryVolume

DropInventoryType Source code

var(KF_DropInventoryVolume) class<Inventory> DropInventoryType;

DropTargetLoc Source code

var(KF_DropInventoryVolume) Actor DropTargetLoc;

DropTargetOffset Source code

var(KF_DropInventoryVolume) float DropTargetOffset;


Functions Detail

AlreadyRepositioned Source code

function bool AlreadyRepositioned ( Pickup P) )

Touch Source code

simulated event Touch ( Actor Other ) )


Defaultproperties

defaultproperties
{
     DropTargetOffset=64.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:47.940 - Created with UnCodeX