Elin Modding Docs Doc
Loading...
Searching...
No Matches
EloMapActor Class Reference
Inheritance diagram for EloMapActor:
EMono

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< EloMapLightlights = new List<EloMapLight>()
 

Properties

bool IsActive [get]
 
- Properties inherited from EMono
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 Public Member Functions inherited from EMono
static int rnd (int a)
 
- Static Public Attributes inherited from EMono
static Core core
 

Detailed Description

Definition at line 7 of file EloMapActor.cs.

Member Function Documentation

◆ GetEloMap()

EloMap EloMapActor.GetEloMap ( )

Definition at line 84 of file EloMapActor.cs.

◆ Initialize()

void EloMapActor.Initialize ( EloMap _elomap)

Definition at line 26 of file EloMapActor.cs.

◆ OnActivate()

void EloMapActor.OnActivate ( )

Definition at line 47 of file EloMapActor.cs.

◆ OnChangeHour()

void EloMapActor.OnChangeHour ( )

Definition at line 72 of file EloMapActor.cs.

◆ OnDeactivate()

void EloMapActor.OnDeactivate ( )

Definition at line 59 of file EloMapActor.cs.

◆ OnKillGame()

void EloMapActor.OnKillGame ( )

Definition at line 91 of file EloMapActor.cs.

Member Data Documentation

◆ elomap

EloMap EloMapActor.elomap

Definition at line 108 of file EloMapActor.cs.

◆ lights

List<EloMapLight> EloMapActor.lights = new List<EloMapLight>()

Definition at line 126 of file EloMapActor.cs.

◆ moldLight

Transform EloMapActor.moldLight

Definition at line 117 of file EloMapActor.cs.

◆ selector

EloMapTileSelector EloMapActor.selector

Definition at line 123 of file EloMapActor.cs.

◆ tileset

Tileset EloMapActor.tileset

Definition at line 120 of file EloMapActor.cs.

◆ transLight

Transform EloMapActor.transLight

Definition at line 114 of file EloMapActor.cs.

◆ transMap

Transform EloMapActor.transMap

Definition at line 111 of file EloMapActor.cs.

Property Documentation

◆ IsActive

bool EloMapActor.IsActive
get

Definition at line 11 of file EloMapActor.cs.


The documentation for this class was generated from the following file: