My program doesn't have bugs. It just develops random features.
UE2:ScoreKeeper instance functions (U2)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> ScoreKeeper (instance functions) |
Contents
- 1 Instance functions
- 1.1 BroadcastMVPEntry
- 1.2 CheckTeam
- 1.3 ClearMultipliers
- 1.4 CloseToActor
- 1.5 CloseToActorTeam
- 1.6 CloseToTeammateArtifactCarrier
- 1.7 CloseToTeammateHacker
- 1.8 ComputeScore
- 1.9 GetAllMVPs
- 1.10 GetPlayerNameFromID
- 1.11 GetProfileIndex
- 1.12 GetTurretTeam
- 1.13 GetVehicleTeam
- 1.14 HasArtifact
- 1.15 HasArtifactC
- 1.16 IsHacking
- 1.17 NotifyArtifactCapturedBy
- 1.18 NotifyArtifactPickedUp
- 1.19 NotifyArtifactRecoveredBy
- 1.20 NotifyArtifactStolen
- 1.21 NotifyDeployableDestroyed
- 1.22 NotifyHackedDeployPoint
- 1.23 NotifyHackedEnergySource
- 1.24 NotifyHackedOther
- 1.25 NotifyHealTeammateWithPack
- 1.26 NotifyKilled
- 1.27 NotifyPlayerNameChange
- 1.28 NotifyRepairTeammateWithPack
- 1.29 NotifyResupplyTeammateWithPack
- 1.30 NotifyRevived
- 1.31 NotifyTeammateHealTime
- 1.32 NotifyTeammateRepairTime
- 1.33 NotifyTeammateResupplyTime
- 1.34 NotifyTurretKilled
- 1.35 NotifyVehicleKilled
- 1.36 RegisterMultiplier
- 1.37 RegisterScore
- 1.38 RegisterSpecialMultiplier
- 1.39 RegisterTurretScore
- 1.40 RegisterVehicleKillScore
- 1.41 ScoreHack
- 1.42 SendMVPEntry
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
BroadcastMVPEntry
CheckTeam
ClearMultipliers
function ClearMultipliers ()
CloseToActor
CloseToActorTeam
function bool CloseToActorTeam (Actor AnchorActor, float MaxDistance, name ActorClassName, bool bSameTeam)
CloseToTeammateArtifactCarrier
CloseToTeammateHacker
ComputeScore
function ComputeScore (Controller Player)
GetAllMVPs
function GetAllMVPs (Controller Player)
GetPlayerNameFromID
GetProfileIndex
function int GetProfileIndex (Controller C)
GetTurretTeam
GetVehicleTeam
HasArtifact
HasArtifactC
function bool HasArtifactC (Controller C)
IsHacking
NotifyArtifactCapturedBy
function NotifyArtifactCapturedBy (Controller Scorer)
NotifyArtifactPickedUp
function NotifyArtifactPickedUp (Controller Carrier)
NotifyArtifactRecoveredBy
function NotifyArtifactRecoveredBy (Controller Recoverer)
NotifyArtifactStolen
function NotifyArtifactStolen (Controller Stealer)
NotifyDeployableDestroyed
function NotifyDeployableDestroyed (Controller Killer, Actor Killed)
NotifyHackedDeployPoint
function NotifyHackedDeployPoint (Controller PrimaryHacker, Controller SecondaryHacker)
NotifyHackedEnergySource
function NotifyHackedEnergySource (Controller PrimaryHacker, Controller SecondaryHacker)
NotifyHackedOther
function NotifyHackedOther (Controller PrimaryHacker, Controller SecondaryHacker)
NotifyHealTeammateWithPack
function NotifyHealTeammateWithPack (Controller PackOwner, Controller PackReceiver)
NotifyKilled
function NotifyKilled (Controller Killer, Controller Killed, Pawn KilledPawn, class<DamageType> damageType)
NotifyPlayerNameChange
function NotifyPlayerNameChange (Controller Player)
NotifyRepairTeammateWithPack
function NotifyRepairTeammateWithPack (Controller PackOwner, Controller PackReceiver)
NotifyResupplyTeammateWithPack
function NotifyResupplyTeammateWithPack (Controller PackOwner, Controller PackReceiver)
NotifyRevived
function NotifyRevived (Controller Reviver, Controller Wounded)
NotifyTeammateHealTime
NotifyTeammateRepairTime
NotifyTeammateResupplyTime
NotifyTurretKilled
function NotifyTurretKilled (Controller Killer, Pawn KilledPawn)
NotifyVehicleKilled
function NotifyVehicleKilled (Controller Killer, Pawn KilledPawn)
RegisterMultiplier
function RegisterMultiplier (Controller InPlayer, EBonusType InBonusType)
RegisterScore
RegisterSpecialMultiplier
RegisterTurretScore
function RegisterTurretScore (Controller Killer, Pawn KilledPawn)
RegisterVehicleKillScore
function RegisterVehicleKillScore (Controller Killer, Pawn KilledPawn)