MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / set_binary_tokens_source

Method set_binary_tokens_source

modules/gdscript/gdscript.cpp:1154–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1152}
1153
1154void GDScript::set_binary_tokens_source(const Vector<uint8_t> &p_binary_tokens) {
1155 binary_tokens = p_binary_tokens;
1156}
1157
1158const Vector<uint8_t> &GDScript::get_binary_tokens_source() const {
1159 return binary_tokens;

Callers 3

get_shallow_scriptMethod · 0.80
get_full_scriptMethod · 0.80
execute_test_codeMethod · 0.80

Calls

no outgoing calls

Tested by 1

execute_test_codeMethod · 0.64