C# Class AquaSphereMini.MODEL.GAME.GameScenario

This class handles the game scenarios saved in a non volatile storage, e.g. xml, mySQL database ... It is the interface to the different storages put the data into the MODELs !!!DBModule must be checked in the MainGame to be called!!!
ファイルを表示 Open project: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager

Public Properties

Property Type Description
P0006_balance double
cpDurationInDays double
currentDate System.DateTime
currentDay int
currentMonth int
currentYear int
maxTime double
minutesPerWeek double
minutesPerYear double
numberOfHouses int
simDurationInYears double
simStartDate System.DateTime
simStartDay int
simStartMonth int
simStartYear int
simulationSpeed double
timeStep double

Public Methods

Method Description
DownloadStartScenario ( ) : void
Load ( ) : void
LoadStartScenario ( string startScenarioText ) : void
SetDateScenario ( object>.Dictionary obj ) : void

Event handlers

Private Methods

Method Description
GameScenario ( ) : UnityEngine

Method Details

DownloadStartScenario() public method

public DownloadStartScenario ( ) : void
return void

Load() public method

public Load ( ) : void
return void

LoadStartScenario() public method

public LoadStartScenario ( string startScenarioText ) : void
startScenarioText string
return void

SetDateScenario() public method

Event handlers
public SetDateScenario ( object>.Dictionary obj ) : void
obj object>.Dictionary
return void

Property Details

P0006_balance public_oe property

public double P0006_balance
return double

cpDurationInDays public_oe property

public double cpDurationInDays
return double

currentDate public_oe property

public DateTime,System currentDate
return System.DateTime

currentDay public_oe property

public int currentDay
return int

currentMonth public_oe property

public int currentMonth
return int

currentYear public_oe property

public int currentYear
return int

maxTime public_oe property

public double maxTime
return double

minutesPerWeek public_oe property

public double minutesPerWeek
return double

minutesPerYear public_oe property

public double minutesPerYear
return double

numberOfHouses public_oe property

public int numberOfHouses
return int

simDurationInYears public_oe property

public double simDurationInYears
return double

simStartDate public_oe property

public DateTime,System simStartDate
return System.DateTime

simStartDay public_oe property

public int simStartDay
return int

simStartMonth public_oe property

public int simStartMonth
return int

simStartYear public_oe property

public int simStartYear
return int

simulationSpeed public_oe property

public double simulationSpeed
return double

timeStep public_oe property

public double timeStep
return double