Checking for variables in an enum
#3

Quote:
Originally Posted by Vince
Посмотреть сообщение
Names of variables are not string. When code is compiled, names of variables and function are translated into memory addresses and the original names are irreversibly lost. This is also the reason why decompilers can never retrieve the code that was originally written, replacing function and variable names with generic terms such as var87 or sub_003c7f.

What you're trying to achieve is impossible.
Thank you for clarifying that. Is there another way that I can actually achieve this without checking all the parameters manually? Like:
pawn Код:
if(info == "pAdmin")
if(info == "pLevel")
Because that would just be a ridiculous pain in the a*s.
Reply


Messages In This Thread
Checking for variables in an enum - by introzen - 19.03.2016, 22:16
Re: Checking for parameter in an enum - by Vince - 19.03.2016, 22:22
Re: Checking for parameter in an enum - by introzen - 19.03.2016, 22:26
Re: Checking for parameter in an enum - by IzadorO - 19.03.2016, 23:11
Re: Checking for variables in an enum - by introzen - 20.03.2016, 00:55
Re: Checking for variables in an enum - by introzen - 23.03.2016, 08:47

Forum Jump:


Users browsing this thread: 3 Guest(s)