HU/getCursorAlpha: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{Client function}} This function is used to get alpha (transparency) from the client's cursor. ==Syntax== <syntaxhighlight lang="lua"> int getCursorAlpha ( ) </syntaxhighlig...")
 
No edit summary
Line 28: Line 28:


==See Also==
==See Also==
{{GUI_functions}}
{{GUI_functions_hu}}


[[en:getCursorAlpha]]
[[en:getCursorAlpha]]

Revision as of 14:27, 10 October 2018

This function is used to get alpha (transparency) from the client's cursor.

Syntax

int getCursorAlpha ( )

Returns

Returns a int, 0-255, where 255 is fully opaque and 0 is fully transparent.

Requirements

Minimum server version n/a
Minimum client version 1.3.2

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.3.2" />

Example

-- Simple command to test the getCursorAlpha function
addCommandHandler( "cursorAlpha", 
    function ()
        if ( isCursorShowing ( ) ) then
            outputChatBox( "The cursor alpha: "..getCursorAlpha( ) )
        else
            outputChatBox( "The cursor is not showing!" )
        end
    end
)

See Also

GUI függvények

Böngészők

Gombok

Jelölőnégyzetek

Lenyíló listák

Beviteli mezők

Rács listák

Szövegdobozok

Töltéscsíkok

Rádió gombok

Görgetősávok

Görgetőablakok

Statikus képek

Füles ablakok

Fülek

Szövegek

Ablakok