Southclaws/pawn-env

Add support for boolean and integer values

Opened this issue · 1 comments

It would be great to add support for boolean and integer values

that is not how ENV's work, and you can actually already do this by outputting it to a string and using strval to get the integer value.

You could also make your wrapper functions that could return an Int or Bool for you.