analytics: first_frame event, floats

This commit is contained in:
Nordup 2024-10-26 00:32:41 +04:00
parent 74e165b174
commit 6528dffe57
8 changed files with 43 additions and 29 deletions

View file

@ -26,7 +26,7 @@ func _execute_function(command: Command) -> Variant:
"first_frame_drawn":
if wrong_args_count(command, 0): return ERR_INVALID_PARAMETER
command_events.first_frame_drawn_emit()
gate_events.first_frame_emit()
"set_mouse_mode":
if wrong_args_count(command, 1): return ERR_INVALID_PARAMETER