trace only shows functions defined in TorqueScript though? Regardless, the point is that it's always available in Blockland.
"is stripos a default engine func for Blockland?"
test #1: does calling it work on a fresh install?
yes.
test #2: could it be a script function?
for script functions, trace prints out extended information. using trace here yeilded no such information.
test #3: is it inside the tge source?
no.
conclusion: stripos is an engine func that's not found in stock tge. in other words, badspot added it himself.
I should've said "trace(1); stripos(something); doesn't give me anything that trace would normally give for a script function"