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

Method ObjectInspectorReadOnly

Source/Objects/hotspot.cpp:663–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663bool Hotspot::ObjectInspectorReadOnly() {
664 bool return_value = false;
665 if (as_context) {
666 ASArg ret_val;
667 ret_val.type = _as_bool;
668 ret_val.data = &return_value;
669 as_context->CallScriptFunction(as_funcs.object_inspector_read_only, NULL, &ret_val);
670 }
671 return return_value;
672}
673
674bool Hotspot::HasFunction(const std::string& function_definition) {
675 bool result = false;

Callers 1

Calls 1

CallScriptFunctionMethod · 0.45

Tested by

no test coverage detected