MCPcopy Create free account
hub / github.com/GodotECS/godex / _bind_methods

Method _bind_methods

utils/fetchers.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "core/variant/variant.h"
6
7void ComponentDynamicExposer::_bind_methods() {
8 ClassDB::bind_method(D_METHOD("is_mutable"), &ComponentDynamicExposer::is_mutable);
9 ClassDB::bind_method(D_METHOD("is_valid"), &ComponentDynamicExposer::is_valid);
10}
11
12void ComponentDynamicExposer::init(uint32_t p_identifier, bool p_mut) {
13 component_id = p_identifier;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected