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

KFStoryGame.KFShopVolume_Story

Extends
ShopVolume

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

Variables Summary
KFShopVolume_Story
boolbShowPerkHeader
array<class<Pickup>>SaleItems
stringShopName
stringWelcomeText
Inherited Variables from KFMod.ShopVolume
bAlwaysClosed, bAlwaysEnabled, bCurrentlyOpen, bHasTeles, bInitTriggerActs, bObjectiveModeOnly, BotPoint, bTelsInit, EnabledProbability, MyTrader, TelList, TriggeringActors, URL
Inherited Variables from Engine.Volume
AssociatedActor, AssociatedActorTag, DecoList, LocationName, LocationPriority

Functions Summary
function Touch (Actor Other ))
function Trigger (actor Other, pawn EventInstigator ))
function UnTouch (Actor Other ))
function UsedBy (Pawn user ))
Inherited Functions from KFMod.ShopVolume
BootPlayers, CloseShop, InitTeleports, InitTriggerActors, OpenShop, Touch, UnTouch, UsedBy
Inherited Functions from Engine.Volume
BeginState, DisplayDebug, Encompasses, PostBeginPlay, touch, untouch


Variables Detail

KFShopVolume_Story

bShowPerkHeader Source code

var(KFShopVolume_Story) bool bShowPerkHeader;

SaleItems Source code

var(KFShopVolume_Story) array<class<Pickup>> SaleItems;

ShopName Source code

var(KFShopVolume_Story) string ShopName;

WelcomeText Source code

var(KFShopVolume_Story) string WelcomeText;


Functions Detail

Touch Source code

function Touch ( Actor Other ) )

Trigger Source code

function Trigger ( actor Other, pawn EventInstigator ) )

UnTouch Source code

function UnTouch ( Actor Other ) )

UsedBy Source code

function UsedBy ( Pawn user ) )


Defaultproperties

defaultproperties
{
     bShowPerkHeader=True
     bStatic=False
}

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