native
zpn_set_fw_param_int
Syntax
native zpn_set_fw_param_int(const param, const value);
Description
Changes an integer parameter value for supported pre-forwards.
Parameters
| param | Forward parameter id to change |
|---|---|
| value | New integer value |
Note
This is intended for mutable ZPN forwards, such as
zpn_user_infected_pre() and zpn_user_humanized_pre().
Note
Parameter ids are forward-specific and start at 1.
Return
This function has no return value.