Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ sq_newarray
Function
sq_newarray
src/3rdparty/squirrel/squirrel/sqapi.cpp:250–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
void sq_newarray(HSQUIRRELVM v,SQInteger size)
251
{
252
v->Push(SQArray::Create(_ss(v), size));
253
}
254
255
SQRESULT sq_newclass(HSQUIRRELVM v,SQBool hasbase)
256
{
Callers
3
operator()
Method · 0.85
SaveObject
Method · 0.85
ScriptEventAdminPortReadValue
Function · 0.85
Calls
1
Push
Method · 0.45
Tested by
no test coverage detected