Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
Zone_Harvest.cs
Go to the documentation of this file.
1
public
class
Zone_Harvest
:
Zone_Civilized
2
{
3
public
override
string
IdProfile
=>
"Random/I_Harvest"
;
4
5
public
override
bool
UseFog
=>
true
;
6
7
public
override
void
OnGenerateMap
()
8
{
9
name
=
""
;
10
}
11
12
public
override
void
OnCreateBP
()
13
{
14
bp.ignoreRoad =
true
;
15
}
16
}
Spatial.name
string name
Definition:
Spatial.cs:19
Zone_Civilized
Definition:
Zone_Civilized.cs:2
Zone_Harvest
Definition:
Zone_Harvest.cs:2
Zone_Harvest.UseFog
override bool UseFog
Definition:
Zone_Harvest.cs:5
Zone_Harvest.OnCreateBP
override void OnCreateBP()
Definition:
Zone_Harvest.cs:12
Zone_Harvest.IdProfile
override string IdProfile
Definition:
Zone_Harvest.cs:3
Zone_Harvest.OnGenerateMap
override void OnGenerateMap()
Definition:
Zone_Harvest.cs:7
Elin
Zone_Harvest.cs
Generated by
1.9.6