|
| static void | Export () |
| |
| static ICell | GetCell (int x, int y) |
| |
| static void | WriteCell (int x, int y, string value) |
| |
| static void | WriteCell (int x, int y, double value) |
| |
| static int | rnd (int a) |
| |
| static int | curve (int a, int start, int step, int rate=75) |
| |
| static int | rndHalf (int a) |
| |
| static float | rndf (float a) |
| |
| static int | rndSqrt (int a) |
| |
| static void | Wait (float a, Card c) |
| |
| static void | Wait (float a, Point p) |
| |
| static int | Bigger (int a, int b) |
| |
| static int | Smaller (int a, int b) |
| |
Definition at line 7 of file LangExporter.cs.
◆ Export()
| static void LangExporter.Export |
( |
| ) |
|
|
static |
◆ GetCell()
| static ICell LangExporter.GetCell |
( |
int | x, |
|
|
int | y ) |
|
static |
◆ WriteCell() [1/2]
| static void LangExporter.WriteCell |
( |
int | x, |
|
|
int | y, |
|
|
double | value ) |
|
static |
◆ WriteCell() [2/2]
| static void LangExporter.WriteCell |
( |
int | x, |
|
|
int | y, |
|
|
string | value ) |
|
static |
The documentation for this class was generated from the following file: