![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | AddLine (string line) |
| void | AddKeyValueLine (string key, string value=string.Empty) |
| void | AddTitle (int titleLevel, string text) |
| void | BeginTable (string classes="wikitable", string style=string.Empty) |
| void | AddTableHeadersLine (notnull array< string > titles) |
| void | AddTableHeadersLine (string title1, string title2=string.Empty, string title3=string.Empty, string title4=string.Empty, string title5=string.Empty) |
| void | AddTableHeader (string title, string classes=string.Empty, string style=string.Empty) |
| void | AddTableDataCellsLine (notnull array< string > data) |
| void | AddTableDataCellsLine (string data1, string data2=string.Empty, string data3=string.Empty, string data4=string.Empty, string data5=string.Empty) |
| void | AddTableDataCell (string datum, string classes=string.Empty, string style=string.Empty) |
| void | AddHeaderAndDataCellsLine (string title, notnull array< string > data) |
| void | EndTable () |
| void | AddCategory (string catLv1=string.Empty, string catLv2=string.Empty, string catLv3=string.Empty, string catLv4=string.Empty, string catLv5=string.Empty) |
| string | GetContent () |
| string | GetEscapedContent () |
| void | Clear () |
| Empty the String Builder's content. | |
| void | SCR_BIKIStringBuilder (string content=string.Empty) |
Static Protected Member Functions | |
| static string | Escape (string input) |
| static string | FormatMass (float massInKg) |
| static string | FormatSpeedMPS (float metrePerSecond) |
| static string | FormatSpeedKMH (float metrePerSecond) |
| static string | GetResourceManagerLink (ResourceName resourceName) |
| static string | GetScriptEditorLink (string scriptFilePath) |
| static string | GetWorldEditorLink (ResourceName resourceName) |
Protected Attributes | |
| string | m_sContent |
Definition at line 1 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
Definition at line 392 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
Add {{GameCategory|armaR}} wiki category directly after the current content (empty lines not managed)
| [in] | catLv1 | |
| [in] | catLv2 | |
| [in] | catLv3 | |
| [in] | catLv4 | |
| [in] | catLv5 |
Definition at line 233 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
Add a title header followed by provided data (horizontal, line)
| [in] | title | |
| [in] | data |
Definition at line 206 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
Add a text line in format "|key= value" (or "|key=" if value is empty)
| [in] | key | if empty, adds nothing |
| [in] | value |
Definition at line 17 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
Add text line that gets ended by a line return
| [in] | line |
Definition at line 8 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
This method allows an empty data cell
| [in] | datum | |
| [in] | classes | cell's CSS classes |
| [in] | style | cell's CSS |
Definition at line 179 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
Add a table line of cells This method allows empty data cells
| [in] | data |
Definition at line 142 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
Add a table line of cells This method forbids empty data cells and stops on the first encountered one
| [in] | data1 | |
| [in] | data2 | |
| [in] | data3 | |
| [in] | data4 | |
| [in] | data5 |
Definition at line 161 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
This method allows an empty header
| [in] | title | |
| [in] | classes | |
| [in] | style |
Definition at line 118 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
This method allows empty headers
| [in] | titles | list of titles to display on one line |
Definition at line 85 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
Add a table line of header cells This method forbids empty headers and stops on the first encountered one
Definition at line 101 of file SCR_BIKIStringBuilder.c.
Add a wiki title (e.g == title lv 2 ==)
| [in] | titleLevel | in range 1..6 |
| [in] | text | can be empty (e.g == ==) |
Definition at line 34 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
Begin a wiki table
| [in] | style |
Definition at line 70 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
Empty the String Builder's content.
Definition at line 265 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
Add the end of a previously opened table
Definition at line 220 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
Definition at line 251 of file SCR_BIKIStringBuilder.c.
|
inlineprotected |
Definition at line 258 of file SCR_BIKIStringBuilder.c.
|
inlinestaticprotected |
| [in] | scriptFilePath | RELATIVE file path, only accepts .c files - returns empty string on any other type |
Definition at line 368 of file SCR_BIKIStringBuilder.c.
|
inlinestaticprotected |
| [in] | resourceName | only accepts .ent (world) and .et (Prefab) - returns empty string if anything else |
Definition at line 379 of file SCR_BIKIStringBuilder.c.
|
protected |
Definition at line 3 of file SCR_BIKIStringBuilder.c.