Method | Description | |
---|---|---|
NewEvent ( string eventName, string currency, int amount ) : void | ||
NewEvent ( string eventName, string currency, int amount, Vector3 trackPosition ) : void | ||
NewEvent ( string eventName, string currency, int amount, float x, float y, float z ) : void |
Method | Description | |
---|---|---|
CreateNewEvent ( string eventName, string currency, int amount, float x, float y, float z ) : void |
Used for player purchases
|
public NewEvent ( string eventName, string currency, int amount ) : void | ||
eventName | string | |
currency | string | |
amount | int | |
return | void |
public NewEvent ( string eventName, string currency, int amount, Vector3 trackPosition ) : void | ||
eventName | string | |
currency | string | |
amount | int | |
trackPosition | Vector3 | |
return | void |
public NewEvent ( string eventName, string currency, int amount, float x, float y, float z ) : void | ||
eventName | string | |
currency | string | |
amount | int | |
x | float | |
y | float | |
z | float | |
return | void |