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

KFMod.ShopVolume

Extends
Volume

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Brush
      |   
      +-- Engine.Volume
         |   
         +-- KFMod.ShopVolume

Direct Known Subclasses:

KFShopVolume_Story

Variables Summary
boolbAlwaysClosed
boolbCurrentlyOpen
boolbHasTeles
boolbInitTriggerActs
NavigationPointBotPoint
boolbTelsInit
WeaponLockerMyTrader
array<Teleporter>TelList
array<Actor>TriggeringActors
Advanced
boolbObjectiveModeOnly
ShopVolume
boolbAlwaysEnabled
floatEnabledProbability
stringURL
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 BootPlayers ()))
function CloseShop ()))
function InitTeleports ()))
function InitTriggerActors ()))
function OpenShop ()))
function Touch (Actor Other ))
function UnTouch (Actor Other ))
function UsedBy (Pawn user ))
Inherited Functions from Engine.Volume
BeginState, DisplayDebug, Encompasses, PostBeginPlay, touch, untouch


Variables Detail

bAlwaysClosed Source code

var bool bAlwaysClosed;

bCurrentlyOpen Source code

var bool bCurrentlyOpen;

bHasTeles Source code

var bool bHasTeles;

bInitTriggerActs Source code

var bool bInitTriggerActs;

BotPoint Source code

var NavigationPoint BotPoint;

bTelsInit Source code

var bool bTelsInit;

MyTrader Source code

var WeaponLocker MyTrader;

TelList Source code

var array<Teleporter> TelList;

TriggeringActors Source code

var array<Actor> TriggeringActors;

Advanced

bObjectiveModeOnly Source code

var(Advanced) const bool bObjectiveModeOnly;

ShopVolume

bAlwaysEnabled Source code

var(ShopVolume) bool bAlwaysEnabled;

EnabledProbability Source code

var(ShopVolume) float EnabledProbability;

URL Source code

var(ShopVolume) string URL;


Functions Detail

BootPlayers Source code

function bool BootPlayers ( ) )

CloseShop Source code

function CloseShop ( ) )

InitTeleports Source code

function InitTeleports ( ) )

InitTriggerActors Source code

function InitTriggerActors ( ) )

OpenShop Source code

function OpenShop ( ) )

Touch Source code

function Touch ( Actor Other ) )

UnTouch Source code

function UnTouch ( Actor Other ) )

UsedBy Source code

function UsedBy ( Pawn user ) )


Defaultproperties

defaultproperties
{
     EnabledProbability=1.000000
}

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