Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SignalsManagerComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
20 proto external int AddOrFindSignal(string signalName, float value = 0);
33 proto external int AddOrFindMPSignal(string signalName, float valueThreshold, float blendSpeed, float value = 0, SignalCompressionFunc compressionFunc = SignalCompressionFunc.None);
39 proto external int FindSignal(string signalName);
41 proto external void SetSignalValue(int index, float value);
46 proto external float GetSignalValue(int index);
47}
48
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
SignalCompressionFunc