Bound Func Objects need a way to retrieve the function name #2
Labels
enhancement
New feature or request
щ(ಥДಥщ)
Requires some serious work – possibly including low-level memory manipulation and WinAPI stuff...
Regular Func Objects implement a
name
property, which holds the name of the function they point to. Bound Func Objects, however, only implement thecall()
method.This will require some low-level digging around in the source code of AHK.
The text was updated successfully, but these errors were encountered: