Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_JoinRequestEntry.c
Go to the documentation of this file.
1
class
SCR_JoinRequestEntry
:
SCR_SubMenuBase
2
{
3
protected
int
playerID;
4
5
//------------------------------------------------------------------------------------------------
6
void
SetPlayerID(
int
value)
7
{
8
playerID = value;
9
}
10
11
//------------------------------------------------------------------------------------------------
12
int
GetPlayerID()
13
{
14
return
playerID;
15
}
16
}
SCR_SubMenuBase
Definition:
SCR_SubMenuBase.c:6
SCR_JoinRequestEntry
Definition:
SCR_JoinRequestEntry.c:1
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Groups
SCR_JoinRequestEntry.c
Generated by
1.8.17