Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
OnlineRecord_Parent Interface Reference
Inheritance diagram for OnlineRecord_Parent:
[legend]

Public Member Functions

void OnlineRecord_Parent ()
 
void Initialize (int count)
 
void PrintThis ()
 
override void OnSuccess (int errorCode)
 Event called when pending store operation is finished - callback from JsonApiHandle before handle release.
 

Public Attributes

string m_Message
 
float m_AnotherFloat
 

Protected Attributes

ref OnlineRecord_Item m_SingleItem
 
ref array< ref OnlineRecord_Itemm_aItems
 

Constructor & Destructor Documentation

◆ OnlineRecord_Parent()

void OnlineRecord_Parent.OnlineRecord_Parent ( )

Member Function Documentation

◆ Initialize()

void OnlineRecord_Parent.Initialize ( int  count)

◆ OnSuccess()

override void OnlineRecord_Parent.OnSuccess ( int  errorCode)

Event called when pending store operation is finished - callback from JsonApiHandle before handle release.

◆ PrintThis()

void OnlineRecord_Parent.PrintThis ( )

Member Data Documentation

◆ m_aItems

ref array<ref OnlineRecord_Item> OnlineRecord_Parent.m_aItems
protected

◆ m_AnotherFloat

float OnlineRecord_Parent.m_AnotherFloat

◆ m_Message

string OnlineRecord_Parent.m_Message

◆ m_SingleItem

ref OnlineRecord_Item OnlineRecord_Parent.m_SingleItem
protected

The documentation for this interface was generated from the following file: