- added new scriptcontext with devser
This commit is contained in:
@ -25,6 +25,10 @@
|
||||
int StringDictExists(pStringDict self, char *name);
|
||||
int StringDictUpdate(pStringDict self, char *name, char *value);
|
||||
int StringDictGet(pStringDict self, char *name, char *pResult, int iLen);
|
||||
|
||||
/* the result of StringDictGetShort is only valid as long that the entry is not changed */
|
||||
char *StringDictGetShort(pStringDict self, char *name);
|
||||
|
||||
int StringDictGetAsNumber(pStringDict self, char *name, float *fVal);
|
||||
int StringDictDelete(pStringDict self, char *name);
|
||||
|
||||
|
Reference in New Issue
Block a user