forked from HerculesWS/Hercules
-
Notifications
You must be signed in to change notification settings - Fork 0
PC Readglobalreg
Mike Kao edited this page Jun 16, 2023
·
1 revision
#define pc_readglobalreg(sd,reg) pc_readregistry(sd,reg,3)
pc_readglobalreg(sd,"VARIABLE_NAME");
Note: This only works for numeric variables, strings check pc_readglobalreg_str.