Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SimpleSignalComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13class SimpleSignalComponent: GenericComponent
14{
16 proto external int FindSignalIndex(IEntity owner, string signalName);
20 proto external float GetSignalValue(int signalIndex);
23 proto external void SetSignalValue(int signalIndex, float signalValue);
26 proto external bool IsLocalSignal(int signalIndex);
27}
28
Simple signal component. Use signals to share data between components without direct dependency on ea...