Difference between revisions of "NXSL:SetEventParameter"
Jump to navigation
Jump to search
→Examples
(Created page with "__NOTOC__ Set value of event's named parameter. '''Since:''' 1.1.4 == Syntax == SetEventParameter(''event'', ''parameterName'', ''value'') == Parameters == {| class="wikita...") |
|||
Line 23: | Line 23: | ||
== Examples == | == Examples == | ||
SetEventParameter($event, "customParameter", "new value") |