Arma Reforger Script API
|
Public Member Functions | |
int | GetGridUpdateId () |
int | GetIndex () |
int | GetX () |
int | GetZ () |
int | Get (int axis) |
array< SCR_ResourceComponent > | GetResourceDynamicItems () |
array< SCR_ResourceComponent > | GetResourceStaticItems () |
void | SetGridUpdateId (int gridUpdateId) |
int | RegisterDynamicItem (notnull SCR_ResourceComponent item, int gridUpdateId) |
bool | UnregisterDynamicItem (notnull SCR_ResourceComponent item, int gridUpdateId) |
int | RegisterStaticItem (notnull SCR_ResourceComponent item, int gridUpdateId) |
bool | UnregisterStaticItem (notnull SCR_ResourceComponent item, int gridUpdateId) |
void | MoveStaticItem (notnull SCR_ResourceComponent item, int gridUpdateId) |
void | MoveDynamicItem (notnull SCR_ResourceComponent item, int gridUpdateId) |
void | PromoteResourceItemToDynamic (notnull SCR_ResourceComponent item) |
void | PromoteResourceItemToStatic (notnull SCR_ResourceComponent item) |
void | SCR_ResourceGridCell (int index) |
Protected Attributes | |
int | m_iIndex |
int | m_iGridUpdateId = int.MIN |
ref array< SCR_ResourceComponent > | m_aStaticItems = {} |
ref array< SCR_ResourceComponent > | m_aDynamicItems = {} |
void SCR_ResourceGridCell.SCR_ResourceGridCell | ( | int | index | ) |
int SCR_ResourceGridCell.Get | ( | int | axis | ) |
int SCR_ResourceGridCell.GetGridUpdateId | ( | ) |
int SCR_ResourceGridCell.GetIndex | ( | ) |
array< SCR_ResourceComponent > SCR_ResourceGridCell.GetResourceDynamicItems | ( | ) |
Sanitization.
array< SCR_ResourceComponent > SCR_ResourceGridCell.GetResourceStaticItems | ( | ) |
Sanitization.
int SCR_ResourceGridCell.GetX | ( | ) |
int SCR_ResourceGridCell.GetZ | ( | ) |
void SCR_ResourceGridCell.MoveDynamicItem | ( | notnull SCR_ResourceComponent | item, |
int | gridUpdateId | ||
) |
void SCR_ResourceGridCell.MoveStaticItem | ( | notnull SCR_ResourceComponent | item, |
int | gridUpdateId | ||
) |
void SCR_ResourceGridCell.PromoteResourceItemToDynamic | ( | notnull SCR_ResourceComponent | item | ) |
void SCR_ResourceGridCell.PromoteResourceItemToStatic | ( | notnull SCR_ResourceComponent | item | ) |
int SCR_ResourceGridCell.RegisterDynamicItem | ( | notnull SCR_ResourceComponent | item, |
int | gridUpdateId | ||
) |
int SCR_ResourceGridCell.RegisterStaticItem | ( | notnull SCR_ResourceComponent | item, |
int | gridUpdateId | ||
) |
void SCR_ResourceGridCell.SetGridUpdateId | ( | int | gridUpdateId | ) |
bool SCR_ResourceGridCell.UnregisterDynamicItem | ( | notnull SCR_ResourceComponent | item, |
int | gridUpdateId | ||
) |
bool SCR_ResourceGridCell.UnregisterStaticItem | ( | notnull SCR_ResourceComponent | item, |
int | gridUpdateId | ||
) |
|
protected |
|
protected |
|
protected |
|
protected |