 |
Crossfire Server, Trunk
1.75.0
|
Go to the documentation of this file.
28 if (
buf[0] ==
'#' ||
buf[0] ==
'\0')
31 LOG(
llevError,
"Bad line in image_info file %s, ignoring line:\n %s", filename.c_str(),
buf);
36 if (cps[2][0] !=
'\0') {
FacesetLoader(Facesets *facesets)
@ llevError
Error, serious thing.
void LOG(LogLevel logLevel, const char *format,...)
Logs a message to stderr, or to file.
Available facesets for clients.
virtual void load(BufferReader *reader, const std::string &filename) override
Load assets from the specified reader.
char * prefix
Faceset short name, used in pictures names (base, clsc).
char * extension
Supplementary description.
T * define(const Key &name, T *asset)
Define an asset, erasing an existing one.
size_t split_string(char *str, char *array[], size_t array_size, char sep)
Splits a string delimited by passed in sep value into characters into an array of strings.
char * comment
Human-readable comment for this set.
char * size
Human-readable set size.
T * get(const Key &name)
Get a named asset.
struct face_sets * fallback
Faceset to use when an image is not found in this faceset.
char * fullname
Full faceset name.
Information about one face set.
char * bufferreader_next_line(BufferReader *br)
Return the next line in the buffer, as separated by a newline.