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.
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