Query: open_fli
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
open_fli(3alleg4) Allegro manual open_fli(3alleg4)NAMEopen_fli, open_memory_fli - Makes a FLI file open and ready for playing. Allegro game programming library.SYNOPSIS#include <allegro.h> int open_fli(const char *filename); int open_memory_fli(const void *fli_data);DESCRIPTIONOpen FLI files ready for playing, reading the data from disk or memory respectively. Information about the current FLI is held in the global variables fli_bitmap and fli_palette, which you can use if this function succeeds. However, you can only have one animation open at a time. Example: if (open_fli("intro.fli") == FLI_ERROR) abort_on_error("Error playing intro");RETURN VALUEReturns FLI_OK on success, FLI_ERROR if something went wrong, like trying to open another FLI file without closing the previous one.SEE ALSOclose_fli(3alleg4), next_fli_frame(3alleg4), fli_bitmap(3alleg4), fli_palette(3alleg4) Allegro version 4.4.2 open_fli(3alleg4)
Related Man Pages |
---|
play_memory_fli(3alleg4) - debian |
exmidi(3alleg4) - suse |
exmidi(3alleg4) - netbsd |
exmidi(3alleg4) - osx |
exmidi(3alleg4) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
OpenCFLite 476.17.0 (Default branch) |
OpenCFLite 476.17.1 (Default branch) |
OpenCFLite 476.17.2 (Default branch) |