Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SignalsComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SignalsComponentClass
 

Functions

SignalsComponentClass GameComponentClass Update ()
 Updates the internal state. Changes outputs based on inputs. More...
 
proto external int GetSignalInIndex (string name)
 Returns the index of a given signal input. More...
 
proto external int GetSignalOutIndex (string name)
 Returns the index of a given signal output. More...
 
proto external bool SetSignalInValue (int index, float value)
 Set the input value of a signal. Returns true if changed. More...
 
proto external float GetSignalInValue (int index)
 Returns the value of a signal input. More...
 
proto external float GetSignalOutValue (int index)
 Returns the value of a signal output. More...
 
proto external int GetSignalIns (out notnull array< string > ins)
 
proto external int GetSignalOuts (out notnull array< string > outs)