Query for Function Pointers

BlitzMax Forums/BlitzMax Programming/Query for Function Pointers

BLaBZ(Posted 2013) [#1]
Is it possible to get a list of all function pointers?

Or all global variables?

I know how to use reflection to get information about methods but not functions unless it's contained within a type.

Thanks