You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, triggerLatentClientEvent and triggerLatentServerEvent only return true, making it impossible to directly obtain the event ID. As a workaround, developers must compare the list of active latent events before and after calling triggerLatentClientEvent, which is inefficient.
Is your feature request related to a problem? Please describe.
Currently,
triggerLatentClientEvent
andtriggerLatentServerEvent
only return true, making it impossible to directly obtain the event ID. As a workaround, developers must compare the list of active latent events before and after calling triggerLatentClientEvent, which is inefficient.This extra logic is unnecessary when the function could simply return the event ID directly.
Describe the solution you'd like
Modify
triggerLatentClientEvent
andtriggerLatentServerEvent
so that it returns the latent event ID instead of true.Describe alternatives you've considered
No response
Additional context
No response
Security Policy
The text was updated successfully, but these errors were encountered: