| 129 | } |
| 130 | |
| 131 | int GDScriptDecomp_custom::get_function_index(const String &p_func) const { |
| 132 | return functions.find(p_func); |
| 133 | } |
| 134 | |
| 135 | GDScriptDecomp::GlobalToken GDScriptDecomp_custom::get_global_token(int p_token) const { |
| 136 | int idx = p_token & TOKEN_MASK; |