Class JobA
Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
public static class JobA
Methods
| Improve this Doc View SourceCol(Int32, Int32)
Declaration
public static int Col(int index, int dim)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | |
| Int32 | dim |
Returns
| Type | Description |
|---|---|
| Int32 |
Idx(Int32, Int32, Int32)
Declaration
public static int Idx(int r, int c, int dim)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | r | |
| Int32 | c | |
| Int32 | dim |
Returns
| Type | Description |
|---|---|
| Int32 |
Row(Int32, Int32)
Declaration
public static int Row(int index, int dim)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | |
| Int32 | dim |
Returns
| Type | Description |
|---|---|
| Int32 |