Searched defs:rpgaction (Results 1 – 1 of 1) sorted by relevance
3 struct rpgaction struct5 rpgaction *next; argument10 …rpgaction(char *_i = NULL, char *_s = NULL, rpgaction *_n = NULL) : next(_n), initiate(_i), script… in next() argument12 ~rpgaction() { DELETEP(next); } in ~rpgaction() argument14 void exec(rpgobj *obj, rpgobj *target, rpgobj *user) in exec()