EventServiceInvoke Method |
Invokes the event with the specified name and arguments.
Namespace:
SampSharp.Entities
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public Object Invoke(
string name,
params Object[] args
)
Parameters
- name
- Type: SystemString
The name of the event. - args
- Type: SystemObject
[Missing <param name="args"/> documentation for "M:SampSharp.Entities.EventService.Invoke(System.String,System.Object[])"]
Return Value
Type:
ObjectThe result of the event.
Implements
IEventServiceInvoke(String, Object)See Also