|
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the documentation of this file.
19 proto external
void Update();
30 proto external
int GetSignalIns(out notnull array<string> ins);
31 proto external
int GetSignalOuts(out notnull array<string> outs);
proto external float GetSignalOutValue(int index)
Returns the value of a signal output.
proto external bool SetSignalInValue(int index, float value)
Set the input value of a signal. Returns true if changed.
proto external int GetSignalOuts(out notnull array< string > outs)
SignalsComponentClass GameComponentClass Update()
Updates the internal state. Changes outputs based on inputs.
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
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.
proto external int GetSignalInIndex(string name)
Returns the index of a given signal input.
proto external int GetSignalIns(out notnull array< string > ins)