PublicEvent
Prefix: pe
Table of Content
- PublicEventStatType
- CanVote()
- CastVote()
- GetActiveEvents()
- GetActiveVote()
- is()
- __eq() (Deprecated)
- __gc() (Deprecated)
- GetElapsedTime()
- GetEventType()
- GetId()
- GetJoinedTeam()
- GetLiveEvent()
- GetLiveStats()
- GetLocations()
- GetMapRegions()
- GetMyStats()
- GetName()
- GetObjective()
- GetObjectives()
- GetParentEvent()
- GetRewardThreshold()
- GetRewardType()
- GetStat()
- GetTeamCount()
- GetTotalTime()
- GetTrackedSpawns()
- GetTrackedUnits()
- HasLiveStats()
- IsActive()
- PrepareInfractionReport()
- RequestScoreboard(bRegister)
- ShouldShowMedalsUI()
- ShouldShowOnMiniMapEdge()
- ShowHintArrow()
Enum
PublicEventStatType
- Damage
- Hits
- Haters
- Kills
- Deaths
- Healed
- Contributions
- DamageReceived
- HealingReceived
- Assists
- Saves
- Overhealed
- OverhealingReceived
- MedalPoints
- MaxMultiKill
- LongestImpulse
- LongestLife
- KillStreak
- CustomStat00
- CustomStat01
- CustomStat02
- CustomStat03
- CustomStat04
- CustomStat05
Function
CanVote()
Function
CastVote()
Function
GetActiveEvents()
Function
GetActiveVote()
Function
is()
Method
__eq() (Deprecated)
Method
__gc() (Deprecated)
Method
GetElapsedTime()
Method
GetEventType()
Method
GetId()
Method
GetJoinedTeam()
Method
GetLiveEvent()
Method
GetLiveStats()
Method
GetLocations()
Method
GetMapRegions()
Method
GetMyStats()
Method
GetName()
Method
GetObjective()
Method
GetObjectives()
Method
GetParentEvent()
Method
GetRewardThreshold()
Method
GetRewardType()
Method
GetStat()
Method
GetTeamCount()
Method
GetTotalTime()
Method
GetTrackedSpawns()
Method
GetTrackedUnits()
Method
HasLiveStats()
Method
IsActive()
Method
PrepareInfractionReport()
Method
RequestScoreboard(bRegister)
Description
Toggles whether the PublicEventLiveStatsUpdate event will fire for this public event.
Params
- bRegister (Boolean) - Registers or unregisters the public event for the PublicEventLiveStatsUpdate event.
Remarks
This is primarily done to throttle how often we should call the GetLiveStats event.
Method
ShouldShowMedalsUI()
Method
ShouldShowOnMiniMapEdge()
Method