Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
EloMap.Cell Class Reference

Public Member Functions

 Cell ()
 
 Cell (int i)
 
int GetInt ()
 

Public Attributes

Zone zone
 
int obj
 

Detailed Description

Definition at line 9 of file EloMap.cs.

Constructor & Destructor Documentation

◆ Cell() [1/2]

EloMap.Cell.Cell ( )
inline

Definition at line 15 of file EloMap.cs.

16 {
17 }

◆ Cell() [2/2]

EloMap.Cell.Cell ( int  i)
inline

Definition at line 19 of file EloMap.cs.

20 {
21 obj = i / 10;
22 }
int obj
Definition: EloMap.cs:13

References EloMap.Cell.obj.

Member Function Documentation

◆ GetInt()

int EloMap.Cell.GetInt ( )
inline

Definition at line 24 of file EloMap.cs.

25 {
26 return obj * 10;
27 }

References EloMap.Cell.obj.

Referenced by EloMap.OnSerializing().

Member Data Documentation

◆ obj

int EloMap.Cell.obj

Definition at line 13 of file EloMap.cs.

Referenced by EloMap.Cell.Cell(), EloMap.Cell.GetInt(), EloMap.Init(), and EloMap.SetZone().

◆ zone

Zone EloMap.Cell.zone

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