#include <samp.h>
Data Fields | |
char | name [SZ_LINE] |
char | desc [SZ_DESC] |
char | iconURL [SZ_URL] |
char | docURL [SZ_URL] |
char * | descHTML |
int | nkeys |
char * | aKey [MAX_MDATTRS] |
char * | aVal [MAX_MDATTRS] |
Application (and Hub) metadata.
char * appMD::aKey |
number of meta keys
Referenced by samp_getMetadata(), samp_hubClose(), samp_hubDeclareMetadata(), samp_Metadata(), and samp_printMetadata().
char * appMD::aVal |
attr keyword
Referenced by samp_getMetadata(), samp_hubClose(), samp_hubDeclareMetadata(), samp_Metadata(), and samp_printMetadata().
char appMD::desc |
name
Referenced by samp_hubOpen(), and samp_Metadata().
char * appMD::descHTML |
documentation URL
char appMD::docURL |
icon URL
Referenced by samp_getMetadata(), samp_hubDeclareMetadata(), samp_Metadata(), and samp_printMetadata().
char appMD::iconURL |
descriptive text
Referenced by samp_getMetadata(), samp_hubDeclareMetadata(), samp_Metadata(), and samp_printMetadata().
int appMD::nkeys |
descriptive text (HTML)
Referenced by samp_getMetadata(), samp_hubClose(), samp_hubDeclareMetadata(), samp_Metadata(), and samp_printMetadata().