|
Arma Reforger Script API
|
Attribute for setting a custom format if the given checkVar is equal to checkVarEqual. More...
Public Member Functions | |
| void | BaseContainerCustomDoubleCheckIntResourceNameTitleField (string checkVar, string propertyName, int checkVarEqual, string formatTrue="%1", string formatFalse="EXAMPLE FORMAT - %1", bool fileNameOnly=true) |
| override bool | _WB_GetCustomTitle (BaseContainer source, out string title) |
Protected Attributes | |
| string | m_sCheckVar |
| string | m_sPropertyName |
| string | m_sFormatTrue |
| string | m_sFormatFalse |
| float | m_iCheckVarEqual |
| bool | m_bFileNameOnly |
Attribute for setting a custom format if the given checkVar is equal to checkVarEqual.
If true sets propertyName ResourceName as title with format else just shows ResourceName as title
| void BaseContainerCustomDoubleCheckIntResourceNameTitleField.BaseContainerCustomDoubleCheckIntResourceNameTitleField | ( | string | checkVar, |
| string | propertyName, | ||
| int | checkVarEqual, | ||
| string | formatTrue = "%1", | ||
| string | formatFalse = "EXAMPLE FORMAT - %1", | ||
| bool | fileNameOnly = true ) |
| override bool BaseContainerCustomDoubleCheckIntResourceNameTitleField._WB_GetCustomTitle | ( | BaseContainer | source, |
| out string | title ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |