Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ReplicatedParticleEffectEntity.c
Go to the documentation of this file.
1[EntityEditorProps(category: "GameScripted/Particles", description: "")]
5
6class SCR_ReplicatedParticleEffectEntity : ReplicatedParticleEffectEntity
7{
9
10 //------------------------------------------------------------------------------------------------
11 protected override void OnStateChanged(EParticleEffectState oldState, EParticleEffectState newState)
12 {
14 return;
15
16 m_OnStateChanged.Invoke(oldState, newState);
17 }
18
19 //------------------------------------------------------------------------------------------------
28}
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.
override void OnStateChanged(int destructibleState, ScriptBitReader frameData, bool JIP)
SCR_ReplicatedParticleEffectEntityClass m_OnStateChanged
ScriptInvokerInt2 GetOnStateChanged()
ScriptInvokerBase< ScriptInvokerInt2Method > ScriptInvokerInt2
EParticleEffectState