MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / sq_setcompilererrorhandler

Function sq_setcompilererrorhandler

src/3rdparty/squirrel/squirrel/sqapi.cpp:1049–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047}
1048
1049void sq_setcompilererrorhandler(HSQUIRRELVM v,SQCOMPILERERROR f)
1050{
1051 _ss(v)->_compilererrorhandler = f;
1052}
1053
1054SQRESULT sq_writeclosure(HSQUIRRELVM v,SQWRITEFUNC w,SQUserPointer up)
1055{

Callers 2

sqstd_seterrorhandlersFunction · 0.85
InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected