CallEvent

From Onset Developer Wiki
Revision as of 15:18, 17 November 2019 by 28days (talk | contribs)
CallEvent

Type: Function
Context: Server & Client
Introduced: v1.0

Description

The event to call from the same package.

Syntax

CallEvent(EventName [, UserArgs...])

Parameters

  • EventName
    The event name.
  • UserArgs (optional)
    The passed user arguments to the function.

Return Value

  • This function has no specific return value.

Example

-- code

See also