User:MikeSiLVO/Boolean conditions draft: Difference between revisions
Jump to navigation
Jump to search
Staging boolean conditions parity changes |
Wrap each section as its own table |
||
| Line 1: | Line 1: | ||
Staging copy | Staging copy of proposed changes to [[List of boolean conditions]]. Not a live page. | ||
== Container == | == Container == | ||
Argument added | Argument added, matching the source and the doxygen entry. | ||
| | {| class="wikitable sortable" width="100%" | ||
! Labels | |||
! style="80%" | Description | |||
! Version | |||
|- | |- | ||
| <code>Container(id).SubItem(item_number)</code> | | <code>Container(id).SubItem(item_number)</code> | ||
| Line 18: | Line 15: | ||
If no id is specified it grabs the current container.}} | If no id is specified it grabs the current container.}} | ||
| | | | ||
| | |} | ||
== RetroPlayer == | == RetroPlayer == | ||
New v22 condition, listed before the existing rows. | |||
{| class="wikitable sortable" width="100%" | {| class="wikitable sortable" width="100%" | ||
| Line 45: | Line 38: | ||
| '''Returns''' | | '''Returns''' | ||
:'''True''' if the selected disc state is "No disc", '''False''' if a disc is selected or the game isn't disc-based. | :'''True''' if the selected disc state is "No disc", '''False''' if a disc is selected or the game isn't disc-based. | ||
| | | | ||
|} | |} | ||
== System == | == System == | ||
<code>System.IsInhibit</code> marked deprecated. The unregistered | <code>System.IsInhibit</code> marked deprecated. The row for the unregistered name was dropped; the correct entry was already present and keeps the profile link. | ||
| | {| class="wikitable sortable" width="100%" | ||
! Labels | |||
! style="80%" | Description | |||
! Version | |||
| | |||
|- | |- | ||
| <code>System.IsInhibit</code> | | <code>System.IsInhibit</code> | ||
| Line 68: | Line 53: | ||
| | | | ||
|- | |- | ||
|- | |- | ||
| <code>System.LoggedOn</code> | | <code>System.LoggedOn</code> | ||
| Line 85: | Line 58: | ||
:'''True''' if a user is currently logged on under a [[Profiles|profile]]. | :'''True''' if a user is currently logged on under a [[Profiles|profile]]. | ||
| | | | ||
| | |} | ||
Latest revision as of 16:20, 16 August 2026
Staging copy of proposed changes to List of boolean conditions. Not a live page.
Container
Argument added, matching the source and the doxygen entry.
| Labels | Description | Version |
|---|---|---|
Container(id).SubItem(item_number)
|
Returns
Note |
RetroPlayer
New v22 condition, listed before the existing rows.
| Labels | Description | Version |
|---|---|---|
RetroPlayer.AchievementsLoggedIn
|
Returns
|
v22 |
RetroPlayer.DiscEjected
|
Returns
|
|
RetroPlayer.EmptyTray
|
Returns
|
System
System.IsInhibit marked deprecated. The row for the unregistered name was dropped; the correct entry was already present and keeps the profile link.
| Labels | Description | Version |
|---|---|---|
System.IsInhibit
|
Deprecated in v20, use System.IdleShutdownInhibited instead.Returns true when shutdown on idle is disabled. |
|
System.LoggedOn
|
Returns
|