summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.h
AgeCommit message (Collapse)AuthorFilesLines
2016-06-15add hashtable functionsJoseph Botosh1-0/+10
htnew, htdelete, htput, htget, htclear, htsize htiterator, htinextkey, hticheck, htidelete
2016-03-30Add script command failedremovecardsindex.Andrei Karas1-0/+1
For remove all cards from item by inventory index.
2016-03-30Add script command successremovecardsindex.Andrei Karas1-0/+1
For remove all cards from item by inventory index.
2016-03-30Split script.c into buildins and other script functions.Andrei Karas1-0/+73