Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
GamePrincipal.ItemSlider Class Reference
Inheritance diagram for GamePrincipal.ItemSlider:
GamePrincipal.Item

Public Member Functions

int GetInt ()
 
void SetInt (int value)
 
- Public Member Functions inherited from GamePrincipal.Item
bool Get ()
 
void Set (bool value)
 
bool IsModified ()
 
bool WasSealed ()
 
bool IsSealed ()
 

Public Attributes

int max
 
Func< int > _getInt
 
Action< int > _setInt
 
Func< int, string > funcText
 
- Public Attributes inherited from GamePrincipal.Item
string id
 
Type type
 
Func< bool > _get
 
Action< bool > _set
 
int grade
 

Additional Inherited Members

- Properties inherited from GamePrincipal.Item
bool IsEmbark [get]
 

Detailed Description

Definition at line 89 of file GamePrincipal.cs.

Member Function Documentation

◆ GetInt()

int GamePrincipal.ItemSlider.GetInt ( )
inline

Definition at line 99 of file GamePrincipal.cs.

100 {
101 return _getInt();
102 }

References GamePrincipal.ItemSlider._getInt.

Referenced by LayerWorldSetting.Refresh().

◆ SetInt()

void GamePrincipal.ItemSlider.SetInt ( int  value)
inline

Definition at line 104 of file GamePrincipal.cs.

105 {
106 _setInt(value);
107 }

References GamePrincipal.ItemSlider._setInt.

Referenced by LayerWorldSetting.Refresh().

Member Data Documentation

◆ _getInt

Func<int> GamePrincipal.ItemSlider._getInt

Definition at line 93 of file GamePrincipal.cs.

Referenced by GamePrincipal.ItemSlider.GetInt().

◆ _setInt

Action<int> GamePrincipal.ItemSlider._setInt

Definition at line 95 of file GamePrincipal.cs.

Referenced by GamePrincipal.ItemSlider.SetInt().

◆ funcText

Func<int, string> GamePrincipal.ItemSlider.funcText

Definition at line 97 of file GamePrincipal.cs.

Referenced by LayerWorldSetting.Refresh().

◆ max

int GamePrincipal.ItemSlider.max

Definition at line 91 of file GamePrincipal.cs.

Referenced by LayerWorldSetting.Refresh().


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