Elin Decompiled Documentation EA 23.102 Nightly
|
Public Attributes | |
int | heightMod |
int | baseHeight |
int | step |
bool | smoothDownhill |
bool | mod1 |
bool | mod2 |
bool | mod3 |
Definition at line 3 of file MapHeight.cs.
int MapHeight.baseHeight |
Definition at line 7 of file MapHeight.cs.
Referenced by MapGen.OnGenerateTerrain().
int MapHeight.heightMod |
Definition at line 5 of file MapHeight.cs.
Referenced by MapGen.OnGenerateTerrain().
bool MapHeight.mod1 |
Definition at line 13 of file MapHeight.cs.
Referenced by MapGen.ModifyHeight().
bool MapHeight.mod2 |
Definition at line 15 of file MapHeight.cs.
Referenced by MapGen.ModifyHeight().
bool MapHeight.mod3 |
Definition at line 17 of file MapHeight.cs.
Referenced by MapGen.ModifyHeight().
bool MapHeight.smoothDownhill |
Definition at line 11 of file MapHeight.cs.
Referenced by MapGen.ModifyHeight().
int MapHeight.step |
Definition at line 9 of file MapHeight.cs.
Referenced by MapGen.OnGenerateTerrain().