DgsGetMouseStayDelay

From Multi Theft Auto: Wiki
Revision as of 11:25, 24 December 2022 by Thisdp (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function gets the delay time that from mouse stops moving and cursor stays at a DGS element to onDgsMouseStay event triggers.

Syntax

int dgsGetMouseStayDelay( )

Returns

Returns a integer indicates the delay time.

Example

DGS = exports.dgs
local interval = DGS:dgsGetMouseStayDelay()
outputChatBox(interval)

See Also

General Functions

General Events