Difference between revisions of "IsMenuControlsEnabled - Game"
Jump to navigation
Jump to search
IsMenuControlsEnabled - Game (edit)
Revision as of 20:30, 11 February 2018
, 20:30, 11 February 2018added category
imported>Plplecuyer (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Game Script Checks to see if menu controls are currently enabled or not. == Syntax == <source lang="papyrus"> b…') |
imported>Qazaaq (added category) |
||
Line 1: | Line 1: | ||
'''Member of:''' [[Game Script]] | '''Member of:''' [[Game Script]] | ||
Line 7: | Line 5: | ||
== Syntax == | == Syntax == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
bool Function IsMenuControlsEnabled() | bool Function IsMenuControlsEnabled() Native Global | ||
</source> | </source> | ||
== Parameters == | == Parameters == | ||
None | None | ||
== Return Value == | == Return Value == | ||
Line 33: | Line 31: | ||
*[[IsMovementControlsEnabled - Game]] | *[[IsMovementControlsEnabled - Game]] | ||
*[[IsSneakingControlsEnabled - Game]] | *[[IsSneakingControlsEnabled - Game]] | ||
[[Category:Scripting]] | |||
[[Category:Papyrus]] | |||
[[Category:User Interface]] |