Property | Type | Description | |
---|---|---|---|
GameReference | |||
payload | string>.Dictionary |
Method | Description | |
---|---|---|
Event ( ) : System |
Empty constructor that makes an empty event.
|
|
Event ( string type, string>.Dictionary |
Takes parameters and fully initializes an event.
|
public Event ( string type, string>.Dictionary |
||
type | string | The type of the event. |
payload | string>.Dictionary | The payload of the event as a Dictionary collection object. |
return | System |