Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SCR_Matrix Interface Reference

Public Member Functions

array< int > Reserve1stFreePlace (int sizeCols, int sizeRows)
 
array< int > ReservePlace (int sizeCols, int sizeRows, int col, int row)
 
void Debug ()
 
int GetElement (int col, int row)
 
void SetElement (int col, int row, int value)
 
void InsertRow (SCR_MatrixRow row)
 
void Reset ()
 
void SCR_Matrix (int cols, int rows)
 
void ~SCR_Matrix ()
 

Constructor & Destructor Documentation

◆ SCR_Matrix()

void SCR_Matrix.SCR_Matrix ( int  cols,
int  rows 
)

◆ ~SCR_Matrix()

void SCR_Matrix.~SCR_Matrix ( )

Member Function Documentation

◆ Debug()

void SCR_Matrix.Debug ( )

◆ GetElement()

int SCR_Matrix.GetElement ( int  col,
int  row 
)

◆ InsertRow()

void SCR_Matrix.InsertRow ( SCR_MatrixRow  row)

◆ Reserve1stFreePlace()

array< int > SCR_Matrix.Reserve1stFreePlace ( int  sizeCols,
int  sizeRows 
)

◆ ReservePlace()

array< int > SCR_Matrix.ReservePlace ( int  sizeCols,
int  sizeRows,
int  col,
int  row 
)

◆ Reset()

void SCR_Matrix.Reset ( )

◆ SetElement()

void SCR_Matrix.SetElement ( int  col,
int  row,
int  value 
)

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