sqflint icon indicating copy to clipboard operation
sqflint copied to clipboard

error when parsing classes in description.ext when dividing by the number

Open AlexTriada opened this issue 4 years ago • 0 comments

"message": "Expected "/*", "//", ";", comment, end of line, or whitespace but "/" found.",

example class:

class Menu_Frame : RscFrame {
	colorText[] = MENU_TEXT_COLOR;
	colorBackground[] = MENU_BG_COLOR;
	sizeEx = 0.01925 / (getResolution select 5);
	x = (UI_BASE_X + 0.15) * safezoneW + safezoneX;
	y = (UI_BASE_Y + 0.343) * safezoneH + safezoneY;
	w = 0.1 * safezoneW;
	h = 0.165 * safezoneH;
};

AlexTriada avatar Oct 26 '19 20:10 AlexTriada