![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_DestructionSynchronizationComponentClass |
Macros | |
| #define | ENABLE_BASE_DESTRUCTION |
Functions | |
| SCR_DestructionSynchronizationComponentClass ScriptComponentClass | RplRpc (RplChannel.Reliable, RplRcver.Server)] void RPC_RequestDestructibleState(RplId rplId |
| if (!destructionManager) return | |
| destructible | ReplicateDestructibleState () |
| void | RequestDestructibleState (RplId rplId, int index) |
| override void | OnPostInit (IEntity owner) |
| Called on PostInit when all components are added. More... | |
| void | SCR_DestructionSynchronizationComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
Variables | |
| SCR_DestructionSynchronizationComponentClass ScriptComponentClass int | index |
| SCR_DestructionDamageManagerComponent | destructible = destructionManager.FindDynamicallySpawnedDestructibleByIndex(rplId, index) |
| #define ENABLE_BASE_DESTRUCTION |
Definition at line 1 of file SCR_DestructionSynchronizationComponent.c.
| if | ( | ! | destructionManager | ) |
| destructible ReplicateDestructibleState | ( | ) |
| void RequestDestructibleState | ( | RplId | rplId, |
| int | index | ||
| ) |
| [in] | rplId | |
| [in] | index |
Definition at line 33 of file SCR_DestructionSynchronizationComponent.c.
| SCR_DestructionSynchronizationComponentClass ScriptComponentClass RplRpc | ( | RplChannel. | Reliable, |
| RplRcver. | Server | ||
| ) |
| [in] | rplId | |
| [in] | index |
| void SCR_DestructionSynchronizationComponent | ( | IEntityComponentSource | src, |
| IEntity | ent, | ||
| IEntity | parent | ||
| ) |
| [in] | src | |
| [in] | ent | |
| [in] | parent |
Definition at line 48 of file SCR_DestructionSynchronizationComponent.c.
| SCR_DestructionDamageManagerComponent destructible = destructionManager.FindDynamicallySpawnedDestructibleByIndex(rplId, index) |
Definition at line 22 of file SCR_DestructionSynchronizationComponent.c.
| SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index |
Definition at line 17 of file SCR_DestructionSynchronizationComponent.c.