function NotifyEventStr(objtype : String, id : String, event : String, param<value> [, param<value>] : String )
Method arguments:
objtype- – Required argument. The type of the object that the event should be generated for. It It takes the following values: Type – String, range – existing object types.
id- – Required argument. Identification number of the object of the type set in the objtype argument. It takes the following values: Type – String, range – existing identification numbers of the object of the specified type.
event- – Required argument. The event to be generated. It takes the following values: Type – String, range – available events for the objects of the specified type.
param<value>- – Required argument. Several arguments of this type can be specified. The parameters of the event.