What does the "_:" mean?
#5

Quote:
Originally Posted by Gammix
Посмотреть сообщение
Its called "detag"*. It represents the value or variable or element without the tag.

PHP код:
new Float:real 9.99// has tag Float:
// you cannot do this
new integer real;
// but can do this
new integer _:real
Quote:
Originally Posted by DRIFT_HUNTER
Посмотреть сообщение
That is called tag. Tags are prefixes in pawn, like Float:
_: actually means without tag.
For example when we say new something;
its same as telling new _omething;
Thanks!
I think I understand.
Reply


Messages In This Thread
What does the "_:" mean? - by SUPERlittlefu - 15.02.2017, 04:54
Re: What does the "_:" mean? - by DRIFT_HUNTER - 15.02.2017, 05:26
Re: What does the "_:" mean? - by Gammix - 15.02.2017, 07:01
Re: What does the "_:" mean? - by SUPERlittlefu - 15.02.2017, 07:37
Re: What does the "_:" mean? - by SUPERlittlefu - 15.02.2017, 07:40

Forum Jump:


Users browsing this thread: 2 Guest(s)