My program doesn't have bugs. It just develops random features.

UE2:ScoreKeeper instance functions (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2 Object >> Actor >> ScoreKeeper (instance functions)

Instance functions

BroadcastMVPEntry

function BroadcastMVPEntry (int MVPIndex, string MVPName, float MVPScore)


CheckTeam

function bool CheckTeam (bool bSameTeam, Actor A, Actor B)


ClearMultipliers

function ClearMultipliers ()


CloseToActor

function bool CloseToActor (Actor AnchorActor, float MaxDistance, name ActorClassName)


CloseToActorTeam

function bool CloseToActorTeam (Actor AnchorActor, float MaxDistance, name ActorClassName, bool bSameTeam)


CloseToTeammateArtifactCarrier

function bool CloseToTeammateArtifactCarrier (Actor AnchorActor, float MaxDistance)


CloseToTeammateHacker

function bool CloseToTeammateHacker (Actor AnchorActor, float MaxDistance)


ComputeScore

function ComputeScore (Controller Player)


GetAllMVPs

function GetAllMVPs (Controller Player)


GetPlayerNameFromID

function string GetPlayerNameFromID (int PlayerID)


GetProfileIndex

function int GetProfileIndex (Controller C)


GetTurretTeam

function int GetTurretTeam (StationaryTurret Turret, float Threshold)


GetVehicleTeam

function int GetVehicleTeam (Vehicle V, float Threshold)


HasArtifact

function bool HasArtifact (Pawn P)


HasArtifactC

function bool HasArtifactC (Controller C)


IsHacking

function bool IsHacking (Pawn P)


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<DamageTypedamageType)


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

function NotifyTeammateHealTime (Controller User, Controller Healed, float UseTime)


NotifyTeammateRepairTime

function NotifyTeammateRepairTime (Controller User, Controller Repaired, float UseTime)


NotifyTeammateResupplyTime

function NotifyTeammateResupplyTime (Controller User, Controller Resupplied, float UseTime)


NotifyTurretKilled

function NotifyTurretKilled (Controller Killer, Pawn KilledPawn)


NotifyVehicleKilled

function NotifyVehicleKilled (Controller Killer, Pawn KilledPawn)


RegisterMultiplier

function RegisterMultiplier (Controller InPlayer, EBonusType InBonusType)


RegisterScore

function RegisterScore (Controller InPlayer, EScoreType InScoreType, optional float CustomScore)


RegisterSpecialMultiplier

function RegisterSpecialMultiplier (float BonusMultiplier, string BonusMsg)


RegisterTurretScore

function RegisterTurretScore (Controller Killer, Pawn KilledPawn)


RegisterVehicleKillScore

function RegisterVehicleKillScore (Controller Killer, Pawn KilledPawn)


ScoreHack

function ScoreHack (EScoreType HackType, Controller PrimaryHacker, Controller SecondaryHacker)


SendMVPEntry

function SendMVPEntry (Controller Player, int MVPIndex, string MVPName, float MVPScore)