mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 17:17:31 -04:00
analytics: first_frame event, floats
This commit is contained in:
parent
74e165b174
commit
6528dffe57
8 changed files with 43 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue