Click or drag to resize

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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Object 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: Object
The result of the event.
See Also