C# Class Dota2GSI.GameState

A class representing various information retaining to Game State Integration of Dota 2
Exibir arquivo Open project: antonpup/Dota2GSI Class Usage Examples

Public Methods

Method Description
GameState ( string json_data ) : System

Creates a GameState instance based on the passed json data.

ToString ( ) : string

Returns the json string that generated this GameState instance

Private Methods

Method Description
GetNode ( string name ) : String

Method Details

GameState() public method

Creates a GameState instance based on the passed json data.
public GameState ( string json_data ) : System
json_data string The passed json data
return System

ToString() public method

Returns the json string that generated this GameState instance
public ToString ( ) : string
return string