Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SimpleSignalComponent.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
13
class
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
IEntity
Definition
IEntity.c:13
SimpleSignalComponent
Simple signal component. Use signals to share data between components without direct dependency on ea...
Definition
SimpleSignalComponent.c:14
scripts
GameLib
generated
Components
SimpleSignalComponent.c
Generated by
1.17.0