Missing documentation for Run() and Execute()

Report any Hollywood bugs here
Post Reply
User avatar
Allanon
Posts: 742
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Missing documentation for Run() and Execute()

Post by Allanon »

Hello Andreas,
in the change log I've seen you have implemented an additional parameter to the commands Run() and Execute() so they don't force key state reset but there is no mention of it in the relative documentation pages, can you briefly explain it?
The additional parameter is just a boolean parameter like
Run("mystuff", True) ?
----------------------------
[Allanon] Fabio Falcucci | GitHub (leaving) | Gitea (my new house) | My Patreon page | All my links
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Missing documentation for Run() and Execute()

Post by airsoftsoftwair »

Yes, I deliberately didn't add this to the documentation because it is a sort of a workaround. To use it, pass FALSE in the second argument (it defaults to TRUE which means reset the key states).
User avatar
Allanon
Posts: 742
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: Missing documentation for Run() and Execute()

Post by Allanon »

Oki, thank you :)
----------------------------
[Allanon] Fabio Falcucci | GitHub (leaving) | Gitea (my new house) | My Patreon page | All my links
Post Reply