has_name
Description:
public bool has_name (
string name)
Checks if this has the given name.
This function is usually used to check the name of a custom event.
Parameters:
| this |
The Event.
|
| name |
name to check
|
Returns:
|
true if name matches the name of the event structure.
|