- Extends
- WaitingMessage
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.LocalMessage
|
+-- GamePlay.CriticalEventPlus
|
+-- UnrealGame.TimerMessage
|
+-- KFMod.WaitingMessage
|
+-- SideshowScript.Msg_GoldBarNotification
Functions Summary |
 | int | GetFontSize (int Switch, PlayerReplicationInfo RelatedPRI1, PlayerReplicationInfo RelatedPRI2, PlayerReplicationInfo LocalPlayer))
|
 | float | GetLifeTime (int Switch))
|
 | | GetPos (int Switch, out EDrawPivot OutDrawPivot, out EStackMode OutStackMode, out float OutPosX, out float OutPosY))
|
 | string | GetString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
|
var localized string GoldWasDroppedString;
var localized string GoldWasPickedUpString;
GoldWasRecoveredString Source code
var localized string GoldWasRecoveredString;
static function float GetLifeTime ( int Switch) )
static function GetPos (
int Switch, out
EDrawPivot OutDrawPivot, out
EStackMode OutStackMode, out
float OutPosX, out
float OutPosY) )
defaultproperties
{
GoldWasPickedUpString="picked up a piece of gold"
GoldWasDroppedString="dropped a piece of gold"
GoldWasRecoveredString="secured a piece of gold"
Lifetime=4
DrawColor=(B=75,G=240)
}
|
Creation time: Fri 13-10-2023 03:18:49.599 - Created with
UnCodeX