Свойство | Тип | Описание | |
---|---|---|---|
gameJSON | JsonGame, | ||
instance | JsonFxScript, | ||
latestID | int | ||
query | string |
Метод | Описание | |
---|---|---|
PerformUpdate ( string query ) : int | ||
findPlayerJsonIndex ( int in_game_index ) : int |
Метод | Описание | |
---|---|---|
PerformRealUpdate ( string query ) : IEnumerator | ||
PerformSearch ( string query ) : IEnumerator | ||
PrintResults ( string rawJson ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
createGame ( ) : void |
public PerformUpdate ( string query ) : int | ||
query | string | |
Результат | int |
public findPlayerJsonIndex ( int in_game_index ) : int | ||
in_game_index | int | |
Результат | int |
public static JsonFxScript, instance | ||
Результат | JsonFxScript, |