Difference between revisions of "NXSL:SetEventParameter"
Jump to navigation
Jump to search
(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") |
Revision as of 10:54, 5 December 2014
Set value of event's named parameter.
Since: 1.1.4
Syntax
SetEventParameter(event, parameterName, value)
Parameters
event | Event object, you can use predefined variable $event to refer to current event. |
parameterName | Parameter's name. |
value | New value. |
Return Value
None.
Examples
SetEventParameter($event, "customParameter", "new value")