23 if ((
m_bShowingWarning == showWarning && !centerChanged) || !Replication.IsServer())
29 Rpc(
ShowWarningOwner, showWarning, warningType, zoneCenter, warningRadiusSq, zoneRadiusSq);
35 [
RplRpc(RplChannel.Reliable, RplRcver.Owner)]
39 m_WarningHUD.ShowZoneWarning(
false, -1, vector.Zero, -1, -1);
43 [
RplRpc(RplChannel.Reliable, RplRcver.Owner)]
47 m_WarningHUD.ShowZoneWarning(showWarning, warningType, zoneCenter, warningRadiusSq, zoneRadiusSq);
56 array<BaseInfoDisplay> infoDisplays =
new array<BaseInfoDisplay>;
57 int count = hudManager.GetInfoDisplays(infoDisplays);
59 for(
int i = 0; i < count; i++)
74 SetEventMask(owner, EntityEvent.INIT);