27.03.2016, 23:38
Quote:
Sorry for bump, but have any possible to get the tag of variable, or argument by similar of this? using emit maybe...
Really sorry for bump, but nice include ^^ |
pawn Код:
stock SomeFunc({ _, Float, hex}:var, tag = tagof(var))
{
if (tag == tagof(Float:)) {
// "var" is a float
}
}