-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
794 changed files
with
21,014 additions
and
4,118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: CanBeDefaultButton | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: CanBeDefaultButton | ||
realm: client | ||
description: "Returns whether the button can be the default button" | ||
|
||
|
||
returns: | ||
- type: boolean | ||
description: "Returns whether the button can be the default button" | ||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
Button:CanBeDefaultButton – Returns whether the button can be the default button | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: DoClick | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: DoClick | ||
realm: client | ||
description: "Simulates a click on the button" | ||
|
||
|
||
returns: | ||
|
||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
Button:DoClick – Simulates a click on the button | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: DrawFocusBox | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: DrawFocusBox | ||
realm: client | ||
description: "Draws the focus box" | ||
|
||
arguments: | ||
- name: "shouldDraw" | ||
type: boolean | ||
returns: | ||
|
||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
Button:DrawFocusBox – Draws the focus box | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: FireActionSignal | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: FireActionSignal | ||
realm: client | ||
description: "Fires the action signal" | ||
|
||
|
||
returns: | ||
|
||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
Button:FireActionSignal – Fires the action signal | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: ForceDepressed | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: ForceDepressed | ||
realm: client | ||
description: "Forces the button to be depressed" | ||
|
||
arguments: | ||
- name: "depressed" | ||
type: boolean | ||
returns: | ||
|
||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
Button:ForceDepressed – Forces the button to be depressed | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: GetButtonBackgroundColor | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: GetButtonBackgroundColor | ||
realm: client | ||
description: "Returns the button's background color" | ||
|
||
|
||
returns: | ||
- type: Color | ||
description: "Returns the button's background color" | ||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
Button:GetButtonBackgroundColor – Returns the button's background color | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: GetButtonForegroundColor | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: GetButtonForegroundColor | ||
realm: client | ||
description: "Returns the button's foreground color" | ||
|
||
|
||
returns: | ||
- type: Color | ||
description: "Returns the button's foreground color" | ||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
Button:GetButtonForegroundColor – Returns the button's foreground color | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: GetPanelBaseClassName | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: GetPanelBaseClassName | ||
realm: client | ||
description: "Gets the base class name of the panel" | ||
|
||
static: true | ||
|
||
returns: | ||
- type: string | ||
description: "The base class name of the panel" | ||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
_R.Button.GetPanelBaseClassName – Gets the base class name of the panel | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: GetPanelClassName | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: GetPanelClassName | ||
realm: client | ||
description: "Gets the class name of the panel" | ||
|
||
static: true | ||
|
||
returns: | ||
- type: string | ||
description: "The class name of the panel" | ||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
_R.Button.GetPanelClassName – Gets the class name of the panel | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: IsArmed | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: IsArmed | ||
realm: client | ||
description: "Returns whether the button is armed" | ||
|
||
|
||
returns: | ||
- type: boolean | ||
description: "Returns whether the button is armed" | ||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
Button:IsArmed – Returns whether the button is armed | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: IsBlinking | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: IsBlinking | ||
realm: client | ||
description: "Returns whether the button is blinking" | ||
|
||
|
||
returns: | ||
- type: boolean | ||
description: "Returns whether the button is blinking" | ||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
Button:IsBlinking – Returns whether the button is blinking | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: IsDepressed | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: IsDepressed | ||
realm: client | ||
description: "Returns whether the button is depressed" | ||
|
||
|
||
returns: | ||
- type: boolean | ||
description: "Returns whether the button is depressed" | ||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
Button:IsDepressed – Returns whether the button is depressed | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: IsDrawingFocusBox | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: IsDrawingFocusBox | ||
realm: client | ||
description: "Returns whether the button is drawing the focus box" | ||
|
||
|
||
returns: | ||
- type: boolean | ||
description: "Returns whether the button is drawing the focus box" | ||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
Button:IsDrawingFocusBox – Returns whether the button is drawing the focus box | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: IsMouseClickEnabled | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: IsMouseClickEnabled | ||
realm: client | ||
description: "Returns whether mouse clicks are enabled" | ||
|
||
arguments: | ||
- name: "mouseCode" | ||
type: enumeration/BUTTON | ||
returns: | ||
- type: boolean | ||
description: "Returns whether mouse clicks are enabled" | ||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
Button:IsMouseClickEnabled – Returns whether mouse clicks are enabled | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
template: lua-class-function.html | ||
title: IsSelected | ||
icon: lua-client | ||
tags: | ||
- lua | ||
- client | ||
- needs-verification | ||
- needs-example | ||
lua: | ||
library: Button | ||
function: IsSelected | ||
realm: client | ||
description: "Returns whether the button is selected" | ||
|
||
|
||
returns: | ||
- type: boolean | ||
description: "Returns whether the button is selected" | ||
--- | ||
|
||
<div class="lua__search__keywords"> | ||
Button:IsSelected – Returns whether the button is selected | ||
</div> |
Oops, something went wrong.