Difference between revisions of "PC Readglobalreg"
From Hercules Wiki
Mysterious (Talk | contribs) (Created page with "== Check a variable in the source == #define pc_readglobalreg(sd,reg) pc_readregistry(sd,reg,3) pc_readglobalreg(sd,"VARIABLE_NAME"); Note: This only works for numeric var...") |
Latest revision as of 03:22, 13 January 2013
Check a variable in the source
#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.