We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bool npp_read_param_int(const char *param, int *dest)
Reads integer parameter from npp.conf.
npp.conf
Returns true if parameter has been found in the config file, otherwise false.
static int M_someSetting=SOME_SETTING_DEFAULT_VALUE; // in npp_app_init() npp_read_param_int("someSetting", &M_someSetting);
There was an error while loading. Please reload this page.