It's definitely Doom.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: monkey_05_06 on Thu 13/10/2011 03:02:07
Grim, I hereby vow that if I ever get my game company to the point of Dave Gilbert's (he makes a living off the proceeds of Wadjet Eye Games), I will take you under my wing and employ you.
Quote from: monkey_05_06 on Tue 27/09/2011 22:20:15I agree. I also write my code with the opening brace below the function call or if/while statement. It looks terrible and sets off my OCD alarm with a single brace there with no visible closing brace. That's one reason why I never use the collapsing features.
Even if you can't collapse to the parent token, it still just looks aesthetically horrible.
struct __Test
{
import function whatever();
};
import __Test Test;
__Test Test;
export Test;
function __Test::whatever()
{
player.Say("testing");
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.400 seconds with 15 queries.