MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / HasFunction

Method HasFunction

Source/Objects/hotspot.cpp:674–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674bool Hotspot::HasFunction(const std::string& function_definition) {
675 bool result = false;
676
677 if (as_context) {
678 result = as_context->HasFunction(function_definition);
679 }
680
681 return result;
682}
683
684int Hotspot::QueryIntFunction(const std::string& function) {
685 if (as_context) {

Callers 2

HasCustomGUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected