11 METHOD(DataSource, getEntry, entity(entity
this,
int i,
void(
string name,
string icon) returns)) {
return DataSource_false; }
22 ATTRIB(StringSource, StringSource_str,
string);
23 ATTRIB(StringSource, StringSource_sep,
string);
26 METHOD(StringSource, reload,
int(
entity this,
string filter));
30 ATTRIB(CvarStringSource, CvarStringSource_cvar,
string);
31 CONSTRUCTOR(CvarStringSource,
string cv,
string sep);
32 METHOD(CvarStringSource, getEntry,
entity(
entity this,
int i,
void(
string name,
string icon) returns));
33 METHOD(CvarStringSource, reload,
int(
entity this,
string filter));
#define METHOD(cname, name, prototype)
#define STATIC_ATTRIB(cname, name, type, val)
#define CONSTRUCTOR(cname,...)