Show / Hide Table of Contents

Class JobA

Inheritance
Object
JobA
Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
public static class JobA

Methods

| Improve this Doc View Source

Col(Int32, Int32)

Declaration
public static int Col(int index, int dim)
Parameters
Type Name Description
Int32 index
Int32 dim
Returns
Type Description
Int32
| Improve this Doc View Source

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
| Improve this Doc View Source

Row(Int32, Int32)

Declaration
public static int Row(int index, int dim)
Parameters
Type Name Description
Int32 index
Int32 dim
Returns
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX