ATBLGameScoringInfo¶
#include <TBLGameScoringInfo.h>
Inherits from AInfo
Public Functions¶
Name | |
---|---|
ATBLGameScoringInfo() | |
void | OnHorseKilled(const FDeathDamageTakenEvent & DamageEvent) |
void | PawnDowned(APawn * DownedPlayer, AActor * DamageCauser, UDamageSource * DamageSource) |
void | PawnRevived(APawn * RevivedPlayer, APawn * RevivorPlayer) |
void | PlayerKilled(AController * Killer, AController * Killed, UDamageSource * DamageSource, FDeathEvent DeathEvent, const FDeathDamageTakenEvent & DamageEvent) |
Public Attributes¶
Name | |
---|---|
UDataTable * | GameScoringDataTable |
UCurveFloat * | LongshotCurve |
UDataTable * | TeamScoreFormatDataTable |
Updated on 2025-01-21 at 09:02:23 +0100