MCPcopy Create free account
hub / github.com/crawl/crawl / is_function

Method is_function

crawl-ref/source/clua.cc:1466–1469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1464}
1465
1466bool lua_datum::is_function() const
1467{
1468 LUA_CHECK_TYPE(lua_isfunction);
1469}
1470
1471bool lua_datum::is_number() const
1472{

Callers 1

map_lua_markerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected