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

KFMod.KFSPLevelInfo

Extends
LevelGameRules

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- UnrealGame.LevelGameRules
         |   
         +-- KFMod.KFSPLevelInfo

Variables Summary
KFSPLevelInfo
boolbHUDShowCash
boolbUseVisionOverlay
Array<String>MissionObjectives
intPlayerStartArmor
intPlayerStartHealth
array<Class<Inventory>>RequiredPlayerEquipment
Inherited Variables from UnrealGame.LevelGameRules
MapMutator
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Functions Summary
function AddGameInv (Pawn Other ))
function ModifyPlayer (Pawn Other ))
function PostBeginPlay ()))
function SetGRI (GameReplicationInfo GRI))
Inherited Functions from UnrealGame.LevelGameRules
PreBeginPlay, UpdateGame
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

KFSPLevelInfo

bHUDShowCash Source code

var(KFSPLevelInfo) bool bHUDShowCash;

bUseVisionOverlay Source code

var(KFSPLevelInfo) bool bUseVisionOverlay;

MissionObjectives Source code

var(KFSPLevelInfo) Array<String> MissionObjectives;

PlayerStartArmor Source code

var(KFSPLevelInfo) int PlayerStartArmor;

PlayerStartHealth Source code

var(KFSPLevelInfo) int PlayerStartHealth;

RequiredPlayerEquipment Source code

var(KFSPLevelInfo) array<Class<Inventory>> RequiredPlayerEquipment;


Functions Detail

AddGameInv Source code

function AddGameInv ( Pawn Other ) )

ModifyPlayer Source code

function ModifyPlayer ( Pawn Other ) )

PostBeginPlay Source code

simulated function PostBeginPlay ( ) )

SetGRI Source code

simulated function SetGRI ( GameReplicationInfo GRI) )


Defaultproperties

defaultproperties
{
     bUseVisionOverlay=True
     bNoDelete=True
}

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