![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | DeactivateModule (SCR_EffectModule pModule) |
| void | ActivateModule (SCR_EffectModule pModule) |
| void | ActivateAllModules (bool bPhysics) |
| Activate all modules which should be activated. Parameter decides if it should be activated on physics only or tick each frame. | |
| void | DeactivateAllModules (bool bPhysics) |
| Deactivate all modules which should be deactivated. Parameter decides if it should be activated on physics only or tick each frame. | |
| void | InitModules (bool bTickOnFrame=false) |
| void | UpdateModules (float timeSlice) |
| override void | EOnInit (IEntity owner) |
| override void | EOnPhysicsActive (IEntity owner, bool activeState) |
| override void | EOnDeactivate (IEntity owner) |
| override void | EOnActivate (IEntity owner) |
| override void | OnPostInit (IEntity owner) |
| override void | OnDelete (IEntity owner) |
Protected Attributes | |
| ref array< ref SCR_EffectModule > | m_aEffectModules |
| ref array< ref SCR_EffectModule > | m_aEffectModulesActive = {} |
| IEntity | m_pOwner |
| bool | m_bInitiated = false |
| const bool | ON_PHYSIC_ONLY = false |
| const bool | ON_FRAME = true |
Definition at line 11 of file SCR_BaseEffectManagerComponent.c.
|
inlineprotected |
Activate all modules which should be activated. Parameter decides if it should be activated on physics only or tick each frame.
Definition at line 43 of file SCR_BaseEffectManagerComponent.c.
|
inlineprotected |
Definition at line 32 of file SCR_BaseEffectManagerComponent.c.
|
inlineprotected |
Deactivate all modules which should be deactivated. Parameter decides if it should be activated on physics only or tick each frame.
Definition at line 56 of file SCR_BaseEffectManagerComponent.c.
|
inlineprotected |
Definition at line 26 of file SCR_BaseEffectManagerComponent.c.
|
inlineprotected |
Definition at line 147 of file SCR_BaseEffectManagerComponent.c.
|
inlineprotected |
Definition at line 140 of file SCR_BaseEffectManagerComponent.c.
|
inlineprotected |
Definition at line 118 of file SCR_BaseEffectManagerComponent.c.
|
inlineprotected |
Definition at line 123 of file SCR_BaseEffectManagerComponent.c.
|
inlineprotected |
Definition at line 68 of file SCR_BaseEffectManagerComponent.c.
|
inlineprotected |
Definition at line 168 of file SCR_BaseEffectManagerComponent.c.
|
inlineprotected |
Definition at line 155 of file SCR_BaseEffectManagerComponent.c.
|
inlineprotected |
Definition at line 107 of file SCR_BaseEffectManagerComponent.c.
|
protected |
Definition at line 14 of file SCR_BaseEffectManagerComponent.c.
|
protected |
Definition at line 15 of file SCR_BaseEffectManagerComponent.c.
|
protected |
Definition at line 17 of file SCR_BaseEffectManagerComponent.c.
|
protected |
Definition at line 16 of file SCR_BaseEffectManagerComponent.c.
Definition at line 19 of file SCR_BaseEffectManagerComponent.c.
|
protected |
Definition at line 18 of file SCR_BaseEffectManagerComponent.c.