MCPcopy Create free account
hub / github.com/anjo76/angelscript / RegisterScriptGrid

Function RegisterScriptGrid

sdk/add_on/scriptgrid/scriptgrid.cpp:215–219  ·  view source on GitHub ↗

Registers the template array type

Source from the content-addressed store, hash-verified

213
214// Registers the template array type
215void RegisterScriptGrid(asIScriptEngine *engine)
216{
217 // TODO: Implement the generic calling convention
218 RegisterScriptGrid_Native(engine);
219}
220
221static void RegisterScriptGrid_Native(asIScriptEngine *engine)
222{

Callers 1

TestFunction · 0.85

Calls 1

Tested by 1

TestFunction · 0.68