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 |
Method | Description | |
---|---|---|
CreateNewEvent ( string eventName, string message, float x, float y, float z, bool stack ) : void |
Used for player QA events
|
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 |
public NewEvent ( string eventName, Vector3 trackPosition ) : void | ||
eventName | string | |
trackPosition | Vector3 | |
return | void |
public NewEvent ( string eventName, float x, float y, float z ) : void | ||
eventName | string | |
x | float | |
y | float | |
z | float | |
return | void |
public NewEvent ( string eventName, string message ) : void | ||
eventName | string | |
message | string | |
return | void |
public NewEvent ( string eventName, string message, Vector3 trackPosition ) : void | ||
eventName | string | |
message | string | |
trackPosition | Vector3 | |
return | void |
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 |