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

KFStoryGame.KF_StoryGRI

Extends
KFGameReplicationInfo

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.ReplicationInfo
         |   
         +-- Engine.GameReplicationInfo
            |   
            +-- Old2K4.InvasionGameReplicationInfo
               |   
               +-- KFMod.KFGameReplicationInfo
                  |   
                  +-- KFStoryGame.KF_StoryGRI

Constants Summary
Inherited Contants from KFMod.KFGameReplicationInfo
CLASSLIST_CLASSES

Variables Summary
KF_StoryObjectiveCurrentObjective
KF_StoryObjectiveDebugTargetObj
MaterialDefeatSplashMaterial
KF_HUDStyleManagerHUDStyleManager
MaterialVictorySplashMaterial
Inherited Variables from KFMod.KFGameReplicationInfo
bBotPlayerReady[6], bEnemyHealthBars, bHUDShowCash, bNoBots, bObjectiveAchievementFailed, bWaveInProgress, ClassListClassCount, ClassListClassNames, ClassListHeaders, CurrentShop, EndGameType, GameDiff, LastBotName[6], LobbyTimeout, MaxMonsters, MaxMonstersOn, numMonsters, NumPlayersClassSelected, PendingBots, TempBotName, TimeToNextWave
Inherited Variables from Old2K4.InvasionGameReplicationInfo
BaseDifficulty, FinalWave, WaveNumber

Functions Summary
functionKF_StoryObjective GetCurrentObjective ()))
functionKF_StoryObjective GetDebugTargetObjective ()))
functionMaterial GetDefeatSplashMaterial ()))
functionKF_HUDStyleManager GetHUDStyleManager ()))
functionMaterial GetVictorySplashMaterial ()))
function SetCurrentObjective (KF_StoryObjective NewObjective))
function SetDebugTargetObj (KF_StoryObjective NewDebugTarget))
function SetDefeatMaterial (Material NewMat))
function SetHUDStyleManager (KF_HUDStyleManager NewManager))
function SetVictoryMaterial (Material NewMat))
Inherited Functions from KFMod.KFGameReplicationInfo
AddKFPRI, PostNetBeginPlay, Timer


Variables Detail

CurrentObjective Source code

var private KF_StoryObjective CurrentObjective;

DebugTargetObj Source code

var private KF_StoryObjective DebugTargetObj;

DefeatSplashMaterial Source code

var private Material DefeatSplashMaterial;

HUDStyleManager Source code

var private KF_HUDStyleManager HUDStyleManager;

VictorySplashMaterial Source code

var private Material VictorySplashMaterial;


Functions Detail

GetCurrentObjective Source code

simulated function KF_StoryObjective GetCurrentObjective ( ) )

GetDebugTargetObjective Source code

simulated function KF_StoryObjective GetDebugTargetObjective ( ) )

GetDefeatSplashMaterial Source code

simulated function Material GetDefeatSplashMaterial ( ) )

GetHUDStyleManager Source code

simulated function KF_HUDStyleManager GetHUDStyleManager ( ) )

GetVictorySplashMaterial Source code

simulated function Material GetVictorySplashMaterial ( ) )

SetCurrentObjective Source code

function SetCurrentObjective ( KF_StoryObjective NewObjective) )

SetDebugTargetObj Source code

function SetDebugTargetObj ( KF_StoryObjective NewDebugTarget) )

SetDefeatMaterial Source code

function SetDefeatMaterial ( Material NewMat) )

SetHUDStyleManager Source code

function SetHUDStyleManager ( KF_HUDStyleManager NewManager) )

SetVictoryMaterial Source code

function SetVictoryMaterial ( Material NewMat) )


Defaultproperties

defaultproperties
{
}

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