Skip to content

T_Aurora_Profiles_CSGO_GSI_GameState_CSGO

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

GameState_CSGO Class

A class representing various information retaining to Game State Integration of Counter-Strike: Global Offensive

Inheritance Hierarchy

System.Object
  Aurora.Profiles.GameState
    Aurora.Profiles.CSGO.GSI.GameState_CSGO
Namespace: Aurora.Profiles.CSGO.GSI
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public class GameState_CSGO : GameState

The GameState_CSGO type exposes the following members.

Constructors

 

Name Description
Public method GameState_CSGO() Creates a default GameState_CSGO instance.
Public method GameState_CSGO(String) Creates a GameState_CSGO instance based on the passed json data.
Public method GameState_CSGO(GameState) A copy constructor, creates a GameState_CSGO instance based on the data from the passed GameState instance.
  Back to Top

Properties

 

Name Description
Public property Added A GameState with only added information
Public property AllPlayers Information about all players in the lobby
Public property Auth Information about GSI authentication
Public property Map Information about the current map
Public property Player Information about the current player
Public property Previously A previous GameState
Public property Provider Information about the provider of this GameState
Public property Round Information about the current round
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Displays the JSON, representative of the GameState data (Inherited from GameState.)
  Back to Top

Fields

 

Name Description
Protected field _ParsedData (Inherited from GameState.)
Protected field json (Inherited from GameState.)
  Back to Top

See Also

Reference

Aurora.Profiles.CSGO.GSI Namespace

Clone this wiki locally