C# 클래스 Dota2GSI.GameState

A class representing various information retaining to Game State Integration of Dota 2
파일 보기 프로젝트 열기: antonpup/Dota2GSI 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetNode ( string name ) : String

메소드 상세

GameState() 공개 메소드

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

ToString() 공개 메소드

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