Searched defs:objSetText (Results 1 – 1 of 1) sorted by relevance
192 struct objSetText : public RLOpcode<IntConstant_T, DefaultStrValue_T> { struct193 void operator()(RLMachine& machine, int buf, string val) { in operator ()()