| 590 | _FORCE_INLINE_ bool should_track_locals() const { return track_locals; } |
| 591 | _FORCE_INLINE_ int get_global_array_size() const { return global_array.size(); } |
| 592 | _FORCE_INLINE_ Variant *get_global_array() { return _global_array; } |
| 593 | _FORCE_INLINE_ const HashMap<StringName, int> &get_global_map() const { return globals; } |
| 594 | _FORCE_INLINE_ const HashMap<StringName, Variant> &get_named_globals_map() const { return named_globals; } |
| 595 | /// @name These two functions should be used when behavior needs to be consistent between in-editor and running the scene |
no outgoing calls
no test coverage detected