|
static Spatial | CreateRecursive (string id, Spatial parent=null) |
|
static Spatial | Create (string id, Spatial parent, bool register, int x=-99999, int y=-99999, int icon=0) |
|
static Zone | CreateInstance (string id, ZoneInstance instance) |
|
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 4 of file SpatialGen.cs.
◆ Create()
static Spatial SpatialGen.Create |
( |
string | id, |
|
|
Spatial | parent, |
|
|
bool | register, |
|
|
int | x = -99999, |
|
|
int | y = -99999, |
|
|
int | icon = 0 ) |
|
static |
◆ CreateInstance()
◆ CreateRecursive()
static Spatial SpatialGen.CreateRecursive |
( |
string | id, |
|
|
Spatial | parent = null ) |
|
static |
The documentation for this class was generated from the following file: