Always snap to grid
UE2:U2GameInfo instance functions (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> GameInfo >> DialogGameInfo >> U2GameInfo (instance functions) |
Contents
- 1 Instance functions
- 1.1 AddDefaultInventory
- 1.2 AllocateGameAIControllers
- 1.3 AllocateSoundSlotTimerList
- 1.4 DecActiveRagDollDeaths
- 1.5 ForceAddBot
- 1.6 GameEvent
- 1.7 GetActiveRagDollDeaths
- 1.8 GetDamageByPlayerScalar
- 1.9 GetDamageToPlayerScalar
- 1.10 GetMaxRagDollDeaths
- 1.11 GetObjectives
- 1.12 GetRagdollDetailLevel
- 1.13 GetSoundSlotTimerList
- 1.14 GetTeam
- 1.15 IncActiveRagDollDeaths
- 1.16 NotifyCutSceneEnd
- 1.17 NotifyCutSceneStart
- 1.18 NotifyKilled
- 1.19 PlaySpawnEffect
- 1.20 PlayTeleportEffect
- 1.21 ReduceDamage
- 1.22 ReduceFriendlyDamage
- 1.23 RestartPlayer
- 1.24 ScaleDamageByPlayer
- 1.25 ScaleDamageToPlayer
- 1.26 ScoreReplicatorShutdown
- 1.27 SetDifficulty
- 1.28 SetPlayerDefaults
- 1.29 ShouldRespawn
- 1.30 SpawnWait
- 1.31 TooManyBots
- 1.32 UpdateObjective
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Instance functions
AddDefaultInventory
function AddDefaultInventory (Pawn PlayerPawn)
Overrides: GameInfo.AddDefaultInventory
AllocateGameAIControllers
function AllocateGameAIControllers ()
AllocateSoundSlotTimerList
function AllocateSoundSlotTimerList ()
DecActiveRagDollDeaths
function DecActiveRagDollDeaths ()
Overrides: GameInfo.DecActiveRagDollDeaths
ForceAddBot
function bool ForceAddBot ()
GameEvent
function GameEvent (name EventName, Actor Instigator, optional Actor OtherActor, optional name OtherInfo)
GetActiveRagDollDeaths
function int GetActiveRagDollDeaths ()
Overrides: GameInfo.GetActiveRagDollDeaths
GetDamageByPlayerScalar
function float GetDamageByPlayerScalar ()
Overrides: GameInfo.GetDamageByPlayerScalar
GetDamageToPlayerScalar
function float GetDamageToPlayerScalar ()
Overrides: GameInfo.GetDamageToPlayerScalar
GetMaxRagDollDeaths
function int GetMaxRagDollDeaths ()
Overrides: GameInfo.GetMaxRagDollDeaths
GetObjectives
GetRagdollDetailLevel
function int GetRagdollDetailLevel ()
Overrides: GameInfo.GetRagdollDetailLevel
GetSoundSlotTimerList
function SoundSlotTimerListImpl GetSoundSlotTimerList (name Tag)
GetTeam
IncActiveRagDollDeaths
function IncActiveRagDollDeaths ()
Overrides: GameInfo.IncActiveRagDollDeaths
NotifyCutSceneEnd
function NotifyCutSceneEnd ()
Overrides: GameInfo.NotifyCutSceneEnd
NotifyCutSceneStart
function NotifyCutSceneStart ()
Overrides: GameInfo.NotifyCutSceneStart
NotifyKilled
function NotifyKilled (Controller Killer, Controller Killed, Pawn KilledPawn, class<DamageType> DamageType)
Overrides: DialogGameInfo.NotifyKilled
PlaySpawnEffect
Overrides: GameInfo.PlaySpawnEffect
PlayTeleportEffect
Overrides: GameInfo.PlayTeleportEffect
ReduceDamage
function int ReduceDamage (int Damage, Pawn Injured, Pawn Instigator, Object.Vector HitLocation, Object.Vector Momentum, class<DamageType> DamageType)
Overrides: GameInfo.ReduceDamage
ReduceFriendlyDamage
function int ReduceFriendlyDamage (int Damage, Pawn Injured, Pawn Instigator, Object.Vector HitLocation, Object.Vector Momentum, class<DamageType> DamageType)
RestartPlayer
function RestartPlayer (Controller aPlayer)
Overrides: GameInfo.RestartPlayer
ScaleDamageByPlayer
function int ScaleDamageByPlayer (int Damage, Pawn Injured, Pawn Instigator, Object.Vector HitLocation, Object.Vector Momentum, class<DamageType> DamageType)
ScaleDamageToPlayer
function int ScaleDamageToPlayer (int Damage, Pawn Injured, Pawn Instigator, Object.Vector HitLocation, Object.Vector Momentum, class<DamageType> DamageType)
ScoreReplicatorShutdown
function ScoreReplicatorShutdown (Pawn Other)
SetDifficulty
function SetDifficulty (byte _Difficulty)
Overrides: GameInfo.SetDifficulty
SetPlayerDefaults
function SetPlayerDefaults (Pawn PlayerPawn)
Overrides: GameInfo.SetPlayerDefaults
ShouldRespawn
Overrides: GameInfo.ShouldRespawn
SpawnWait
function float SpawnWait (U2NPCController aNPC)
TooManyBots
function bool TooManyBots ()