C# Класс ACR_ServerCommunicator.GameWorldConfiguration

This object encapsulates configuration data relating to the game system as a whole.
Показать файл Открыть проект

Открытые методы

Метод Описание
GameWorldConfiguration ( ) : System

Create a new GameWorldConfiguration object.

ReadConfigurationFromDatabase ( IALFADatabase Database ) : void

This method reads the current configuration data from the database.

Описание методов

GameWorldConfiguration() публичный Метод

Create a new GameWorldConfiguration object.
public GameWorldConfiguration ( ) : System
Результат System

ReadConfigurationFromDatabase() публичный Метод

This method reads the current configuration data from the database.
public ReadConfigurationFromDatabase ( IALFADatabase Database ) : void
Database IALFADatabase Supplies the database connection.
Результат void