FrightScript.Msg_RemoteControlNotification
- Extends
- WaitingMessage
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.LocalMessage
|
+-- GamePlay.CriticalEventPlus
|
+-- UnrealGame.TimerMessage
|
+-- KFMod.WaitingMessage
|
+-- FrightScript.Msg_RemoteControlNotification
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 ))
|
RemoteWasDroppedString Source code
var localized string RemoteWasDroppedString;
RemoteWasPickedUpString Source code
var localized string RemoteWasPickedUpString;
var localized string RemoteWasPlacedString;
static function float GetLifeTime ( int Switch) )
static function GetPos (
int Switch, out
EDrawPivot OutDrawPivot, out
EStackMode OutStackMode, out
float OutPosX, out
float OutPosY) )
defaultproperties
{
RemoteWasPickedUpString="picked up a piece of the remote control!"
RemoteWasDroppedString="dropped a piece of the remote control!"
RemoteWasPlacedString="placed a piece of the remote control"
Lifetime=4
DrawColor=(B=50,G=50)
}
|
Creation time: Fri 13-10-2023 03:18:49.615 - Created with
UnCodeX