AR/getCursorAlpha

From Multi Theft Auto: Wiki
Revision as of 05:49, 27 March 2016 by Mhmd.z (talk | contribs) (Created page with "( هذه الوظيفة تسخدم لمعرفة درجة شفافية السهم ( الماوس ==Syntax== <syntaxhighlight lang="lua"> int getCursorAlpha ( ) </syntaxhighlight> ===Returns=== Returns:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

( هذه الوظيفة تسخدم لمعرفة درجة شفافية السهم ( الماوس

Syntax

int getCursorAlpha ( )

Returns

Returns: درجة الشفافيه حيث ان الدرجة 255 غير شفاف تمام, والدرجة 0 شفاف تماما

Example

Click to collapse [-]
Client

تسخدم هذه الوظيفة فقط في ملف كلنت

function getMouseAlpha()
showCursor(true)--اظهار الماوس
setCursorAlpha(50)--وضع درجة الماوس 50
outputChatBox( "درجة شفافية الماوس هي : "..getCursorAlpha( ))--يظهر بالشات ما هي درجة شفافية الماوس
end
addCommandHandler( "getAlpha", getMouseAlpha)

See Also

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows