C# Class GA_Quality, TheUnseen

Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Méthode Description
NewErrorEvent ( string eventName, string message, float x, float y, float z ) : void
NewEvent ( string eventName ) : void
NewEvent ( string eventName, Vector3 trackPosition ) : void
NewEvent ( string eventName, float x, float y, float z ) : void
NewEvent ( string eventName, string message ) : void
NewEvent ( string eventName, string message, Vector3 trackPosition ) : void
NewEvent ( string eventName, string message, float x, float y, float z ) : void

Private Methods

Méthode Description
CreateNewEvent ( string eventName, string message, float x, float y, float z, bool stack ) : void

Used for player QA events

Method Details

NewErrorEvent() public méthode

public NewErrorEvent ( string eventName, string message, float x, float y, float z ) : void
eventName string
message string
x float
y float
z float
Résultat void

NewEvent() public méthode

public NewEvent ( string eventName ) : void
eventName string
Résultat void

NewEvent() public méthode

public NewEvent ( string eventName, Vector3 trackPosition ) : void
eventName string
trackPosition Vector3
Résultat void

NewEvent() public méthode

public NewEvent ( string eventName, float x, float y, float z ) : void
eventName string
x float
y float
z float
Résultat void

NewEvent() public méthode

public NewEvent ( string eventName, string message ) : void
eventName string
message string
Résultat void

NewEvent() public méthode

public NewEvent ( string eventName, string message, Vector3 trackPosition ) : void
eventName string
message string
trackPosition Vector3
Résultat void

NewEvent() public méthode

public NewEvent ( string eventName, string message, float x, float y, float z ) : void
eventName string
message string
x float
y float
z float
Résultat void