![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Static Private Member Functions | |
| static void | Event_OnRPC (PlayerIdentity sender, Object target, int rpc_type, ParamsReadContext ctx) |
| static void | OnSyncEvent (ESyncEvent event_type, SyncData data, Object target) |
| static void | RegisterEvents () |
| static void | SendEntityKilled (EntityAI victim, EntityAI killer, EntityAI source, bool is_headshot) |
| static void | SendPlayerIgnatedFireplace (Man player, EFireIgniteType ignite_type) |
| static void | SendPlayerList () |
| static void | SendSyncEvent (ERPCs rpc_event_id, ESyncEvent sync_event_type, SyncData data=null, bool guaranteed=true, PlayerIdentity player_target=null) |
| static void | SendSyncEventEx (ERPCs rpc_event_id, ESyncEvent sync_event_type, SyncData data=null, bool guaranteed=true, Man recipient=null) |
Definition at line 1 of file syncevents.c.
|
inlinestaticprivate |
Definition at line 11 of file syncevents.c.
References g_Game, OnSyncEvent(), and Serializer::Read().
Referenced by RegisterEvents().
|
inlinestaticprivate |
Definition at line 24 of file syncevents.c.
References SyncData::m_EntityKill, SyncData::m_ServerPlayerList, SyncData::m_SyncInt, ClientData::SyncEvent_OnEntityKilled, ClientData::SyncEvent_OnPlayerIgnitedFireplace, ClientData::SyncEvent_OnRecievedPlayerList(), and ClientData::SyncEvent_PreprocessPlayerList().
Referenced by Event_OnRPC().
|
inlinestaticprivate |
Definition at line 3 of file syncevents.c.
References Event_OnRPC(), g_Game, and Print().
Referenced by MissionBase::MissionGameplay().
|
inlinestaticprivate |
Definition at line 56 of file syncevents.c.
References SyncData::m_EntityKill, SyncEntityKillInfo::m_EntityKiller, SyncEntityKillInfo::m_EntitySource, SyncEntityKillInfo::m_EntityVictim, SyncEntityKillInfo::m_IsHeadShot, and SendSyncEventEx().
Referenced by ManBase::OnCommandHandlerTick().
|
inlinestaticprivate |
Definition at line 83 of file syncevents.c.
References SyncData::m_SyncInt, and SendSyncEvent().
Referenced by FireplaceBase::OnIgnitedThis().
|
inlinestaticprivate |
Definition at line 47 of file syncevents.c.
References SyncPlayerList::CreatePlayerList(), SyncData::m_ServerPlayerList, and SendSyncEvent().
Referenced by MissionBase::OnEvent(), and MissionBase::PlayerDisconnected().
|
inlinestaticprivate |
Definition at line 91 of file syncevents.c.
References g_Game.
Referenced by SendPlayerIgnatedFireplace(), SendPlayerList(), and SendSyncEventEx().
|
inlinestaticprivate |
Definition at line 104 of file syncevents.c.
References SendSyncEvent().
Referenced by SendEntityKilled().