forked from HerculesWS/Hercules
-
Notifications
You must be signed in to change notification settings - Fork 0
PC Setglobalreg
Mike Kao edited this page Jun 16, 2023
·
1 revision
#define pc_setglobalreg(sd,reg,val) [[pc_setregistry]](sd,reg,val,3)
pc_setglobalreg(sd,"VARIABLE_NAME", VALUE);
This only works for numeric variables, strings check pc_setglobalreg_str.