Difference between revisions of "NXSL:SetEventParameter"

Jump to navigation Jump to search
m
Text replacement - "^" to "{{deprecated}}"
(Created page with "__NOTOC__ Set value of event's named parameter. '''Since:''' 1.1.4 == Syntax == SetEventParameter(''event'', ''parameterName'', ''value'') == Parameters == {| class="wikita...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Set value of event's named parameter.
Set value of event's named parameter.


Line 23: Line 23:
== Examples ==
== Examples ==


  SetNamedParameter($event, "customParameter", "new value")
  SetEventParameter($event, "customParameter", "new value")

Navigation menu