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

KFStoryGame.Msg_MaintenanceKeyCardNotification

Extends
WaitingMessage

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.LocalMessage
         |   
         +-- GamePlay.CriticalEventPlus
            |   
            +-- UnrealGame.TimerMessage
               |   
               +-- KFMod.WaitingMessage
                  |   
                  +-- KFStoryGame.Msg_MaintenanceKeyCardNotification

Variables Summary
stringKeyCardDroppedString
stringKeyCardPickedUpString
Inherited Variables from KFMod.WaitingMessage
DoorMessage, FinalWaveInboundMessage, PickupMessage, SurvivedMessage, WarningMessage[2], WaveInboundMessage, WeldedShutMessage, ZEDTimeActiveMessage
Inherited Variables from UnrealGame.TimerMessage
CountDownSounds[10], CountDownTrailer, CountDown[10]

Functions Summary
functionint GetFontSize (int Switch, PlayerReplicationInfo RelatedPRI1, PlayerReplicationInfo RelatedPRI2, PlayerReplicationInfo LocalPlayer))
functionfloat GetLifeTime (int Switch))
function GetPos (int Switch, out EDrawPivot OutDrawPivot, out EStackMode OutStackMode, out float OutPosX, out float OutPosY))
functionstring GetString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
Inherited Functions from KFMod.WaitingMessage
ClientReceive, GetFontSize, GetLifeTime, GetPos, GetString, RenderComplexMessage
Inherited Functions from UnrealGame.TimerMessage
ClientReceive, GetString


Variables Detail

KeyCardDroppedString Source code

var localized string KeyCardDroppedString;

KeyCardPickedUpString Source code

var localized string KeyCardPickedUpString;


Functions Detail

GetFontSize Source code

static function int GetFontSize ( int Switch, PlayerReplicationInfo RelatedPRI1, PlayerReplicationInfo RelatedPRI2, PlayerReplicationInfo LocalPlayer) )

GetLifeTime Source code

static function float GetLifeTime ( int Switch) )

GetPos Source code

static function GetPos ( int Switch, out EDrawPivot OutDrawPivot, out EStackMode OutStackMode, out float OutPosX, out float OutPosY) )

GetString Source code

static function string GetString ( optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ) )


Defaultproperties

defaultproperties
{
     KeyCardPickedUpString="picked up the Maintenance Keycard"
     KeyCardDroppedString="dropped the Maintenance KeyCard"
     Lifetime=4
     DrawColor=(B=25,G=25)
}

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