CallRemoteEvent: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 3: Line 3:
{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|__EDIT_ME__}}


{{FuncSyntax|CallRemoteEvent(player, EventName [, UserArgs])}}
{{FuncSyntax|CallRemoteEvent(player, EventName [, UserArgs...])}}


{{FuncParameters}}
{{FuncParameters}}
Line 10: Line 10:
{{FuncParamOptional|UserArgs|__EDIT_ME__}}
{{FuncParamOptional|UserArgs|__EDIT_ME__}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|This function has no specific return value.}}


== Example ==
== Example ==

Revision as of 10:41, 23 March 2019

CallRemoteEvent

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

Description

__EDIT_ME__

Syntax

CallRemoteEvent(player, EventName [, UserArgs...])

Parameters

  • player
    __EDIT_ME__
  • EventName
    __EDIT_ME__
  • UserArgs (optional)
    __EDIT_ME__

Return Value

  • This function has no specific return value.

Example

__EDIT_ME__

See also

__EDIT_ME__