Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
RplCondition.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
13
enum
RplCondition
14
{
16
None,
18
OwnerOnly
,
20
NoOwner
,
22
Custom
,
23
}
24
RplCondition
RplCondition
Conditional replication rule. Fine grained selection of receivers.
Definition
RplCondition.c:14
NoOwner
@ NoOwner
Sent to everybody but owner.
Definition
RplCondition.c:20
OwnerOnly
@ OwnerOnly
Sent to owner only.
Definition
RplCondition.c:18
Custom
@ Custom
Sent to everybody who fulfills the custom condition.
Definition
RplCondition.c:22
scripts
Core
generated
Replication
RplCondition.c
Generated by
1.17.0