IEventServiceInvoke Method |
Invokes the event with the specified name and arguments.
Namespace:
SampSharp.Entities
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
SyntaxObject Invoke(
string name,
params Object[] arguments
)
Parameters
- name
- Type: SystemString
The name of the event. - arguments
- Type: SystemObject
The arguments of the event.
Return Value
Type:
ObjectThe result of the event.
See Also