IsAltPressed: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|IsAltPressed()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} == Example =...")
 
No edit summary
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Check if the client has pressed the Alt key}}


{{FuncSyntax|IsAltPressed()}}
{{FuncSyntax|IsAltPressed()}}
Line 8: Line 8:
{{FuncNoParam}}
{{FuncNoParam}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns '''true''' if pressed, otherwise '''false'''}}


== Example ==
== Example ==

Revision as of 14:51, 13 November 2019

IsAltPressed

Type: Function
Context: Client
Introduced: v1.0

Description

Check if the client has pressed the Alt key

Syntax

IsAltPressed()

Parameters

  • This function has no parameters.

Return Value

  • Returns true if pressed, otherwise false

Example

__EDIT_ME__

See also

__EDIT_ME__