Blargh. Haha okay. I don't agree with this being different than single line functions. Here's an example..
SCAR Code:
{*******************************************************************************
Function DidRedClick: boolean;
By: Rasta Magician
Description: Checks for the Red X after a Click, Times out after 500 ms
*******************************************************************************}
Function DidRedClick: Boolean;
begin
Result := DidClick(true, 1000);
end;
{*******************************************************************************
Function DidYellowClick: Boolean;
By: Rasta Magician
Description: Checks for the Yellow X after a Click, Times out after 500 ms
*******************************************************************************}
Function DidYellowClick: Boolean;
begin
Result := DidClick(false, 1000);
end;
I just see no reason at all for those. And I see no reason for this because I don't feel it useful in the slightest. Except to show off your "ub3r 1337 scr33ptin skillzzzzZzzZZzzxz" to your friends. :/