3 entity makeXonoticImage(string theImage, float theAspect)
6 me = NEW(XonoticImage);
7 me.configureXonoticImage(me, theImage, theAspect);
10 void XonoticImage_configureXonoticImage(entity me, string theImage, float theAspect)
12 me.configureImage(me, theImage);
13 me.forcedAspect = theAspect;