![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| bool | IsProxy () |
| Checks if this entity is locally owned. | |
| void | DestroyDelayed () |
| void | DestroyInFrame (SCR_DestructionBaseHandler handler) |
| override bool | RplLoad (ScriptBitReader reader) |
| Called when Item is initialized from replication stream. Carries the data from Master. | |
| override bool | RplSave (ScriptBitWriter writer) |
| Called when Item is getting replicated from Master to Slave connection. The data will be delivered to Slave using RplLoad method. | |
| SCR_AudioSourceConfiguration | GetAudioSourceConfiguration () |
| override void | EOnFrame (IEntity owner, float timeSlice) |
| override void | EOnInit (IEntity owner) |
| int | RegisterDynamicallySpawnedDestructible (notnull SCR_DestructionDamageManagerComponent destructible, RplId rplId) |
| SCR_DestructionDamageManagerComponent | FindDynamicallySpawnedDestructibleByIndex (RplId rplId, int index) |
| int | FindDynamicallySpawnedDestructibleIndex (RplId rplId, SCR_DestructionDamageManagerComponent destructible) |
| void | RegisterDeletedDynamicallySpawnedDestructible (notnull SCR_DestructionDamageManagerComponent destructible, RplId rplId) |
| void | RegisterChangedDynamicallySpawnedDestructible (notnull SCR_DestructionDamageManagerComponent destructible, RplId rplId) |
| void | SCR_MPDestructionManager (IEntitySource src, IEntity parent) |
| void | ~SCR_MPDestructionManager () |
Static Protected Member Functions | |
| static bool | IsInitialized () |
| static notnull SCR_MPDestructionManager | InitializeDestructionManager () |
| static SCR_MPDestructionManager | GetInstance () |
| Returns the instance of the destruction manager. | |
Protected Attributes | |
| ref array< EntityID > | m_ChangedDestructibles = new array<EntityID>() |
| ref array< EntityID > | m_DeletedDestructibles = new array<EntityID>() |
| ref map< RplId, ref array< SCR_DestructionDamageManagerComponent > > | m_mDynamicallySpawnedDestructibles = new map<RplId, ref array<SCR_DestructionDamageManagerComponent>>() |
| ref map< RplId, ref array< int > > | m_mChangedDynamicallySpawnedDestructibles = new map<RplId, ref array<int>>() |
| ref map< RplId, ref array< int > > | m_mDeletedDynamicallySpawnedDestructibles = new map<RplId, ref array<int>>() |
| ref array< SCR_DestructionBaseHandler > | m_aDestroyInFrame = {} |
| RplComponent | m_RplComponent |
Definition at line 103 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Definition at line 368 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Definition at line 380 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Definition at line 164 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Definition at line 177 of file SCR_MPDestructionManager.c.
Definition at line 285 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Definition at line 292 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Definition at line 311 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Definition at line 324 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Definition at line 279 of file SCR_MPDestructionManager.c.
|
inlinestaticprotected |
Returns the instance of the destruction manager.
Definition at line 151 of file SCR_MPDestructionManager.c.
|
inlinestaticprotected |
Definition at line 131 of file SCR_MPDestructionManager.c.
|
inlinestaticprotected |
Definition at line 125 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Checks if this entity is locally owned.
Definition at line 158 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Definition at line 351 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Definition at line 334 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Definition at line 298 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Called when Item is initialized from replication stream. Carries the data from Master.
Definition at line 185 of file SCR_MPDestructionManager.c.
|
inlineprotected |
Called when Item is getting replicated from Master to Slave connection. The data will be delivered to Slave using RplLoad method.
Definition at line 239 of file SCR_MPDestructionManager.c.
|
protected |
Definition at line 121 of file SCR_MPDestructionManager.c.
|
protected |
Definition at line 116 of file SCR_MPDestructionManager.c.
|
protected |
Definition at line 117 of file SCR_MPDestructionManager.c.
|
protected |
Definition at line 119 of file SCR_MPDestructionManager.c.
|
protected |
Definition at line 120 of file SCR_MPDestructionManager.c.
|
protected |
Definition at line 118 of file SCR_MPDestructionManager.c.
|
protected |
Definition at line 122 of file SCR_MPDestructionManager.c.