![]() |
![]()
| ![]() |
![]()
NAMEget_datafile_property - Returns the property string for the object. Allegro game programming library. SYNOPSIS#include <allegro.h> const char *get_datafile_property(const DATAFILE *dat, int type); DESCRIPTIONFinds the property type of a DATAFILE object. The type parameter must be a value created with the DAT_ID() macro. Example:
RETURN VALUEReturns a pointer to the text string for the object, or a pointer to the variable empty_string if the property isn't present. SEE ALSODAT_ID(3), empty_string(3)
|