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

KFStoryGame.Volume_TouchCounter

Extends
Volume

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Brush
      |   
      +-- Engine.Volume
         |   
         +-- KFStoryGame.Volume_TouchCounter

Variables Summary
array<Actor>TouchList
Events
nameTouchCompleteEvent
Volume_TouchCounter
intDesiredNumTouches
boolDestroyTouchers
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
event touch (Actor Other))
Inherited Functions from Engine.Volume
BeginState, DisplayDebug, Encompasses, PostBeginPlay, touch, untouch


Variables Detail

TouchList Source code

var array<Actor> TouchList;

Events

TouchCompleteEvent Source code

var(Events) name TouchCompleteEvent;

Volume_TouchCounter

DesiredNumTouches Source code

var(Volume_TouchCounter) int DesiredNumTouches;

DestroyTouchers Source code

var(Volume_TouchCounter) bool DestroyTouchers;


Functions Detail

touch Source code

simulated event touch ( Actor Other) )


Defaultproperties

defaultproperties
{
     bStatic=False
}

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