UNPKG

@bscotch/gml-parser

Version:

A parser for GML (GameMaker Language) files for programmatic manipulation and analysis of GameMaker projects.

8 lines 325 B
import { Type } from './types.js'; /** * The `sprite_get_info()` native function returns a struct that is * not defined in the spec but has documentation. This function creates * that struct. */ export declare function addSpriteInfoStruct(globalTypes: Map<string, Type>): void; //# sourceMappingURL=types.sprites.d.ts.map