1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Editor: Simplify _parse_message; separate into handler functions

Move the individual message handlers to separate functions, to make it
easier to follow and add additional message handlers. The function
is also more efficient as it only performs a single hash lookup for
the handler and then dispatches to the member function.
This commit is contained in:
Stuart Carnie
2025-03-21 17:47:33 +11:00
parent 03359c8735
commit 742b27fdd6
2 changed files with 629 additions and 497 deletions

File diff suppressed because it is too large Load Diff