C# Class GA_Quality, TheUnseen

Mostra file Open project: henryj41043/TheUnseen

Public Methods

Method 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

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

Used for player QA events

Method Details

NewErrorEvent() public method

public NewErrorEvent ( string eventName, string message, float x, float y, float z ) : void
eventName string
message string
x float
y float
z float
return void

NewEvent() public method

public NewEvent ( string eventName ) : void
eventName string
return void

NewEvent() public method

public NewEvent ( string eventName, Vector3 trackPosition ) : void
eventName string
trackPosition Vector3
return void

NewEvent() public method

public NewEvent ( string eventName, float x, float y, float z ) : void
eventName string
x float
y float
z float
return void

NewEvent() public method

public NewEvent ( string eventName, string message ) : void
eventName string
message string
return void

NewEvent() public method

public NewEvent ( string eventName, string message, Vector3 trackPosition ) : void
eventName string
message string
trackPosition Vector3
return void

NewEvent() public method

public NewEvent ( string eventName, string message, float x, float y, float z ) : void
eventName string
message string
x float
y float
z float
return void