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

Go to the source code of this file.

Data Structures

class  SCR_MapJournalUI
 

Functions

void SetEntry (SCR_JournalEntry entry, int id)
 
void ShowEntry (Widget target)
 
int GetId ()
 

Variables

SCR_MapJournalUI m_Entry
 
protected int m_iEntryId
 

Function Documentation

◆ GetId()

int GetId ( )
Returns

Definition at line 265 of file SCR_MapJournalUI.c.

◆ SetEntry()

void SetEntry ( SCR_JournalEntry  entry,
int  id 
)
Parameters
[in]entry
[in]id

Definition at line 249 of file SCR_MapJournalUI.c.

◆ ShowEntry()

void ShowEntry ( Widget  target)
Parameters
[in]target

Definition at line 258 of file SCR_MapJournalUI.c.

Variable Documentation

◆ m_Entry

◆ m_iEntryId

protected int m_iEntryId

Definition at line 244 of file SCR_MapJournalUI.c.