Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1748
void 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
pushident
Function · 0.85
parseexp
Function · 0.85
conc
Function · 0.85
resultcharvector
Function · 0.85
executeret
Function · 0.85
loopa
Function · 0.85
whilea
Function · 0.85
looplist
Function · 0.85
Calls
2
scripterr
Function · 0.85
conoutf
Function · 0.70
Tested by
no test coverage detected