/*******************************************************************\ GZDoom Builder Script highlighting definitions for MODELDEF \*******************************************************************/ // Editor settings description = "GZDoom MODELDEF"; codepage = 0; extensions = "mdd"; casesensitive = false; codeblockopen = "{"; codeblockclose = "}"; insertcase = 1; // 0=Normal, 1=Lowercase, 2=Uppercase lexer = 35; // CPP-style, case-insensitive keywordhelp = "http://zdoom.org/wiki/MODELDEF"; scripttype = 2; //0 = unknown script, 1 = acc, 2 = modeldef, 3 = decorate keywords { Path = "Path <\"path\">"; Model = "Model <\"model file\">"; Skin = "Skin <\"skin file\">"; Scale = "Scale "; Frame = "Frame <\"frame name\">"; FrameIndex = "FrameIndex "; Rotation-Speed = "Rotation-Speed "; Rotation-Vector = "Rotation-Vector "; Rotation-Center = "Rotation-Center "; ZOffset = "ZOffset "; AngleOffset = "AngleOffset "; PitchOffset = "PitchOffset "; RollOffset = "RollOffset "; } constants { PITCHFROMMOMENTUM; IGNORETRANSLATION; INTERPOLATEDOUBLEDFRAMES; ROTATING; NOINTERPOLATION; INHERITACTORPITCH; INHERITACTORROLL; }