Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_MatrixRow Interface Reference

Public Member Functions

bool CheckFreePlaceInRow (int sizeCols, int col)
 
bool ReservePlaceInRow (int sizeCols, int col)
 
bool ClearPlaceInRow (int sizeCols, int col)
 
void Debug ()
 
int GetElement (int index)
 
void InsertElement (int element)
 
void SetElement (int index, int element)
 
void SCR_MatrixRow (int size, int defaulElementValue=0)
 
void ~SCR_MatrixRow ()
 

Constructor & Destructor Documentation

◆ SCR_MatrixRow()

void SCR_MatrixRow.SCR_MatrixRow ( int size,
int defaulElementValue = 0 )

◆ ~SCR_MatrixRow()

void SCR_MatrixRow.~SCR_MatrixRow ( )

Member Function Documentation

◆ CheckFreePlaceInRow()

bool SCR_MatrixRow.CheckFreePlaceInRow ( int sizeCols,
int col )

◆ ClearPlaceInRow()

bool SCR_MatrixRow.ClearPlaceInRow ( int sizeCols,
int col )

◆ Debug()

void SCR_MatrixRow.Debug ( )

◆ GetElement()

int SCR_MatrixRow.GetElement ( int index)

◆ InsertElement()

void SCR_MatrixRow.InsertElement ( int element)

◆ ReservePlaceInRow()

bool SCR_MatrixRow.ReservePlaceInRow ( int sizeCols,
int col )

◆ SetElement()

void SCR_MatrixRow.SetElement ( int index,
int element )

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