C# Class GameEventManager, planet-survival

ファイルを表示 Open project: gjrfytn/planet-survival Class Usage Examples

Public Methods

Method Description
EventPanelButtonPress ( byte index ) : void

Private Methods

Method Description
CalculateTerrainWeight ( GameEvent, evnt, TerrainType, terrain ) : short
CallEvent ( ) : void
CollectFactors ( ) : void
LoadEventsFromFile ( string filename ) : void
OnDisable ( ) : void
OnEnable ( ) : void
ParseEventDescription ( string description ) : string
ParseResultDescription ( string description, byte?>.Dictionary &effects ) : string
Start ( ) : void

Method Details

EventPanelButtonPress() public method

public EventPanelButtonPress ( byte index ) : void
index byte
return void