C# Class XCom.SharedSpace

Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

Méthode Description
GetDouble ( string key ) : double
GetImageModList ( ) : List
GetInt ( string key ) : int
GetObj ( string key ) : object
GetObj ( string key, object defaultIfNull ) : object
GetPaletteTable ( ) : XCom.Palette>.Dictionary
GetString ( string key ) : string
this ( string key ) : object

Private Methods

Méthode Description
SharedSpace ( ) : System

Method Details

GetDouble() public méthode

public GetDouble ( string key ) : double
key string
Résultat double

GetImageModList() public méthode

public GetImageModList ( ) : List
Résultat List

GetInt() public méthode

public GetInt ( string key ) : int
key string
Résultat int

GetObj() public méthode

public GetObj ( string key ) : object
key string
Résultat object

GetObj() public méthode

public GetObj ( string key, object defaultIfNull ) : object
key string
defaultIfNull object
Résultat object

GetPaletteTable() public méthode

public GetPaletteTable ( ) : XCom.Palette>.Dictionary
Résultat XCom.Palette>.Dictionary

GetString() public méthode

public GetString ( string key ) : string
key string
Résultat string

this() public méthode

public this ( string key ) : object
key string
Résultat object