AutoPatrol, Bureaucrats, Administrators
481
edits
(Created page with "__NOTOC__ Get value of event's named parameter. Function returns requested parameter's value on success or NULL if given parameter does not exist. == Syntax == GetEventParame...") |
m (Text replacement - "^" to "{{deprecated}}") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | {{deprecated}}__NOTOC__ | ||
Get value of event's named parameter. | Get value of event's named parameter. | ||
'''Since:''' 1.1.4 | |||
== Syntax == | == Syntax == | ||
Line 15: | Line 17: | ||
== Return Value == | == Return Value == | ||
String value of | String value of requested parameter or '''null''' if no such parameter exist. | ||
== Examples == | == Examples == |