Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SignalsComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
16class SignalsComponent: GameComponent
17{
19 proto external void Update();
21 proto external int GetSignalInIndex(string name);
23 proto external int GetSignalOutIndex(string name);
25 proto external bool SetSignalInValue(int index, float value);
27 proto external float GetSignalInValue(int index);
29 proto external float GetSignalOutValue(int index);
30 proto external int GetSignalIns(out notnull array<string> ins);
31 proto external int GetSignalOuts(out notnull array<string> outs);
32}
33
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
proto external int GetSignalOuts(out notnull array< string > outs)
proto external bool SetSignalInValue(int index, float value)
Set the input value of a signal. Returns true if changed.
proto external float GetSignalOutValue(int index)
Returns the value of a signal output.
proto external int GetSignalIns(out notnull array< string > ins)
proto external int GetSignalInIndex(string name)
Returns the index of a given signal input.
proto external int GetSignalOutIndex(string name)
Returns the index of a given signal output.
proto external float GetSignalInValue(int index)
Returns the value of a signal input.