1load_datafile_object_indexed(3) Allegro manual load_datafile_object_indexed(3)
2
3
4
6 load_datafile_object_indexed - Loads a single object from a datafile
7 index. Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 DATAFILE *load_datafile_object_indexed(const DATAFILE_INDEX *index, int
14 item)
15
17 This loads a single object, using the index created previously with
18 create_datafile_index. See create_datafile_index for an example.
19
21 Returns a pointer to a single DATAFILE element whose "dat" member
22 points to the object, or NULL if the object could not be loaded.
23
24
26 create_datafile_index(3), load_datafile_object(3),
27 unload_datafile_object(3)
28
29
30
31Allegro version 4.2.3 load_datafile_object_indexed(3)