MCPcopy Index your code
hub / github.com/assaultcube/AC / cslimiterr

Function cslimiterr

source/src/command.cpp:1748–1752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1746}
1747
1748void cslimiterr(const char*msg)
1749{
1750 conoutf("\f3[ERROR] cubescript hard limit reached: max %s exceeded (check log for details)", msg);
1751 scripterr();
1752}
1753
1754#ifndef STANDALONE
1755

Callers 8

pushidentFunction · 0.85
parseexpFunction · 0.85
concFunction · 0.85
resultcharvectorFunction · 0.85
executeretFunction · 0.85
loopaFunction · 0.85
whileaFunction · 0.85
looplistFunction · 0.85

Calls 2

scripterrFunction · 0.85
conoutfFunction · 0.70

Tested by

no test coverage detected