ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
image_extract.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

Variableimage_extract (Environment *_environment, char *_images, int _frame, int *_sequence)
 Emit code for IMAGE(... FRAME ... STRIP ...).

Function Documentation

◆ image_extract()

Variable * image_extract ( Environment * _environment,
char * _images,
int _frame,
int * _sequence )

Emit code for IMAGE(... FRAME ... STRIP ...).

Parameters
_environmentCurrent calling environment
_imageIMAGES/SEQUENCE variable datatype
_frameFrame to extract
_sequenceSequence to extract, NULL if IMAGES

Definition at line 78 of file image_extract.c.