Elin Modding Docs Doc
|
Public Member Functions | |
void | Initialize (EloMap _elomap) |
void | OnActivate () |
void | OnDeactivate () |
void | OnChangeHour () |
EloMap | GetEloMap () |
void | OnKillGame () |
Public Attributes | |
EloMap | elomap |
Transform | transMap |
Transform | transLight |
Transform | moldLight |
Tileset | tileset |
EloMapTileSelector | selector |
List< EloMapLight > | lights = new List<EloMapLight>() |
Properties | |
bool | IsActive [get] |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static CoreDebug | debug [get] |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
Definition at line 7 of file EloMapActor.cs.
EloMap EloMapActor.GetEloMap | ( | ) |
Definition at line 84 of file EloMapActor.cs.
void EloMapActor.Initialize | ( | EloMap | _elomap | ) |
Definition at line 26 of file EloMapActor.cs.
void EloMapActor.OnActivate | ( | ) |
Definition at line 47 of file EloMapActor.cs.
void EloMapActor.OnChangeHour | ( | ) |
Definition at line 72 of file EloMapActor.cs.
void EloMapActor.OnDeactivate | ( | ) |
Definition at line 59 of file EloMapActor.cs.
void EloMapActor.OnKillGame | ( | ) |
Definition at line 91 of file EloMapActor.cs.
EloMap EloMapActor.elomap |
Definition at line 108 of file EloMapActor.cs.
List<EloMapLight> EloMapActor.lights = new List<EloMapLight>() |
Definition at line 126 of file EloMapActor.cs.
Transform EloMapActor.moldLight |
Definition at line 117 of file EloMapActor.cs.
EloMapTileSelector EloMapActor.selector |
Definition at line 123 of file EloMapActor.cs.
Tileset EloMapActor.tileset |
Definition at line 120 of file EloMapActor.cs.
Transform EloMapActor.transLight |
Definition at line 114 of file EloMapActor.cs.
Transform EloMapActor.transMap |
Definition at line 111 of file EloMapActor.cs.
|
get |
Definition at line 11 of file EloMapActor.cs.