SteamVR/Environments/Panorama Javascript API: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dumped all the API classes I could find, there are probably more of them)
 
m (clean up)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is the client-side Javascript API documentation for the [[Dota_2_Workshop_Tools/Panorama|Panorama]] UI system in [[SteamVR/Environments|SteamVR Home]]. The documentation can be dumped using the 'cl_panorama_script_help_2' console command.
This is the client-side Javascript API documentation for the [[Dota 2 Workshop Tools/Panorama|Panorama]] UI system in [[SteamVR/Environments|SteamVR Home]]. The documentation can be dumped using the 'cl_panorama_script_help_2' console command.


{{note|Currently, the command only describes panel types that have actually been accessed from JavaScript during that session. (So run a custom game that exercises Panorama to get documentation.}}
{{note|Currently, the command only describes panel types that have actually been accessed from JavaScript during that session. (So run a custom game that exercises Panorama to get documentation.}}
Line 85: Line 85:


=== CPanoramaScript_GameEvents ===
=== CPanoramaScript_GameEvents ===
Interface for [[Dota_2_Workshop_Tools/Custom_Game_Events | Game events]]
Interface for [[Dota 2 Workshop Tools/Custom Game Events|Game events]]


'''Accessor variable: ''' <code>GameEvents</code>
'''Accessor variable: ''' <code>GameEvents</code>
Line 121: Line 121:


=== CPanoramaScript_CustomNetTables ===
=== CPanoramaScript_CustomNetTables ===
Interface for [[Dota_2_Workshop_Tools/Custom_Nettables| Nettables]]
Interface for [[Dota 2 Workshop Tools/Custom Nettables|Nettables]]


'''Accessor variable: ''' <code>CustomNetTables</code>
'''Accessor variable: ''' <code>CustomNetTables</code>
Line 424: Line 424:
| <code>Panel.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
| <code>Panel.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|  
|  
|-
| TriggerClass
| <code>Panel.TriggerClass( cstring cstring_1 )</code>
|
|-  
|-  
| ClearPanelEvent
| ClearPanelEvent
Line 660: Line 664:
| <code>Panel.SetReadyForDisplay( boolean boolean_1 )</code>
| <code>Panel.SetReadyForDisplay( boolean boolean_1 )</code>
|  
|  
|-
| SetPositionInPixels
| <code>Panel.SetPositionInPixels( float float_1, float float_2, float float_3 )</code>
|
|-  
|-  
| SetPanelEvent
| SetPanelEvent
Line 678: Line 686:
|}
|}


=== Image ===
'''Extends:''' <code>Panel</code>


=== Image ===
{| class="standard-table" style="width: 100%;"
{| class="standard-table" style="width: 100%;"
! Function
! Function
Line 685: Line 695:
! Description
! Description
|-  
|-  
| visible
| SetImage
| <code>Image.visible( boolean boolean_1 )</code>
| <code>Image.SetImage( cstring cstring_1 )</code>
|  
|  
|-  
|-  
| enabled
| SetScaling
| <code>Image.enabled( boolean boolean_1 )</code>
| <code>Image.SetScaling( cstring cstring_1 )</code>
|  
|  
|}
=== ClientUIDialogPanel ===
'''Extends:''' <code>Panel</code>
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| checked
| GetOwnerEntityID
| <code>Image.checked( boolean boolean_1 )</code>
| <code>ClientUIDialogPanel.GetOwnerEntityID()</code>
|  
|  
|}
=== Button ===
'''Extends:''' <code>Panel</code>
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
|}
=== FriendsItem ===
'''Extends:''' <code>Panel</code>
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| defaultfocus
|}
| <code>Image.defaultfocus( cstring cstring_1 )</code>
 
|  
 
=== AvatarCustomizationItem ===
 
'''Extends:''' <code>Panel</code>
 
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
|}
 
 
=== ContentBrowserItem ===
 
'''Extends:''' <code>Panel</code>
 
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| inputnamespace
|}
| <code>Image.inputnamespace( cstring cstring_1 )</code>
 
|
 
|-  
=== DestinationsScrollPanel ===
| hittest
 
| <code>Image.hittest( boolean boolean_1 )</code>
'''Extends:''' <code>Panel</code>
|
 
|-  
{| class="standard-table" style="width: 100%;"
| hittestchildren
! Function
| <code>Image.hittestchildren( boolean boolean_1 )</code>
! Signature
|
! Description
|-  
|-
| tabindex
|}
| <code>Image.tabindex( float float_1 )</code>
 
|
 
=== DestinationsSettingsPanel ===
 
'''Extends:''' <code>Panel</code>
 
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| selectionpos_x
|}
| <code>Image.selectionpos_x( float float_1 )</code>
 
|  
 
=== DestinationsTutorialPanel ===
 
'''Extends:''' <code>Panel</code>
 
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
|}
 
 
=== DestinationsWelcomePanel ===
 
'''Extends:''' <code>Panel</code>
 
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| selectionpos_y
|}
| <code>Image.selectionpos_y( float float_1 )</code>
 
|  
 
=== GameTrophyAppLogoPanel ===
 
'''Extends:''' <code>Panel</code>
 
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| id
| ShowDetailsPanel
| <code>Image.id()</code>
| <code>GameTrophyAppLogoPanel.ShowDetailsPanel()</code>
|  
|  
|-  
|-  
| layoutfile
| HideDetailsPanel
| <code>Image.layoutfile()</code>
| <code>GameTrophyAppLogoPanel.HideDetailsPanel()</code>
|  
|  
|-  
|-  
| contentwidth
| ViewAppDetails
| <code>Image.contentwidth()</code>
| <code>GameTrophyAppLogoPanel.ViewAppDetails()</code>
|  
|  
|-  
|-  
| contentheight
| ViewOwnerSteamAchievements
| <code>Image.contentheight()</code>
| <code>GameTrophyAppLogoPanel.ViewOwnerSteamAchievements()</code>
|  
|  
|-  
|-  
| desiredlayoutwidth
| ViewOwnerSteamProfile
| <code>Image.desiredlayoutwidth()</code>
| <code>GameTrophyAppLogoPanel.ViewOwnerSteamProfile()</code>
|  
|  
|-  
|-  
| desiredlayoutheight
| ViewOwnerSteamScreenshots
| <code>Image.desiredlayoutheight()</code>
| <code>GameTrophyAppLogoPanel.ViewOwnerSteamScreenshots()</code>
|  
|  
|-  
|-  
| actuallayoutwidth
| ViewLibraryScreenshots
| <code>Image.actuallayoutwidth()</code>
| <code>GameTrophyAppLogoPanel.ViewLibraryScreenshots()</code>
|  
|  
|}
=== GameTrophyDetailsPanel ===
'''Extends:''' <code>Panel</code>
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| actuallayoutheight
| ShowDetailsPanel
| <code>Image.actuallayoutheight()</code>
| <code>GameTrophyDetailsPanel.ShowDetailsPanel()</code>
|  
|  
|-  
|-  
| actualxoffset
| HideDetailsPanel
| <code>Image.actualxoffset()</code>
| <code>GameTrophyDetailsPanel.HideDetailsPanel()</code>
|  
|  
|-  
|-  
| actualyoffset
| ViewAppDetails
| <code>Image.actualyoffset()</code>
| <code>GameTrophyDetailsPanel.ViewAppDetails()</code>
|  
|  
|-  
|-  
| scrolloffset_y
| ViewOwnerSteamAchievements
| <code>Image.scrolloffset_y()</code>
| <code>GameTrophyDetailsPanel.ViewOwnerSteamAchievements()</code>
|  
|  
|-  
|-  
| scrolloffset_x
| ViewOwnerSteamProfile
| <code>Image.scrolloffset_x()</code>
| <code>GameTrophyDetailsPanel.ViewOwnerSteamProfile()</code>
|  
|  
|-  
|-  
| actualuiscale_y
| ViewOwnerSteamScreenshots
| <code>Image.actualuiscale_y()</code>
| <code>GameTrophyDetailsPanel.ViewOwnerSteamScreenshots()</code>
|  
|  
|-  
|-  
| actualuiscale_x
| ViewLibraryScreenshots
| <code>Image.actualuiscale_x()</code>
| <code>GameTrophyDetailsPanel.ViewLibraryScreenshots()</code>
|  
|  
|}
=== HTML ===
'''Extends:''' <code>Panel</code>
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| style
| SetURL
| <code>Image.style()</code>
| <code>HTML.SetURL( cstring cstring_1 )</code>
|  
|  
|-  
|-  
| AddClass
| RunJavascript
| <code>Image.AddClass( cstring cstring_1 )</code>
| <code>HTML.RunJavascript( cstring cstring_1 )</code>
|  
|  
|-  
|-  
| RemoveClass
| SetIgnoreCursor
| <code>Image.RemoveClass( cstring cstring_1 )</code>
| <code>HTML.SetIgnoreCursor( boolean boolean_1 )</code>
|
|-
| BHasClass
| <code>Image.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>Image.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>Image.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|  
|  
|}
=== LobbyItem ===
'''Extends:''' <code>Panel</code>
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
|}
=== RadioButton ===
'''Extends:''' <code>Panel</code>
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| ToggleClass
| GetSelectedButton
| <code>Image.ToggleClass( cstring cstring_1 )</code>
| <code>RadioButton.GetSelectedButton()</code>
|  
|  
|}
=== Slider ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| SwitchClass
| value
| <code>Image.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
| <code>Slider.value( float float_1 )</code>
|  
|  
|-  
|-  
| ClearPanelEvent
| min
| <code>Image.ClearPanelEvent( cstring cstring_1 )</code>
| <code>Slider.min( float float_1 )</code>
|  
|  
|-  
|-  
| SetDraggable
| max
| <code>Image.SetDraggable( boolean boolean_1 )</code>
| <code>Slider.max( float float_1 )</code>
|  
|  
|-  
|-  
| IsDraggable
| increment
| <code>Image.IsDraggable()</code>
| <code>Slider.increment( float float_1 )</code>
|  
|  
|-  
|-  
| GetChildCount
| default
| <code>Image.GetChildCount()</code>
| <code>Slider.default( float float_1 )</code>
|  
|  
|-  
|-  
| GetChild
| mousedown
| <code>Image.GetChild( integer integer_1 )</code>
| <code>Slider.mousedown()</code>
|  
|  
|-  
|-  
| GetChildIndex
| SetDirection
| <code>Image.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
| <code>Slider.SetDirection( unknown_variant_type unknown_variant_type_1 )</code>
|  
|  
|-  
|-  
| Children
| SetShowDefaultValue
| <code>Image.Children()</code>
| <code>Slider.SetShowDefaultValue( boolean boolean_1 )</code>
|  
|  
|-  
|-  
| FindChildrenWithClassTraverse
| SetRequiresSelection
| <code>Image.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
| <code>Slider.SetRequiresSelection( boolean boolean_1 )</code>
|  
|  
|-  
|-  
| GetParent
| SetValueNoEvents
| <code>Image.GetParent()</code>
| <code>Slider.SetValueNoEvents( float float_1 )</code>
|  
|  
|-  
|-  
| SetParent
| SetPanelEvent
| <code>Image.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
| <code>Slider.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|  
|  
|-  
|-  
| FindChild
| RunScriptInPanelContext
| <code>Image.FindChild( cstring cstring_1 )</code>
| <code>Slider.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|  
|  
|-  
|-  
| FindChildTraverse
| rememberchildfocus
| <code>Image.FindChildTraverse( cstring cstring_1 )</code>
| <code>Slider.rememberchildfocus( boolean boolean_1 )</code>
|  
|  
|-  
|-  
| FindChildInLayoutFile
| paneltype
| <code>Image.FindChildInLayoutFile( cstring cstring_1 )</code>
| <code>Slider.paneltype()</code>
|  
|  
|}
=== SteamToursAvatarCustomization ===
'''Extends:''' <code>Panel</code>
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| RemoveAndDeleteChildren
|}
| <code>Image.RemoveAndDeleteChildren()</code>
 
|  
 
=== SteamToursContentBrowser ===
 
'''Extends:''' <code>Panel</code>
 
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| MoveChildBefore
|}
| <code>Image.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
 
|  
 
|-  
=== SteamToursFriends ===
| MoveChildAfter
 
| <code>Image.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
'''Extends:''' <code>Panel</code>
|  
 
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
|}
 
 
=== SteamToursNotifications ===
 
'''Extends:''' <code>Panel</code>
 
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| GetPositionWithinWindow
|}
| <code>Image.GetPositionWithinWindow()</code>
 
|  
 
=== SteamToursPlayerBillboard ===
 
'''Extends:''' <code>Panel</code>
 
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| ApplyStyles
|}
| <code>Image.ApplyStyles( boolean boolean_1 )</code>
 
|  
 
=== SteamToursRecentApps ===
 
'''Extends:''' <code>Panel</code>
 
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| ClearPropertyFromCode
|}
| <code>Image.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
 
|  
 
=== SteamToursUGCImage ===
 
'''Extends:''' <code>Panel</code>
 
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| DeleteAsync
| LoadDetails
| <code>Image.DeleteAsync( float float_1 )</code>
| <code>SteamToursUGCImage.LoadDetails()</code>
|  
|  
|}
=== TrackpadUIPanel ===
'''Extends:''' <code>Panel</code>
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| BIsTransparent
|}
| <code>Image.BIsTransparent()</code>
 
|  
 
=== Label ===
 
'''Extends:''' <code>Panel</code>
 
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| BAcceptsInput
| text
| <code>Image.BAcceptsInput()</code>
| <code>Label.text( cstring cstring_1 )</code>
|  
|  
|-  
|-  
| BAcceptsFocus
| html
| <code>Image.BAcceptsFocus()</code>
| <code>Label.html( boolean boolean_1 )</code>
|
|-
| SetFocus
| <code>Image.SetFocus()</code>
|  
|  
|}
=== DropDown ===
'''Extends:''' <code>Panel</code>
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| UpdateFocusInContext
| AddOption
| <code>Image.UpdateFocusInContext()</code>
| <code>DropDown.AddOption( unknown_variant_type unknown_variant_type_1 )</code>
|  
|  
|-  
|-  
| BHasHoverStyle
| HasOption
| <code>Image.BHasHoverStyle()</code>
| <code>DropDown.HasOption( cstring cstring_1 )</code>
|  
|  
|-  
|-  
| SetAcceptsFocus
| RemoveOption
| <code>Image.SetAcceptsFocus( boolean boolean_1 )</code>
| <code>DropDown.RemoveOption( cstring cstring_1 )</code>
|  
|  
|-  
|-  
| SetDisableFocusOnMouseDown
| RemoveAllOptions
| <code>Image.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
| <code>DropDown.RemoveAllOptions()</code>
|  
|  
|-  
|-  
| BHasKeyFocus
| GetSelected
| <code>Image.BHasKeyFocus()</code>
| <code>DropDown.GetSelected()</code>
|  
|  
|-  
|-  
| SetScrollParentToFitWhenFocused
| SetSelected
| <code>Image.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
| <code>DropDown.SetSelected( cstring cstring_1 )</code>
|  
|  
|-  
|-  
| BScrollParentToFitWhenFocused
| FindDropDownMenuChild
| <code>Image.BScrollParentToFitWhenFocused()</code>
| <code>DropDown.FindDropDownMenuChild( cstring cstring_1 )</code>
|  
|  
|-  
|-  
| IsSelected
| AccessDropDownMenu
| <code>Image.IsSelected()</code>
| <code>DropDown.AccessDropDownMenu()</code>
|  
|  
|}
=== ToggleButton ===
'''Extends:''' <code>Panel</code>
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-  
|-  
| BHasDescendantKeyFocus
| SetSelected
| <code>Image.BHasDescendantKeyFocus()</code>
| <code>ToggleButton.SetSelected( boolean boolean_1 )</code>
|  
|  
|-  
|-  
| BLoadLayout
| text
| <code>Image.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
| <code>ToggleButton.text( cstring cstring_1 )</code>
|  
|  
|-  
|}
| BLoadLayoutFromString
 
| <code>Image.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
== Enumerations ==
 
=== SteamUGCQuery ===
{| class="standard-table" style="width: 100%;"
! Enumerator
! Value
! Description
|-
| SteamUGCQuery.RankedByVote
| 0
|  
|  
|-  
|-
| LoadLayoutFromStringAsync
| SteamUGCQuery.RankedByPublicationDate
| <code>Image.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
| 1
|  
|  
|-  
|-
| LoadLayoutAsync
| SteamUGCQuery.AcceptedForGameRankedByAcceptanceDate
| <code>Image.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
| 2
|  
|  
|-  
|-
| BLoadLayoutSnippet
| SteamUGCQuery.RankedByTrend
| <code>Image.BLoadLayoutSnippet( cstring cstring_1 )</code>
| 3
|  
|  
|-  
|-
| BCreateChildren
| SteamUGCQuery.FavoritedByFriendsRankedByPublicationDate
| <code>Image.BCreateChildren( cstring cstring_1 )</code>
| 4
|  
|  
|-  
|-
| SetTopOfInputContext
| SteamUGCQuery.CreatedByFriendsRankedByPublicationDate
| <code>Image.SetTopOfInputContext( boolean boolean_1 )</code>
| 5
|  
|  
|-  
|-
| SetDialogVariable
| SteamUGCQuery.RankedByNumTimesReported
| <code>Image.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
| 6
|  
|  
|-  
|-
| SetDialogVariableInt
| SteamUGCQuery.CreatedByFollowedUsersRankedByPublicationDate
| <code>Image.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
| 7
|  
|  
|-  
|-
| SetDialogVariableTime
| SteamUGCQuery.NotYetRated
| <code>Image.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
| 8
|  
|  
|-  
|-
| ScrollToTop
| SteamUGCQuery.RankedByTotalVotesAsc
| <code>Image.ScrollToTop()</code>
| 9
|  
|  
|-  
|-
| ScrollToBottom
| SteamUGCQuery.RankedByVotesUp
| <code>Image.ScrollToBottom()</code>
| 10
|  
|  
|-  
|-
| ScrollToLeftEdge
| SteamUGCQuery.RankedByTextSearch
| <code>Image.ScrollToLeftEdge()</code>
| 11
|  
|  
|-  
|-
| ScrollToRightEdge
| SteamUGCQuery.RankedByTotalUniqueSubscriptions
| <code>Image.ScrollToRightEdge()</code>
| 12
|  
|  
|-  
|-
| ScrollParentToMakePanelFit
| SteamUGCQuery.RankedByPlaytimeTrend
| <code>Image.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
| 13
|  
|  
|-  
|-
| BCanSeeInParentScroll
| SteamUGCQuery.RankedByTotalPlaytime
| <code>Image.BCanSeeInParentScroll()</code>
| 14
|  
|  
|-  
|-
| GetAttributeInt
| SteamUGCQuery.RankedByAveragePlaytimeTrend
| <code>Image.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
| 15
|  
|  
|-  
|-
| GetAttributeString
| SteamUGCQuery.RankedByLifetimeAveragePlaytime
| <code>Image.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
| 16
|  
|  
|-  
|-
| GetAttributeUInt32
| SteamUGCQuery.RankedByPlaytimeSessionsTrend
| <code>Image.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
| 17
|  
|  
|-  
|-
| SetAttributeInt
| SteamUGCQuery.RankedByLifetimePlaytimeSessions
| <code>Image.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
| 18
|  
|  
|-  
|}
| SetAttributeString
 
| <code>Image.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
=== SteamUGCMatchingUGCType ===
{| class="standard-table" style="width: 100%;"
! Enumerator
! Value
! Description
|-
| SteamUGCMatchingUGCType.Items
| 0
|  
|  
|-  
|-
| SetAttributeUInt32
| SteamUGCMatchingUGCType.Items_Mtx
| <code>Image.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
| 1
|  
|  
|-  
|-
| SetInputNamespace
| SteamUGCMatchingUGCType.Items_ReadyToUse
| <code>Image.SetInputNamespace( cstring cstring_1 )</code>
| 2
|  
|  
|-  
|-
| RegisterForReadyEvents
| SteamUGCMatchingUGCType.Collections
| <code>Image.RegisterForReadyEvents( boolean boolean_1 )</code>
| 3
|  
|  
|-  
|-
| BReadyForDisplay
| SteamUGCMatchingUGCType.Artwork
| <code>Image.BReadyForDisplay()</code>
| 4
|  
|  
|-  
|-
| SetReadyForDisplay
| SteamUGCMatchingUGCType.Videos
| <code>Image.SetReadyForDisplay( boolean boolean_1 )</code>
| 5
|  
|  
|-  
|-
| SetImage
| SteamUGCMatchingUGCType.Screenshots
| <code>Image.SetImage( cstring cstring_1 )</code>
| 6
|  
|  
|-  
|-
| SetScaling
| SteamUGCMatchingUGCType.AllGuides
| <code>Image.SetScaling( cstring cstring_1 )</code>
| 7
|  
|  
|-  
|-
| SetPanelEvent
| SteamUGCMatchingUGCType.WebGuides
| <code>Image.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
| 8
|  
|  
|-  
|-
| RunScriptInPanelContext
| SteamUGCMatchingUGCType.IntegratedGuides
| <code>Image.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
| 9
|  
|  
|-  
|-
| rememberchildfocus
| SteamUGCMatchingUGCType.UsableInGame
| <code>Image.rememberchildfocus( boolean boolean_1 )</code>
| 10
|  
|  
|-  
|-
| paneltype
| SteamUGCMatchingUGCType.ControllerBindings
| <code>Image.paneltype()</code>
| 11
|  
|  
|}
|-
 
| SteamUGCMatchingUGCType.GameManagedItems
 
=== ClientUIDialogPanel ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>ClientUIDialogPanel.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>ClientUIDialogPanel.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>ClientUIDialogPanel.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>ClientUIDialogPanel.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>ClientUIDialogPanel.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>ClientUIDialogPanel.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>ClientUIDialogPanel.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>ClientUIDialogPanel.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>ClientUIDialogPanel.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>ClientUIDialogPanel.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>ClientUIDialogPanel.id()</code>
|
|-
| layoutfile
| <code>ClientUIDialogPanel.layoutfile()</code>
|
|-
| contentwidth
| <code>ClientUIDialogPanel.contentwidth()</code>
|
|-
| contentheight
| <code>ClientUIDialogPanel.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>ClientUIDialogPanel.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>ClientUIDialogPanel.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>ClientUIDialogPanel.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>ClientUIDialogPanel.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>ClientUIDialogPanel.actualxoffset()</code>
|
|-
| actualyoffset
| <code>ClientUIDialogPanel.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>ClientUIDialogPanel.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>ClientUIDialogPanel.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>ClientUIDialogPanel.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>ClientUIDialogPanel.actualuiscale_x()</code>
|
|-
| style
| <code>ClientUIDialogPanel.style()</code>
|
|-
| AddClass
| <code>ClientUIDialogPanel.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>ClientUIDialogPanel.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>ClientUIDialogPanel.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>ClientUIDialogPanel.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>ClientUIDialogPanel.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>ClientUIDialogPanel.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>ClientUIDialogPanel.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>ClientUIDialogPanel.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>ClientUIDialogPanel.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>ClientUIDialogPanel.IsDraggable()</code>
|
|-
| GetChildCount
| <code>ClientUIDialogPanel.GetChildCount()</code>
|
|-
| GetChild
| <code>ClientUIDialogPanel.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>ClientUIDialogPanel.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>ClientUIDialogPanel.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>ClientUIDialogPanel.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>ClientUIDialogPanel.GetParent()</code>
|
|-
| SetParent
| <code>ClientUIDialogPanel.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>ClientUIDialogPanel.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>ClientUIDialogPanel.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>ClientUIDialogPanel.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>ClientUIDialogPanel.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>ClientUIDialogPanel.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>ClientUIDialogPanel.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>ClientUIDialogPanel.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>ClientUIDialogPanel.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>ClientUIDialogPanel.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>ClientUIDialogPanel.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>ClientUIDialogPanel.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>ClientUIDialogPanel.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>ClientUIDialogPanel.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>ClientUIDialogPanel.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>ClientUIDialogPanel.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>ClientUIDialogPanel.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>ClientUIDialogPanel.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>ClientUIDialogPanel.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>ClientUIDialogPanel.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>ClientUIDialogPanel.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>ClientUIDialogPanel.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>ClientUIDialogPanel.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>ClientUIDialogPanel.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>ClientUIDialogPanel.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>ClientUIDialogPanel.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>ClientUIDialogPanel.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>ClientUIDialogPanel.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>ClientUIDialogPanel.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>ClientUIDialogPanel.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>ClientUIDialogPanel.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>ClientUIDialogPanel.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>ClientUIDialogPanel.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>ClientUIDialogPanel.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>ClientUIDialogPanel.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>ClientUIDialogPanel.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>ClientUIDialogPanel.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>ClientUIDialogPanel.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>ClientUIDialogPanel.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>ClientUIDialogPanel.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>ClientUIDialogPanel.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>ClientUIDialogPanel.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>ClientUIDialogPanel.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>ClientUIDialogPanel.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>ClientUIDialogPanel.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>ClientUIDialogPanel.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>ClientUIDialogPanel.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>ClientUIDialogPanel.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>ClientUIDialogPanel.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>ClientUIDialogPanel.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| GetOwnerEntityID
| <code>ClientUIDialogPanel.GetOwnerEntityID()</code>
|
|-
| SetPanelEvent
| <code>ClientUIDialogPanel.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>ClientUIDialogPanel.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>ClientUIDialogPanel.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>ClientUIDialogPanel.paneltype()</code>
|
|}
 
 
=== Button ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>Button.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>Button.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>Button.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>Button.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>Button.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>Button.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>Button.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>Button.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>Button.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>Button.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>Button.id()</code>
|
|-
| layoutfile
| <code>Button.layoutfile()</code>
|
|-
| contentwidth
| <code>Button.contentwidth()</code>
|
|-
| contentheight
| <code>Button.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>Button.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>Button.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>Button.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>Button.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>Button.actualxoffset()</code>
|
|-
| actualyoffset
| <code>Button.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>Button.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>Button.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>Button.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>Button.actualuiscale_x()</code>
|
|-
| style
| <code>Button.style()</code>
|
|-
| AddClass
| <code>Button.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>Button.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>Button.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>Button.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>Button.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>Button.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>Button.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>Button.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>Button.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>Button.IsDraggable()</code>
|
|-
| GetChildCount
| <code>Button.GetChildCount()</code>
|
|-
| GetChild
| <code>Button.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>Button.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>Button.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>Button.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>Button.GetParent()</code>
|
|-
| SetParent
| <code>Button.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>Button.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>Button.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>Button.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>Button.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>Button.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>Button.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>Button.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>Button.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>Button.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>Button.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>Button.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>Button.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>Button.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>Button.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>Button.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>Button.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>Button.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>Button.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>Button.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>Button.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>Button.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>Button.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>Button.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>Button.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>Button.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>Button.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>Button.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>Button.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>Button.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>Button.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>Button.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>Button.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>Button.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>Button.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>Button.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>Button.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>Button.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>Button.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>Button.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>Button.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>Button.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>Button.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>Button.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>Button.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>Button.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>Button.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>Button.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>Button.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>Button.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>Button.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>Button.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>Button.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>Button.paneltype()</code>
|
|}
 
 
=== FriendsItem ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>FriendsItem.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>FriendsItem.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>FriendsItem.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>FriendsItem.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>FriendsItem.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>FriendsItem.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>FriendsItem.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>FriendsItem.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>FriendsItem.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>FriendsItem.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>FriendsItem.id()</code>
|
|-
| layoutfile
| <code>FriendsItem.layoutfile()</code>
|
|-
| contentwidth
| <code>FriendsItem.contentwidth()</code>
|
|-
| contentheight
| <code>FriendsItem.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>FriendsItem.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>FriendsItem.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>FriendsItem.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>FriendsItem.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>FriendsItem.actualxoffset()</code>
|
|-
| actualyoffset
| <code>FriendsItem.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>FriendsItem.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>FriendsItem.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>FriendsItem.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>FriendsItem.actualuiscale_x()</code>
|
|-
| style
| <code>FriendsItem.style()</code>
|
|-
| AddClass
| <code>FriendsItem.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>FriendsItem.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>FriendsItem.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>FriendsItem.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>FriendsItem.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>FriendsItem.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>FriendsItem.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>FriendsItem.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>FriendsItem.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>FriendsItem.IsDraggable()</code>
|
|-
| GetChildCount
| <code>FriendsItem.GetChildCount()</code>
|
|-
| GetChild
| <code>FriendsItem.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>FriendsItem.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>FriendsItem.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>FriendsItem.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>FriendsItem.GetParent()</code>
|
|-
| SetParent
| <code>FriendsItem.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>FriendsItem.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>FriendsItem.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>FriendsItem.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>FriendsItem.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>FriendsItem.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>FriendsItem.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>FriendsItem.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>FriendsItem.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>FriendsItem.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>FriendsItem.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>FriendsItem.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>FriendsItem.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>FriendsItem.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>FriendsItem.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>FriendsItem.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>FriendsItem.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>FriendsItem.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>FriendsItem.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>FriendsItem.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>FriendsItem.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>FriendsItem.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>FriendsItem.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>FriendsItem.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>FriendsItem.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>FriendsItem.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>FriendsItem.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>FriendsItem.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>FriendsItem.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>FriendsItem.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>FriendsItem.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>FriendsItem.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>FriendsItem.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>FriendsItem.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>FriendsItem.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>FriendsItem.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>FriendsItem.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>FriendsItem.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>FriendsItem.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>FriendsItem.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>FriendsItem.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>FriendsItem.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>FriendsItem.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>FriendsItem.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>FriendsItem.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>FriendsItem.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>FriendsItem.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>FriendsItem.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>FriendsItem.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>FriendsItem.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>FriendsItem.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>FriendsItem.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>FriendsItem.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>FriendsItem.paneltype()</code>
|
|}
 
 
=== AvatarCustomizationItem ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>AvatarCustomizationItem.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>AvatarCustomizationItem.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>AvatarCustomizationItem.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>AvatarCustomizationItem.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>AvatarCustomizationItem.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>AvatarCustomizationItem.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>AvatarCustomizationItem.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>AvatarCustomizationItem.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>AvatarCustomizationItem.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>AvatarCustomizationItem.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>AvatarCustomizationItem.id()</code>
|
|-
| layoutfile
| <code>AvatarCustomizationItem.layoutfile()</code>
|
|-
| contentwidth
| <code>AvatarCustomizationItem.contentwidth()</code>
|
|-
| contentheight
| <code>AvatarCustomizationItem.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>AvatarCustomizationItem.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>AvatarCustomizationItem.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>AvatarCustomizationItem.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>AvatarCustomizationItem.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>AvatarCustomizationItem.actualxoffset()</code>
|
|-
| actualyoffset
| <code>AvatarCustomizationItem.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>AvatarCustomizationItem.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>AvatarCustomizationItem.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>AvatarCustomizationItem.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>AvatarCustomizationItem.actualuiscale_x()</code>
|
|-
| style
| <code>AvatarCustomizationItem.style()</code>
|
|-
| AddClass
| <code>AvatarCustomizationItem.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>AvatarCustomizationItem.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>AvatarCustomizationItem.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>AvatarCustomizationItem.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>AvatarCustomizationItem.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>AvatarCustomizationItem.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>AvatarCustomizationItem.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>AvatarCustomizationItem.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>AvatarCustomizationItem.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>AvatarCustomizationItem.IsDraggable()</code>
|
|-
| GetChildCount
| <code>AvatarCustomizationItem.GetChildCount()</code>
|
|-
| GetChild
| <code>AvatarCustomizationItem.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>AvatarCustomizationItem.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>AvatarCustomizationItem.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>AvatarCustomizationItem.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>AvatarCustomizationItem.GetParent()</code>
|
|-
| SetParent
| <code>AvatarCustomizationItem.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>AvatarCustomizationItem.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>AvatarCustomizationItem.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>AvatarCustomizationItem.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>AvatarCustomizationItem.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>AvatarCustomizationItem.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>AvatarCustomizationItem.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>AvatarCustomizationItem.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>AvatarCustomizationItem.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>AvatarCustomizationItem.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>AvatarCustomizationItem.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>AvatarCustomizationItem.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>AvatarCustomizationItem.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>AvatarCustomizationItem.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>AvatarCustomizationItem.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>AvatarCustomizationItem.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>AvatarCustomizationItem.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>AvatarCustomizationItem.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>AvatarCustomizationItem.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>AvatarCustomizationItem.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>AvatarCustomizationItem.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>AvatarCustomizationItem.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>AvatarCustomizationItem.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>AvatarCustomizationItem.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>AvatarCustomizationItem.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>AvatarCustomizationItem.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>AvatarCustomizationItem.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>AvatarCustomizationItem.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>AvatarCustomizationItem.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>AvatarCustomizationItem.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>AvatarCustomizationItem.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>AvatarCustomizationItem.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>AvatarCustomizationItem.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>AvatarCustomizationItem.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>AvatarCustomizationItem.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>AvatarCustomizationItem.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>AvatarCustomizationItem.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>AvatarCustomizationItem.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>AvatarCustomizationItem.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>AvatarCustomizationItem.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>AvatarCustomizationItem.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>AvatarCustomizationItem.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>AvatarCustomizationItem.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>AvatarCustomizationItem.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>AvatarCustomizationItem.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>AvatarCustomizationItem.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>AvatarCustomizationItem.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>AvatarCustomizationItem.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>AvatarCustomizationItem.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>AvatarCustomizationItem.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>AvatarCustomizationItem.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>AvatarCustomizationItem.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>AvatarCustomizationItem.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>AvatarCustomizationItem.paneltype()</code>
|
|}
 
 
=== ContentBrowserItem ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>ContentBrowserItem.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>ContentBrowserItem.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>ContentBrowserItem.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>ContentBrowserItem.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>ContentBrowserItem.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>ContentBrowserItem.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>ContentBrowserItem.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>ContentBrowserItem.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>ContentBrowserItem.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>ContentBrowserItem.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>ContentBrowserItem.id()</code>
|
|-
| layoutfile
| <code>ContentBrowserItem.layoutfile()</code>
|
|-
| contentwidth
| <code>ContentBrowserItem.contentwidth()</code>
|
|-
| contentheight
| <code>ContentBrowserItem.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>ContentBrowserItem.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>ContentBrowserItem.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>ContentBrowserItem.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>ContentBrowserItem.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>ContentBrowserItem.actualxoffset()</code>
|
|-
| actualyoffset
| <code>ContentBrowserItem.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>ContentBrowserItem.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>ContentBrowserItem.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>ContentBrowserItem.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>ContentBrowserItem.actualuiscale_x()</code>
|
|-
| style
| <code>ContentBrowserItem.style()</code>
|
|-
| AddClass
| <code>ContentBrowserItem.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>ContentBrowserItem.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>ContentBrowserItem.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>ContentBrowserItem.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>ContentBrowserItem.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>ContentBrowserItem.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>ContentBrowserItem.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>ContentBrowserItem.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>ContentBrowserItem.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>ContentBrowserItem.IsDraggable()</code>
|
|-
| GetChildCount
| <code>ContentBrowserItem.GetChildCount()</code>
|
|-
| GetChild
| <code>ContentBrowserItem.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>ContentBrowserItem.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>ContentBrowserItem.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>ContentBrowserItem.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>ContentBrowserItem.GetParent()</code>
|
|-
| SetParent
| <code>ContentBrowserItem.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>ContentBrowserItem.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>ContentBrowserItem.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>ContentBrowserItem.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>ContentBrowserItem.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>ContentBrowserItem.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>ContentBrowserItem.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>ContentBrowserItem.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>ContentBrowserItem.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>ContentBrowserItem.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>ContentBrowserItem.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>ContentBrowserItem.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>ContentBrowserItem.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>ContentBrowserItem.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>ContentBrowserItem.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>ContentBrowserItem.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>ContentBrowserItem.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>ContentBrowserItem.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>ContentBrowserItem.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>ContentBrowserItem.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>ContentBrowserItem.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>ContentBrowserItem.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>ContentBrowserItem.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>ContentBrowserItem.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>ContentBrowserItem.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>ContentBrowserItem.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>ContentBrowserItem.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>ContentBrowserItem.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>ContentBrowserItem.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>ContentBrowserItem.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>ContentBrowserItem.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>ContentBrowserItem.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>ContentBrowserItem.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>ContentBrowserItem.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>ContentBrowserItem.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>ContentBrowserItem.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>ContentBrowserItem.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>ContentBrowserItem.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>ContentBrowserItem.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>ContentBrowserItem.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>ContentBrowserItem.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>ContentBrowserItem.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>ContentBrowserItem.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>ContentBrowserItem.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>ContentBrowserItem.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>ContentBrowserItem.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>ContentBrowserItem.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>ContentBrowserItem.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>ContentBrowserItem.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>ContentBrowserItem.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>ContentBrowserItem.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>ContentBrowserItem.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>ContentBrowserItem.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>ContentBrowserItem.paneltype()</code>
|
|}
 
 
=== DestinationsScrollPanel ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>DestinationsScrollPanel.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>DestinationsScrollPanel.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>DestinationsScrollPanel.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>DestinationsScrollPanel.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>DestinationsScrollPanel.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>DestinationsScrollPanel.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>DestinationsScrollPanel.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>DestinationsScrollPanel.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>DestinationsScrollPanel.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>DestinationsScrollPanel.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>DestinationsScrollPanel.id()</code>
|
|-
| layoutfile
| <code>DestinationsScrollPanel.layoutfile()</code>
|
|-
| contentwidth
| <code>DestinationsScrollPanel.contentwidth()</code>
|
|-
| contentheight
| <code>DestinationsScrollPanel.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>DestinationsScrollPanel.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>DestinationsScrollPanel.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>DestinationsScrollPanel.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>DestinationsScrollPanel.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>DestinationsScrollPanel.actualxoffset()</code>
|
|-
| actualyoffset
| <code>DestinationsScrollPanel.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>DestinationsScrollPanel.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>DestinationsScrollPanel.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>DestinationsScrollPanel.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>DestinationsScrollPanel.actualuiscale_x()</code>
|
|-
| style
| <code>DestinationsScrollPanel.style()</code>
|
|-
| AddClass
| <code>DestinationsScrollPanel.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>DestinationsScrollPanel.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>DestinationsScrollPanel.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>DestinationsScrollPanel.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>DestinationsScrollPanel.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>DestinationsScrollPanel.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>DestinationsScrollPanel.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>DestinationsScrollPanel.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>DestinationsScrollPanel.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>DestinationsScrollPanel.IsDraggable()</code>
|
|-
| GetChildCount
| <code>DestinationsScrollPanel.GetChildCount()</code>
|
|-
| GetChild
| <code>DestinationsScrollPanel.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>DestinationsScrollPanel.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>DestinationsScrollPanel.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>DestinationsScrollPanel.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>DestinationsScrollPanel.GetParent()</code>
|
|-
| SetParent
| <code>DestinationsScrollPanel.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>DestinationsScrollPanel.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>DestinationsScrollPanel.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>DestinationsScrollPanel.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>DestinationsScrollPanel.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>DestinationsScrollPanel.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>DestinationsScrollPanel.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>DestinationsScrollPanel.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>DestinationsScrollPanel.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>DestinationsScrollPanel.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>DestinationsScrollPanel.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>DestinationsScrollPanel.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>DestinationsScrollPanel.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>DestinationsScrollPanel.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>DestinationsScrollPanel.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>DestinationsScrollPanel.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>DestinationsScrollPanel.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>DestinationsScrollPanel.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>DestinationsScrollPanel.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>DestinationsScrollPanel.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>DestinationsScrollPanel.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>DestinationsScrollPanel.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>DestinationsScrollPanel.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>DestinationsScrollPanel.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>DestinationsScrollPanel.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>DestinationsScrollPanel.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>DestinationsScrollPanel.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>DestinationsScrollPanel.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>DestinationsScrollPanel.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>DestinationsScrollPanel.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>DestinationsScrollPanel.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>DestinationsScrollPanel.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>DestinationsScrollPanel.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>DestinationsScrollPanel.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>DestinationsScrollPanel.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>DestinationsScrollPanel.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>DestinationsScrollPanel.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>DestinationsScrollPanel.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>DestinationsScrollPanel.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>DestinationsScrollPanel.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>DestinationsScrollPanel.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>DestinationsScrollPanel.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>DestinationsScrollPanel.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>DestinationsScrollPanel.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>DestinationsScrollPanel.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>DestinationsScrollPanel.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>DestinationsScrollPanel.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>DestinationsScrollPanel.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>DestinationsScrollPanel.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>DestinationsScrollPanel.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>DestinationsScrollPanel.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>DestinationsScrollPanel.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>DestinationsScrollPanel.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>DestinationsScrollPanel.paneltype()</code>
|
|}
 
 
=== DestinationsSettingsPanel ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>DestinationsSettingsPanel.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>DestinationsSettingsPanel.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>DestinationsSettingsPanel.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>DestinationsSettingsPanel.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>DestinationsSettingsPanel.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>DestinationsSettingsPanel.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>DestinationsSettingsPanel.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>DestinationsSettingsPanel.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>DestinationsSettingsPanel.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>DestinationsSettingsPanel.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>DestinationsSettingsPanel.id()</code>
|
|-
| layoutfile
| <code>DestinationsSettingsPanel.layoutfile()</code>
|
|-
| contentwidth
| <code>DestinationsSettingsPanel.contentwidth()</code>
|
|-
| contentheight
| <code>DestinationsSettingsPanel.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>DestinationsSettingsPanel.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>DestinationsSettingsPanel.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>DestinationsSettingsPanel.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>DestinationsSettingsPanel.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>DestinationsSettingsPanel.actualxoffset()</code>
|
|-
| actualyoffset
| <code>DestinationsSettingsPanel.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>DestinationsSettingsPanel.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>DestinationsSettingsPanel.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>DestinationsSettingsPanel.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>DestinationsSettingsPanel.actualuiscale_x()</code>
|
|-
| style
| <code>DestinationsSettingsPanel.style()</code>
|
|-
| AddClass
| <code>DestinationsSettingsPanel.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>DestinationsSettingsPanel.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>DestinationsSettingsPanel.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>DestinationsSettingsPanel.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>DestinationsSettingsPanel.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>DestinationsSettingsPanel.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>DestinationsSettingsPanel.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>DestinationsSettingsPanel.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>DestinationsSettingsPanel.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>DestinationsSettingsPanel.IsDraggable()</code>
|
|-
| GetChildCount
| <code>DestinationsSettingsPanel.GetChildCount()</code>
|
|-
| GetChild
| <code>DestinationsSettingsPanel.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>DestinationsSettingsPanel.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>DestinationsSettingsPanel.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>DestinationsSettingsPanel.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>DestinationsSettingsPanel.GetParent()</code>
|
|-
| SetParent
| <code>DestinationsSettingsPanel.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>DestinationsSettingsPanel.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>DestinationsSettingsPanel.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>DestinationsSettingsPanel.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>DestinationsSettingsPanel.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>DestinationsSettingsPanel.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>DestinationsSettingsPanel.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>DestinationsSettingsPanel.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>DestinationsSettingsPanel.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>DestinationsSettingsPanel.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>DestinationsSettingsPanel.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>DestinationsSettingsPanel.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>DestinationsSettingsPanel.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>DestinationsSettingsPanel.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>DestinationsSettingsPanel.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>DestinationsSettingsPanel.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>DestinationsSettingsPanel.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>DestinationsSettingsPanel.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>DestinationsSettingsPanel.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>DestinationsSettingsPanel.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>DestinationsSettingsPanel.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>DestinationsSettingsPanel.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>DestinationsSettingsPanel.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>DestinationsSettingsPanel.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>DestinationsSettingsPanel.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>DestinationsSettingsPanel.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>DestinationsSettingsPanel.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>DestinationsSettingsPanel.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>DestinationsSettingsPanel.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>DestinationsSettingsPanel.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>DestinationsSettingsPanel.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>DestinationsSettingsPanel.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>DestinationsSettingsPanel.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>DestinationsSettingsPanel.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>DestinationsSettingsPanel.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>DestinationsSettingsPanel.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>DestinationsSettingsPanel.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>DestinationsSettingsPanel.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>DestinationsSettingsPanel.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>DestinationsSettingsPanel.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>DestinationsSettingsPanel.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>DestinationsSettingsPanel.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>DestinationsSettingsPanel.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>DestinationsSettingsPanel.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>DestinationsSettingsPanel.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>DestinationsSettingsPanel.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>DestinationsSettingsPanel.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>DestinationsSettingsPanel.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>DestinationsSettingsPanel.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>DestinationsSettingsPanel.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>DestinationsSettingsPanel.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>DestinationsSettingsPanel.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>DestinationsSettingsPanel.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>DestinationsSettingsPanel.paneltype()</code>
|
|}
 
 
=== DestinationsTutorialPanel ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>DestinationsTutorialPanel.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>DestinationsTutorialPanel.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>DestinationsTutorialPanel.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>DestinationsTutorialPanel.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>DestinationsTutorialPanel.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>DestinationsTutorialPanel.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>DestinationsTutorialPanel.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>DestinationsTutorialPanel.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>DestinationsTutorialPanel.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>DestinationsTutorialPanel.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>DestinationsTutorialPanel.id()</code>
|
|-
| layoutfile
| <code>DestinationsTutorialPanel.layoutfile()</code>
|
|-
| contentwidth
| <code>DestinationsTutorialPanel.contentwidth()</code>
|
|-
| contentheight
| <code>DestinationsTutorialPanel.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>DestinationsTutorialPanel.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>DestinationsTutorialPanel.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>DestinationsTutorialPanel.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>DestinationsTutorialPanel.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>DestinationsTutorialPanel.actualxoffset()</code>
|
|-
| actualyoffset
| <code>DestinationsTutorialPanel.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>DestinationsTutorialPanel.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>DestinationsTutorialPanel.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>DestinationsTutorialPanel.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>DestinationsTutorialPanel.actualuiscale_x()</code>
|
|-
| style
| <code>DestinationsTutorialPanel.style()</code>
|
|-
| AddClass
| <code>DestinationsTutorialPanel.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>DestinationsTutorialPanel.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>DestinationsTutorialPanel.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>DestinationsTutorialPanel.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>DestinationsTutorialPanel.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>DestinationsTutorialPanel.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>DestinationsTutorialPanel.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>DestinationsTutorialPanel.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>DestinationsTutorialPanel.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>DestinationsTutorialPanel.IsDraggable()</code>
|
|-
| GetChildCount
| <code>DestinationsTutorialPanel.GetChildCount()</code>
|
|-
| GetChild
| <code>DestinationsTutorialPanel.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>DestinationsTutorialPanel.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>DestinationsTutorialPanel.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>DestinationsTutorialPanel.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>DestinationsTutorialPanel.GetParent()</code>
|
|-
| SetParent
| <code>DestinationsTutorialPanel.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>DestinationsTutorialPanel.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>DestinationsTutorialPanel.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>DestinationsTutorialPanel.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>DestinationsTutorialPanel.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>DestinationsTutorialPanel.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>DestinationsTutorialPanel.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>DestinationsTutorialPanel.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>DestinationsTutorialPanel.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>DestinationsTutorialPanel.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>DestinationsTutorialPanel.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>DestinationsTutorialPanel.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>DestinationsTutorialPanel.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>DestinationsTutorialPanel.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>DestinationsTutorialPanel.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>DestinationsTutorialPanel.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>DestinationsTutorialPanel.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>DestinationsTutorialPanel.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>DestinationsTutorialPanel.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>DestinationsTutorialPanel.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>DestinationsTutorialPanel.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>DestinationsTutorialPanel.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>DestinationsTutorialPanel.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>DestinationsTutorialPanel.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>DestinationsTutorialPanel.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>DestinationsTutorialPanel.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>DestinationsTutorialPanel.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>DestinationsTutorialPanel.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>DestinationsTutorialPanel.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>DestinationsTutorialPanel.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>DestinationsTutorialPanel.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>DestinationsTutorialPanel.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>DestinationsTutorialPanel.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>DestinationsTutorialPanel.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>DestinationsTutorialPanel.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>DestinationsTutorialPanel.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>DestinationsTutorialPanel.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>DestinationsTutorialPanel.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>DestinationsTutorialPanel.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>DestinationsTutorialPanel.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>DestinationsTutorialPanel.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>DestinationsTutorialPanel.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>DestinationsTutorialPanel.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>DestinationsTutorialPanel.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>DestinationsTutorialPanel.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>DestinationsTutorialPanel.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>DestinationsTutorialPanel.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>DestinationsTutorialPanel.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>DestinationsTutorialPanel.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>DestinationsTutorialPanel.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>DestinationsTutorialPanel.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>DestinationsTutorialPanel.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>DestinationsTutorialPanel.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>DestinationsTutorialPanel.paneltype()</code>
|
|}
 
 
=== DestinationsWelcomePanel ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>DestinationsWelcomePanel.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>DestinationsWelcomePanel.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>DestinationsWelcomePanel.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>DestinationsWelcomePanel.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>DestinationsWelcomePanel.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>DestinationsWelcomePanel.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>DestinationsWelcomePanel.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>DestinationsWelcomePanel.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>DestinationsWelcomePanel.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>DestinationsWelcomePanel.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>DestinationsWelcomePanel.id()</code>
|
|-
| layoutfile
| <code>DestinationsWelcomePanel.layoutfile()</code>
|
|-
| contentwidth
| <code>DestinationsWelcomePanel.contentwidth()</code>
|
|-
| contentheight
| <code>DestinationsWelcomePanel.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>DestinationsWelcomePanel.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>DestinationsWelcomePanel.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>DestinationsWelcomePanel.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>DestinationsWelcomePanel.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>DestinationsWelcomePanel.actualxoffset()</code>
|
|-
| actualyoffset
| <code>DestinationsWelcomePanel.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>DestinationsWelcomePanel.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>DestinationsWelcomePanel.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>DestinationsWelcomePanel.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>DestinationsWelcomePanel.actualuiscale_x()</code>
|
|-
| style
| <code>DestinationsWelcomePanel.style()</code>
|
|-
| AddClass
| <code>DestinationsWelcomePanel.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>DestinationsWelcomePanel.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>DestinationsWelcomePanel.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>DestinationsWelcomePanel.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>DestinationsWelcomePanel.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>DestinationsWelcomePanel.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>DestinationsWelcomePanel.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>DestinationsWelcomePanel.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>DestinationsWelcomePanel.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>DestinationsWelcomePanel.IsDraggable()</code>
|
|-
| GetChildCount
| <code>DestinationsWelcomePanel.GetChildCount()</code>
|
|-
| GetChild
| <code>DestinationsWelcomePanel.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>DestinationsWelcomePanel.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>DestinationsWelcomePanel.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>DestinationsWelcomePanel.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>DestinationsWelcomePanel.GetParent()</code>
|
|-
| SetParent
| <code>DestinationsWelcomePanel.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>DestinationsWelcomePanel.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>DestinationsWelcomePanel.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>DestinationsWelcomePanel.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>DestinationsWelcomePanel.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>DestinationsWelcomePanel.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>DestinationsWelcomePanel.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>DestinationsWelcomePanel.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>DestinationsWelcomePanel.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>DestinationsWelcomePanel.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>DestinationsWelcomePanel.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>DestinationsWelcomePanel.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>DestinationsWelcomePanel.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>DestinationsWelcomePanel.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>DestinationsWelcomePanel.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>DestinationsWelcomePanel.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>DestinationsWelcomePanel.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>DestinationsWelcomePanel.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>DestinationsWelcomePanel.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>DestinationsWelcomePanel.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>DestinationsWelcomePanel.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>DestinationsWelcomePanel.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>DestinationsWelcomePanel.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>DestinationsWelcomePanel.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>DestinationsWelcomePanel.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>DestinationsWelcomePanel.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>DestinationsWelcomePanel.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>DestinationsWelcomePanel.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>DestinationsWelcomePanel.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>DestinationsWelcomePanel.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>DestinationsWelcomePanel.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>DestinationsWelcomePanel.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>DestinationsWelcomePanel.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>DestinationsWelcomePanel.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>DestinationsWelcomePanel.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>DestinationsWelcomePanel.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>DestinationsWelcomePanel.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>DestinationsWelcomePanel.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>DestinationsWelcomePanel.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>DestinationsWelcomePanel.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>DestinationsWelcomePanel.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>DestinationsWelcomePanel.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>DestinationsWelcomePanel.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>DestinationsWelcomePanel.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>DestinationsWelcomePanel.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>DestinationsWelcomePanel.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>DestinationsWelcomePanel.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>DestinationsWelcomePanel.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>DestinationsWelcomePanel.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>DestinationsWelcomePanel.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>DestinationsWelcomePanel.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>DestinationsWelcomePanel.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>DestinationsWelcomePanel.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>DestinationsWelcomePanel.paneltype()</code>
|
|}
 
 
=== GameTrophyAppLogoPanel ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>GameTrophyAppLogoPanel.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>GameTrophyAppLogoPanel.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>GameTrophyAppLogoPanel.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>GameTrophyAppLogoPanel.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>GameTrophyAppLogoPanel.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>GameTrophyAppLogoPanel.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>GameTrophyAppLogoPanel.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>GameTrophyAppLogoPanel.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>GameTrophyAppLogoPanel.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>GameTrophyAppLogoPanel.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>GameTrophyAppLogoPanel.id()</code>
|
|-
| layoutfile
| <code>GameTrophyAppLogoPanel.layoutfile()</code>
|
|-
| contentwidth
| <code>GameTrophyAppLogoPanel.contentwidth()</code>
|
|-
| contentheight
| <code>GameTrophyAppLogoPanel.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>GameTrophyAppLogoPanel.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>GameTrophyAppLogoPanel.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>GameTrophyAppLogoPanel.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>GameTrophyAppLogoPanel.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>GameTrophyAppLogoPanel.actualxoffset()</code>
|
|-
| actualyoffset
| <code>GameTrophyAppLogoPanel.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>GameTrophyAppLogoPanel.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>GameTrophyAppLogoPanel.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>GameTrophyAppLogoPanel.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>GameTrophyAppLogoPanel.actualuiscale_x()</code>
|
|-
| style
| <code>GameTrophyAppLogoPanel.style()</code>
|
|-
| AddClass
| <code>GameTrophyAppLogoPanel.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>GameTrophyAppLogoPanel.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>GameTrophyAppLogoPanel.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>GameTrophyAppLogoPanel.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>GameTrophyAppLogoPanel.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>GameTrophyAppLogoPanel.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>GameTrophyAppLogoPanel.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>GameTrophyAppLogoPanel.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>GameTrophyAppLogoPanel.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>GameTrophyAppLogoPanel.IsDraggable()</code>
|
|-
| GetChildCount
| <code>GameTrophyAppLogoPanel.GetChildCount()</code>
|
|-
| GetChild
| <code>GameTrophyAppLogoPanel.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>GameTrophyAppLogoPanel.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>GameTrophyAppLogoPanel.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>GameTrophyAppLogoPanel.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>GameTrophyAppLogoPanel.GetParent()</code>
|
|-
| SetParent
| <code>GameTrophyAppLogoPanel.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>GameTrophyAppLogoPanel.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>GameTrophyAppLogoPanel.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>GameTrophyAppLogoPanel.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>GameTrophyAppLogoPanel.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>GameTrophyAppLogoPanel.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>GameTrophyAppLogoPanel.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>GameTrophyAppLogoPanel.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>GameTrophyAppLogoPanel.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>GameTrophyAppLogoPanel.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>GameTrophyAppLogoPanel.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>GameTrophyAppLogoPanel.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>GameTrophyAppLogoPanel.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>GameTrophyAppLogoPanel.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>GameTrophyAppLogoPanel.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>GameTrophyAppLogoPanel.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>GameTrophyAppLogoPanel.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>GameTrophyAppLogoPanel.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>GameTrophyAppLogoPanel.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>GameTrophyAppLogoPanel.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>GameTrophyAppLogoPanel.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>GameTrophyAppLogoPanel.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>GameTrophyAppLogoPanel.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>GameTrophyAppLogoPanel.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>GameTrophyAppLogoPanel.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>GameTrophyAppLogoPanel.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>GameTrophyAppLogoPanel.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>GameTrophyAppLogoPanel.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>GameTrophyAppLogoPanel.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>GameTrophyAppLogoPanel.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>GameTrophyAppLogoPanel.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>GameTrophyAppLogoPanel.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>GameTrophyAppLogoPanel.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>GameTrophyAppLogoPanel.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>GameTrophyAppLogoPanel.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>GameTrophyAppLogoPanel.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>GameTrophyAppLogoPanel.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>GameTrophyAppLogoPanel.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>GameTrophyAppLogoPanel.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>GameTrophyAppLogoPanel.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>GameTrophyAppLogoPanel.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>GameTrophyAppLogoPanel.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>GameTrophyAppLogoPanel.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>GameTrophyAppLogoPanel.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>GameTrophyAppLogoPanel.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>GameTrophyAppLogoPanel.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>GameTrophyAppLogoPanel.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>GameTrophyAppLogoPanel.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>GameTrophyAppLogoPanel.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>GameTrophyAppLogoPanel.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| ShowDetailsPanel
| <code>GameTrophyAppLogoPanel.ShowDetailsPanel()</code>
|
|-
| HideDetailsPanel
| <code>GameTrophyAppLogoPanel.HideDetailsPanel()</code>
|
|-
| ViewAppDetails
| <code>GameTrophyAppLogoPanel.ViewAppDetails()</code>
|
|-
| ViewOwnerSteamAchievements
| <code>GameTrophyAppLogoPanel.ViewOwnerSteamAchievements()</code>
|
|-
| ViewOwnerSteamProfile
| <code>GameTrophyAppLogoPanel.ViewOwnerSteamProfile()</code>
|
|-
| ViewOwnerSteamScreenshots
| <code>GameTrophyAppLogoPanel.ViewOwnerSteamScreenshots()</code>
|
|-
| ViewLibraryScreenshots
| <code>GameTrophyAppLogoPanel.ViewLibraryScreenshots()</code>
|
|-
| SetPanelEvent
| <code>GameTrophyAppLogoPanel.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>GameTrophyAppLogoPanel.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>GameTrophyAppLogoPanel.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>GameTrophyAppLogoPanel.paneltype()</code>
|
|}
 
 
=== GameTrophyDetailsPanel ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>GameTrophyDetailsPanel.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>GameTrophyDetailsPanel.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>GameTrophyDetailsPanel.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>GameTrophyDetailsPanel.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>GameTrophyDetailsPanel.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>GameTrophyDetailsPanel.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>GameTrophyDetailsPanel.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>GameTrophyDetailsPanel.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>GameTrophyDetailsPanel.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>GameTrophyDetailsPanel.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>GameTrophyDetailsPanel.id()</code>
|
|-
| layoutfile
| <code>GameTrophyDetailsPanel.layoutfile()</code>
|
|-
| contentwidth
| <code>GameTrophyDetailsPanel.contentwidth()</code>
|
|-
| contentheight
| <code>GameTrophyDetailsPanel.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>GameTrophyDetailsPanel.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>GameTrophyDetailsPanel.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>GameTrophyDetailsPanel.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>GameTrophyDetailsPanel.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>GameTrophyDetailsPanel.actualxoffset()</code>
|
|-
| actualyoffset
| <code>GameTrophyDetailsPanel.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>GameTrophyDetailsPanel.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>GameTrophyDetailsPanel.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>GameTrophyDetailsPanel.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>GameTrophyDetailsPanel.actualuiscale_x()</code>
|
|-
| style
| <code>GameTrophyDetailsPanel.style()</code>
|
|-
| AddClass
| <code>GameTrophyDetailsPanel.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>GameTrophyDetailsPanel.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>GameTrophyDetailsPanel.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>GameTrophyDetailsPanel.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>GameTrophyDetailsPanel.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>GameTrophyDetailsPanel.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>GameTrophyDetailsPanel.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>GameTrophyDetailsPanel.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>GameTrophyDetailsPanel.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>GameTrophyDetailsPanel.IsDraggable()</code>
|
|-
| GetChildCount
| <code>GameTrophyDetailsPanel.GetChildCount()</code>
|
|-
| GetChild
| <code>GameTrophyDetailsPanel.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>GameTrophyDetailsPanel.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>GameTrophyDetailsPanel.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>GameTrophyDetailsPanel.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>GameTrophyDetailsPanel.GetParent()</code>
|
|-
| SetParent
| <code>GameTrophyDetailsPanel.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>GameTrophyDetailsPanel.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>GameTrophyDetailsPanel.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>GameTrophyDetailsPanel.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>GameTrophyDetailsPanel.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>GameTrophyDetailsPanel.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>GameTrophyDetailsPanel.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>GameTrophyDetailsPanel.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>GameTrophyDetailsPanel.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>GameTrophyDetailsPanel.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>GameTrophyDetailsPanel.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>GameTrophyDetailsPanel.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>GameTrophyDetailsPanel.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>GameTrophyDetailsPanel.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>GameTrophyDetailsPanel.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>GameTrophyDetailsPanel.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>GameTrophyDetailsPanel.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>GameTrophyDetailsPanel.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>GameTrophyDetailsPanel.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>GameTrophyDetailsPanel.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>GameTrophyDetailsPanel.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>GameTrophyDetailsPanel.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>GameTrophyDetailsPanel.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>GameTrophyDetailsPanel.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>GameTrophyDetailsPanel.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>GameTrophyDetailsPanel.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>GameTrophyDetailsPanel.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>GameTrophyDetailsPanel.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>GameTrophyDetailsPanel.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>GameTrophyDetailsPanel.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>GameTrophyDetailsPanel.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>GameTrophyDetailsPanel.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>GameTrophyDetailsPanel.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>GameTrophyDetailsPanel.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>GameTrophyDetailsPanel.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>GameTrophyDetailsPanel.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>GameTrophyDetailsPanel.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>GameTrophyDetailsPanel.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>GameTrophyDetailsPanel.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>GameTrophyDetailsPanel.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>GameTrophyDetailsPanel.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>GameTrophyDetailsPanel.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>GameTrophyDetailsPanel.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>GameTrophyDetailsPanel.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>GameTrophyDetailsPanel.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>GameTrophyDetailsPanel.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>GameTrophyDetailsPanel.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>GameTrophyDetailsPanel.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>GameTrophyDetailsPanel.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>GameTrophyDetailsPanel.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| ShowDetailsPanel
| <code>GameTrophyDetailsPanel.ShowDetailsPanel()</code>
|
|-
| HideDetailsPanel
| <code>GameTrophyDetailsPanel.HideDetailsPanel()</code>
|
|-
| ViewAppDetails
| <code>GameTrophyDetailsPanel.ViewAppDetails()</code>
|
|-
| ViewOwnerSteamAchievements
| <code>GameTrophyDetailsPanel.ViewOwnerSteamAchievements()</code>
|
|-
| ViewOwnerSteamProfile
| <code>GameTrophyDetailsPanel.ViewOwnerSteamProfile()</code>
|
|-
| ViewOwnerSteamScreenshots
| <code>GameTrophyDetailsPanel.ViewOwnerSteamScreenshots()</code>
|
|-
| ViewLibraryScreenshots
| <code>GameTrophyDetailsPanel.ViewLibraryScreenshots()</code>
|
|-
| SetPanelEvent
| <code>GameTrophyDetailsPanel.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>GameTrophyDetailsPanel.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>GameTrophyDetailsPanel.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>GameTrophyDetailsPanel.paneltype()</code>
|
|}
 
 
=== HTML ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>HTML.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>HTML.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>HTML.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>HTML.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>HTML.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>HTML.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>HTML.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>HTML.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>HTML.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>HTML.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>HTML.id()</code>
|
|-
| layoutfile
| <code>HTML.layoutfile()</code>
|
|-
| contentwidth
| <code>HTML.contentwidth()</code>
|
|-
| contentheight
| <code>HTML.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>HTML.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>HTML.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>HTML.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>HTML.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>HTML.actualxoffset()</code>
|
|-
| actualyoffset
| <code>HTML.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>HTML.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>HTML.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>HTML.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>HTML.actualuiscale_x()</code>
|
|-
| style
| <code>HTML.style()</code>
|
|-
| AddClass
| <code>HTML.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>HTML.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>HTML.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>HTML.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>HTML.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>HTML.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>HTML.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>HTML.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>HTML.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>HTML.IsDraggable()</code>
|
|-
| GetChildCount
| <code>HTML.GetChildCount()</code>
|
|-
| GetChild
| <code>HTML.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>HTML.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>HTML.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>HTML.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>HTML.GetParent()</code>
|
|-
| SetParent
| <code>HTML.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>HTML.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>HTML.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>HTML.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>HTML.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>HTML.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>HTML.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>HTML.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>HTML.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>HTML.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>HTML.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>HTML.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>HTML.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>HTML.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>HTML.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>HTML.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>HTML.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>HTML.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>HTML.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>HTML.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>HTML.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>HTML.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>HTML.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>HTML.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>HTML.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>HTML.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>HTML.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>HTML.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>HTML.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>HTML.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>HTML.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>HTML.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>HTML.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>HTML.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>HTML.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>HTML.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>HTML.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>HTML.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>HTML.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>HTML.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>HTML.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>HTML.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>HTML.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>HTML.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>HTML.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>HTML.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>HTML.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>HTML.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>HTML.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>HTML.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetURL
| <code>HTML.SetURL( cstring cstring_1 )</code>
|
|-
| RunJavascript
| <code>HTML.RunJavascript( cstring cstring_1 )</code>
|
|-
| SetIgnoreCursor
| <code>HTML.SetIgnoreCursor( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>HTML.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>HTML.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>HTML.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>HTML.paneltype()</code>
|
|}
 
 
=== LobbyItem ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>LobbyItem.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>LobbyItem.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>LobbyItem.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>LobbyItem.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>LobbyItem.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>LobbyItem.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>LobbyItem.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>LobbyItem.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>LobbyItem.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>LobbyItem.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>LobbyItem.id()</code>
|
|-
| layoutfile
| <code>LobbyItem.layoutfile()</code>
|
|-
| contentwidth
| <code>LobbyItem.contentwidth()</code>
|
|-
| contentheight
| <code>LobbyItem.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>LobbyItem.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>LobbyItem.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>LobbyItem.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>LobbyItem.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>LobbyItem.actualxoffset()</code>
|
|-
| actualyoffset
| <code>LobbyItem.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>LobbyItem.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>LobbyItem.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>LobbyItem.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>LobbyItem.actualuiscale_x()</code>
|
|-
| style
| <code>LobbyItem.style()</code>
|
|-
| AddClass
| <code>LobbyItem.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>LobbyItem.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>LobbyItem.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>LobbyItem.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>LobbyItem.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>LobbyItem.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>LobbyItem.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>LobbyItem.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>LobbyItem.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>LobbyItem.IsDraggable()</code>
|
|-
| GetChildCount
| <code>LobbyItem.GetChildCount()</code>
|
|-
| GetChild
| <code>LobbyItem.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>LobbyItem.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>LobbyItem.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>LobbyItem.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>LobbyItem.GetParent()</code>
|
|-
| SetParent
| <code>LobbyItem.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>LobbyItem.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>LobbyItem.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>LobbyItem.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>LobbyItem.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>LobbyItem.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>LobbyItem.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>LobbyItem.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>LobbyItem.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>LobbyItem.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>LobbyItem.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>LobbyItem.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>LobbyItem.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>LobbyItem.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>LobbyItem.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>LobbyItem.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>LobbyItem.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>LobbyItem.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>LobbyItem.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>LobbyItem.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>LobbyItem.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>LobbyItem.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>LobbyItem.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>LobbyItem.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>LobbyItem.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>LobbyItem.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>LobbyItem.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>LobbyItem.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>LobbyItem.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>LobbyItem.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>LobbyItem.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>LobbyItem.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>LobbyItem.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>LobbyItem.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>LobbyItem.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>LobbyItem.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>LobbyItem.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>LobbyItem.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>LobbyItem.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>LobbyItem.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>LobbyItem.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>LobbyItem.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>LobbyItem.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>LobbyItem.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>LobbyItem.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>LobbyItem.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>LobbyItem.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>LobbyItem.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>LobbyItem.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>LobbyItem.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>LobbyItem.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>LobbyItem.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>LobbyItem.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>LobbyItem.paneltype()</code>
|
|}
 
 
=== Slider ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| value
| <code>Slider.value( float float_1 )</code>
|
|-
| min
| <code>Slider.min( float float_1 )</code>
|
|-
| max
| <code>Slider.max( float float_1 )</code>
|
|-
| increment
| <code>Slider.increment( float float_1 )</code>
|
|-
| default
| <code>Slider.default( float float_1 )</code>
|
|-
| mousedown
| <code>Slider.mousedown()</code>
|
|-
| SetDirection
| <code>Slider.SetDirection( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| SetShowDefaultValue
| <code>Slider.SetShowDefaultValue( boolean boolean_1 )</code>
|
|-
| SetRequiresSelection
| <code>Slider.SetRequiresSelection( boolean boolean_1 )</code>
|
|-
| SetValueNoEvents
| <code>Slider.SetValueNoEvents( float float_1 )</code>
|
|-
| SetPanelEvent
| <code>Slider.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>Slider.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>Slider.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>Slider.paneltype()</code>
|
|}
 
 
=== SteamToursAvatarCustomization ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>SteamToursAvatarCustomization.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>SteamToursAvatarCustomization.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>SteamToursAvatarCustomization.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>SteamToursAvatarCustomization.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>SteamToursAvatarCustomization.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>SteamToursAvatarCustomization.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>SteamToursAvatarCustomization.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>SteamToursAvatarCustomization.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>SteamToursAvatarCustomization.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>SteamToursAvatarCustomization.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>SteamToursAvatarCustomization.id()</code>
|
|-
| layoutfile
| <code>SteamToursAvatarCustomization.layoutfile()</code>
|
|-
| contentwidth
| <code>SteamToursAvatarCustomization.contentwidth()</code>
|
|-
| contentheight
| <code>SteamToursAvatarCustomization.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>SteamToursAvatarCustomization.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>SteamToursAvatarCustomization.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>SteamToursAvatarCustomization.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>SteamToursAvatarCustomization.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>SteamToursAvatarCustomization.actualxoffset()</code>
|
|-
| actualyoffset
| <code>SteamToursAvatarCustomization.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>SteamToursAvatarCustomization.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>SteamToursAvatarCustomization.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>SteamToursAvatarCustomization.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>SteamToursAvatarCustomization.actualuiscale_x()</code>
|
|-
| style
| <code>SteamToursAvatarCustomization.style()</code>
|
|-
| AddClass
| <code>SteamToursAvatarCustomization.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>SteamToursAvatarCustomization.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>SteamToursAvatarCustomization.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>SteamToursAvatarCustomization.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>SteamToursAvatarCustomization.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>SteamToursAvatarCustomization.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>SteamToursAvatarCustomization.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>SteamToursAvatarCustomization.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>SteamToursAvatarCustomization.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>SteamToursAvatarCustomization.IsDraggable()</code>
|
|-
| GetChildCount
| <code>SteamToursAvatarCustomization.GetChildCount()</code>
|
|-
| GetChild
| <code>SteamToursAvatarCustomization.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>SteamToursAvatarCustomization.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>SteamToursAvatarCustomization.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>SteamToursAvatarCustomization.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>SteamToursAvatarCustomization.GetParent()</code>
|
|-
| SetParent
| <code>SteamToursAvatarCustomization.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>SteamToursAvatarCustomization.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>SteamToursAvatarCustomization.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>SteamToursAvatarCustomization.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>SteamToursAvatarCustomization.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>SteamToursAvatarCustomization.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>SteamToursAvatarCustomization.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>SteamToursAvatarCustomization.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>SteamToursAvatarCustomization.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>SteamToursAvatarCustomization.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>SteamToursAvatarCustomization.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>SteamToursAvatarCustomization.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>SteamToursAvatarCustomization.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>SteamToursAvatarCustomization.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>SteamToursAvatarCustomization.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>SteamToursAvatarCustomization.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>SteamToursAvatarCustomization.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>SteamToursAvatarCustomization.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>SteamToursAvatarCustomization.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>SteamToursAvatarCustomization.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>SteamToursAvatarCustomization.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>SteamToursAvatarCustomization.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>SteamToursAvatarCustomization.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>SteamToursAvatarCustomization.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>SteamToursAvatarCustomization.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>SteamToursAvatarCustomization.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>SteamToursAvatarCustomization.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>SteamToursAvatarCustomization.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>SteamToursAvatarCustomization.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>SteamToursAvatarCustomization.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>SteamToursAvatarCustomization.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>SteamToursAvatarCustomization.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>SteamToursAvatarCustomization.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>SteamToursAvatarCustomization.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>SteamToursAvatarCustomization.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>SteamToursAvatarCustomization.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>SteamToursAvatarCustomization.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>SteamToursAvatarCustomization.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>SteamToursAvatarCustomization.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>SteamToursAvatarCustomization.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>SteamToursAvatarCustomization.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>SteamToursAvatarCustomization.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>SteamToursAvatarCustomization.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>SteamToursAvatarCustomization.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>SteamToursAvatarCustomization.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>SteamToursAvatarCustomization.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>SteamToursAvatarCustomization.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>SteamToursAvatarCustomization.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>SteamToursAvatarCustomization.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>SteamToursAvatarCustomization.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>SteamToursAvatarCustomization.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>SteamToursAvatarCustomization.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>SteamToursAvatarCustomization.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>SteamToursAvatarCustomization.paneltype()</code>
|
|}
 
 
=== SteamToursContentBrowser ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>SteamToursContentBrowser.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>SteamToursContentBrowser.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>SteamToursContentBrowser.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>SteamToursContentBrowser.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>SteamToursContentBrowser.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>SteamToursContentBrowser.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>SteamToursContentBrowser.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>SteamToursContentBrowser.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>SteamToursContentBrowser.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>SteamToursContentBrowser.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>SteamToursContentBrowser.id()</code>
|
|-
| layoutfile
| <code>SteamToursContentBrowser.layoutfile()</code>
|
|-
| contentwidth
| <code>SteamToursContentBrowser.contentwidth()</code>
|
|-
| contentheight
| <code>SteamToursContentBrowser.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>SteamToursContentBrowser.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>SteamToursContentBrowser.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>SteamToursContentBrowser.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>SteamToursContentBrowser.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>SteamToursContentBrowser.actualxoffset()</code>
|
|-
| actualyoffset
| <code>SteamToursContentBrowser.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>SteamToursContentBrowser.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>SteamToursContentBrowser.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>SteamToursContentBrowser.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>SteamToursContentBrowser.actualuiscale_x()</code>
|
|-
| style
| <code>SteamToursContentBrowser.style()</code>
|
|-
| AddClass
| <code>SteamToursContentBrowser.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>SteamToursContentBrowser.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>SteamToursContentBrowser.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>SteamToursContentBrowser.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>SteamToursContentBrowser.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>SteamToursContentBrowser.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>SteamToursContentBrowser.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>SteamToursContentBrowser.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>SteamToursContentBrowser.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>SteamToursContentBrowser.IsDraggable()</code>
|
|-
| GetChildCount
| <code>SteamToursContentBrowser.GetChildCount()</code>
|
|-
| GetChild
| <code>SteamToursContentBrowser.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>SteamToursContentBrowser.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>SteamToursContentBrowser.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>SteamToursContentBrowser.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>SteamToursContentBrowser.GetParent()</code>
|
|-
| SetParent
| <code>SteamToursContentBrowser.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>SteamToursContentBrowser.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>SteamToursContentBrowser.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>SteamToursContentBrowser.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>SteamToursContentBrowser.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>SteamToursContentBrowser.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>SteamToursContentBrowser.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>SteamToursContentBrowser.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>SteamToursContentBrowser.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>SteamToursContentBrowser.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>SteamToursContentBrowser.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>SteamToursContentBrowser.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>SteamToursContentBrowser.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>SteamToursContentBrowser.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>SteamToursContentBrowser.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>SteamToursContentBrowser.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>SteamToursContentBrowser.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>SteamToursContentBrowser.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>SteamToursContentBrowser.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>SteamToursContentBrowser.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>SteamToursContentBrowser.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>SteamToursContentBrowser.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>SteamToursContentBrowser.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>SteamToursContentBrowser.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>SteamToursContentBrowser.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>SteamToursContentBrowser.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>SteamToursContentBrowser.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>SteamToursContentBrowser.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>SteamToursContentBrowser.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>SteamToursContentBrowser.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>SteamToursContentBrowser.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>SteamToursContentBrowser.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>SteamToursContentBrowser.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>SteamToursContentBrowser.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>SteamToursContentBrowser.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>SteamToursContentBrowser.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>SteamToursContentBrowser.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>SteamToursContentBrowser.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>SteamToursContentBrowser.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>SteamToursContentBrowser.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>SteamToursContentBrowser.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>SteamToursContentBrowser.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>SteamToursContentBrowser.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>SteamToursContentBrowser.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>SteamToursContentBrowser.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>SteamToursContentBrowser.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>SteamToursContentBrowser.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>SteamToursContentBrowser.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>SteamToursContentBrowser.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>SteamToursContentBrowser.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>SteamToursContentBrowser.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>SteamToursContentBrowser.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>SteamToursContentBrowser.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>SteamToursContentBrowser.paneltype()</code>
|
|}
 
 
=== SteamToursFriends ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>SteamToursFriends.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>SteamToursFriends.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>SteamToursFriends.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>SteamToursFriends.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>SteamToursFriends.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>SteamToursFriends.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>SteamToursFriends.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>SteamToursFriends.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>SteamToursFriends.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>SteamToursFriends.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>SteamToursFriends.id()</code>
|
|-
| layoutfile
| <code>SteamToursFriends.layoutfile()</code>
|
|-
| contentwidth
| <code>SteamToursFriends.contentwidth()</code>
|
|-
| contentheight
| <code>SteamToursFriends.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>SteamToursFriends.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>SteamToursFriends.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>SteamToursFriends.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>SteamToursFriends.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>SteamToursFriends.actualxoffset()</code>
|
|-
| actualyoffset
| <code>SteamToursFriends.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>SteamToursFriends.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>SteamToursFriends.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>SteamToursFriends.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>SteamToursFriends.actualuiscale_x()</code>
|
|-
| style
| <code>SteamToursFriends.style()</code>
|
|-
| AddClass
| <code>SteamToursFriends.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>SteamToursFriends.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>SteamToursFriends.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>SteamToursFriends.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>SteamToursFriends.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>SteamToursFriends.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>SteamToursFriends.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>SteamToursFriends.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>SteamToursFriends.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>SteamToursFriends.IsDraggable()</code>
|
|-
| GetChildCount
| <code>SteamToursFriends.GetChildCount()</code>
|
|-
| GetChild
| <code>SteamToursFriends.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>SteamToursFriends.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>SteamToursFriends.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>SteamToursFriends.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>SteamToursFriends.GetParent()</code>
|
|-
| SetParent
| <code>SteamToursFriends.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>SteamToursFriends.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>SteamToursFriends.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>SteamToursFriends.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>SteamToursFriends.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>SteamToursFriends.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>SteamToursFriends.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>SteamToursFriends.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>SteamToursFriends.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>SteamToursFriends.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>SteamToursFriends.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>SteamToursFriends.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>SteamToursFriends.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>SteamToursFriends.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>SteamToursFriends.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>SteamToursFriends.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>SteamToursFriends.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>SteamToursFriends.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>SteamToursFriends.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>SteamToursFriends.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>SteamToursFriends.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>SteamToursFriends.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>SteamToursFriends.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>SteamToursFriends.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>SteamToursFriends.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>SteamToursFriends.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>SteamToursFriends.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>SteamToursFriends.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>SteamToursFriends.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>SteamToursFriends.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>SteamToursFriends.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>SteamToursFriends.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>SteamToursFriends.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>SteamToursFriends.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>SteamToursFriends.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>SteamToursFriends.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>SteamToursFriends.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>SteamToursFriends.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>SteamToursFriends.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>SteamToursFriends.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>SteamToursFriends.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>SteamToursFriends.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>SteamToursFriends.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>SteamToursFriends.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>SteamToursFriends.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>SteamToursFriends.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>SteamToursFriends.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>SteamToursFriends.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>SteamToursFriends.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>SteamToursFriends.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>SteamToursFriends.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>SteamToursFriends.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>SteamToursFriends.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>SteamToursFriends.paneltype()</code>
|
|}
 
 
=== SteamToursNotifications ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>SteamToursNotifications.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>SteamToursNotifications.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>SteamToursNotifications.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>SteamToursNotifications.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>SteamToursNotifications.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>SteamToursNotifications.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>SteamToursNotifications.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>SteamToursNotifications.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>SteamToursNotifications.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>SteamToursNotifications.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>SteamToursNotifications.id()</code>
|
|-
| layoutfile
| <code>SteamToursNotifications.layoutfile()</code>
|
|-
| contentwidth
| <code>SteamToursNotifications.contentwidth()</code>
|
|-
| contentheight
| <code>SteamToursNotifications.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>SteamToursNotifications.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>SteamToursNotifications.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>SteamToursNotifications.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>SteamToursNotifications.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>SteamToursNotifications.actualxoffset()</code>
|
|-
| actualyoffset
| <code>SteamToursNotifications.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>SteamToursNotifications.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>SteamToursNotifications.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>SteamToursNotifications.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>SteamToursNotifications.actualuiscale_x()</code>
|
|-
| style
| <code>SteamToursNotifications.style()</code>
|
|-
| AddClass
| <code>SteamToursNotifications.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>SteamToursNotifications.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>SteamToursNotifications.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>SteamToursNotifications.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>SteamToursNotifications.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>SteamToursNotifications.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>SteamToursNotifications.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>SteamToursNotifications.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>SteamToursNotifications.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>SteamToursNotifications.IsDraggable()</code>
|
|-
| GetChildCount
| <code>SteamToursNotifications.GetChildCount()</code>
|
|-
| GetChild
| <code>SteamToursNotifications.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>SteamToursNotifications.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>SteamToursNotifications.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>SteamToursNotifications.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>SteamToursNotifications.GetParent()</code>
|
|-
| SetParent
| <code>SteamToursNotifications.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>SteamToursNotifications.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>SteamToursNotifications.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>SteamToursNotifications.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>SteamToursNotifications.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>SteamToursNotifications.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>SteamToursNotifications.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>SteamToursNotifications.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>SteamToursNotifications.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>SteamToursNotifications.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>SteamToursNotifications.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>SteamToursNotifications.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>SteamToursNotifications.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>SteamToursNotifications.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>SteamToursNotifications.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>SteamToursNotifications.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>SteamToursNotifications.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>SteamToursNotifications.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>SteamToursNotifications.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>SteamToursNotifications.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>SteamToursNotifications.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>SteamToursNotifications.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>SteamToursNotifications.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>SteamToursNotifications.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>SteamToursNotifications.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>SteamToursNotifications.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>SteamToursNotifications.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>SteamToursNotifications.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>SteamToursNotifications.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>SteamToursNotifications.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>SteamToursNotifications.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>SteamToursNotifications.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>SteamToursNotifications.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>SteamToursNotifications.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>SteamToursNotifications.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>SteamToursNotifications.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>SteamToursNotifications.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>SteamToursNotifications.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>SteamToursNotifications.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>SteamToursNotifications.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>SteamToursNotifications.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>SteamToursNotifications.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>SteamToursNotifications.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>SteamToursNotifications.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>SteamToursNotifications.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>SteamToursNotifications.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>SteamToursNotifications.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>SteamToursNotifications.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>SteamToursNotifications.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>SteamToursNotifications.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>SteamToursNotifications.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>SteamToursNotifications.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>SteamToursNotifications.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>SteamToursNotifications.paneltype()</code>
|
|}
 
 
=== SteamToursPlayerBillboard ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>SteamToursPlayerBillboard.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>SteamToursPlayerBillboard.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>SteamToursPlayerBillboard.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>SteamToursPlayerBillboard.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>SteamToursPlayerBillboard.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>SteamToursPlayerBillboard.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>SteamToursPlayerBillboard.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>SteamToursPlayerBillboard.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>SteamToursPlayerBillboard.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>SteamToursPlayerBillboard.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>SteamToursPlayerBillboard.id()</code>
|
|-
| layoutfile
| <code>SteamToursPlayerBillboard.layoutfile()</code>
|
|-
| contentwidth
| <code>SteamToursPlayerBillboard.contentwidth()</code>
|
|-
| contentheight
| <code>SteamToursPlayerBillboard.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>SteamToursPlayerBillboard.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>SteamToursPlayerBillboard.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>SteamToursPlayerBillboard.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>SteamToursPlayerBillboard.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>SteamToursPlayerBillboard.actualxoffset()</code>
|
|-
| actualyoffset
| <code>SteamToursPlayerBillboard.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>SteamToursPlayerBillboard.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>SteamToursPlayerBillboard.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>SteamToursPlayerBillboard.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>SteamToursPlayerBillboard.actualuiscale_x()</code>
|
|-
| style
| <code>SteamToursPlayerBillboard.style()</code>
|
|-
| AddClass
| <code>SteamToursPlayerBillboard.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>SteamToursPlayerBillboard.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>SteamToursPlayerBillboard.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>SteamToursPlayerBillboard.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>SteamToursPlayerBillboard.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>SteamToursPlayerBillboard.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>SteamToursPlayerBillboard.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>SteamToursPlayerBillboard.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>SteamToursPlayerBillboard.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>SteamToursPlayerBillboard.IsDraggable()</code>
|
|-
| GetChildCount
| <code>SteamToursPlayerBillboard.GetChildCount()</code>
|
|-
| GetChild
| <code>SteamToursPlayerBillboard.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>SteamToursPlayerBillboard.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>SteamToursPlayerBillboard.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>SteamToursPlayerBillboard.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>SteamToursPlayerBillboard.GetParent()</code>
|
|-
| SetParent
| <code>SteamToursPlayerBillboard.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>SteamToursPlayerBillboard.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>SteamToursPlayerBillboard.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>SteamToursPlayerBillboard.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>SteamToursPlayerBillboard.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>SteamToursPlayerBillboard.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>SteamToursPlayerBillboard.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>SteamToursPlayerBillboard.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>SteamToursPlayerBillboard.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>SteamToursPlayerBillboard.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>SteamToursPlayerBillboard.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>SteamToursPlayerBillboard.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>SteamToursPlayerBillboard.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>SteamToursPlayerBillboard.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>SteamToursPlayerBillboard.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>SteamToursPlayerBillboard.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>SteamToursPlayerBillboard.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>SteamToursPlayerBillboard.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>SteamToursPlayerBillboard.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>SteamToursPlayerBillboard.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>SteamToursPlayerBillboard.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>SteamToursPlayerBillboard.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>SteamToursPlayerBillboard.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>SteamToursPlayerBillboard.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>SteamToursPlayerBillboard.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>SteamToursPlayerBillboard.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>SteamToursPlayerBillboard.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>SteamToursPlayerBillboard.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>SteamToursPlayerBillboard.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>SteamToursPlayerBillboard.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>SteamToursPlayerBillboard.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>SteamToursPlayerBillboard.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>SteamToursPlayerBillboard.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>SteamToursPlayerBillboard.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>SteamToursPlayerBillboard.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>SteamToursPlayerBillboard.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>SteamToursPlayerBillboard.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>SteamToursPlayerBillboard.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>SteamToursPlayerBillboard.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>SteamToursPlayerBillboard.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>SteamToursPlayerBillboard.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>SteamToursPlayerBillboard.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>SteamToursPlayerBillboard.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>SteamToursPlayerBillboard.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>SteamToursPlayerBillboard.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>SteamToursPlayerBillboard.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>SteamToursPlayerBillboard.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>SteamToursPlayerBillboard.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>SteamToursPlayerBillboard.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>SteamToursPlayerBillboard.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>SteamToursPlayerBillboard.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>SteamToursPlayerBillboard.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>SteamToursPlayerBillboard.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>SteamToursPlayerBillboard.paneltype()</code>
|
|}
 
 
=== SteamToursRecentApps ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>SteamToursRecentApps.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>SteamToursRecentApps.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>SteamToursRecentApps.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>SteamToursRecentApps.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>SteamToursRecentApps.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>SteamToursRecentApps.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>SteamToursRecentApps.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>SteamToursRecentApps.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>SteamToursRecentApps.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>SteamToursRecentApps.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>SteamToursRecentApps.id()</code>
|
|-
| layoutfile
| <code>SteamToursRecentApps.layoutfile()</code>
|
|-
| contentwidth
| <code>SteamToursRecentApps.contentwidth()</code>
|
|-
| contentheight
| <code>SteamToursRecentApps.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>SteamToursRecentApps.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>SteamToursRecentApps.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>SteamToursRecentApps.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>SteamToursRecentApps.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>SteamToursRecentApps.actualxoffset()</code>
|
|-
| actualyoffset
| <code>SteamToursRecentApps.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>SteamToursRecentApps.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>SteamToursRecentApps.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>SteamToursRecentApps.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>SteamToursRecentApps.actualuiscale_x()</code>
|
|-
| style
| <code>SteamToursRecentApps.style()</code>
|
|-
| AddClass
| <code>SteamToursRecentApps.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>SteamToursRecentApps.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>SteamToursRecentApps.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>SteamToursRecentApps.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>SteamToursRecentApps.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>SteamToursRecentApps.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>SteamToursRecentApps.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>SteamToursRecentApps.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>SteamToursRecentApps.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>SteamToursRecentApps.IsDraggable()</code>
|
|-
| GetChildCount
| <code>SteamToursRecentApps.GetChildCount()</code>
|
|-
| GetChild
| <code>SteamToursRecentApps.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>SteamToursRecentApps.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>SteamToursRecentApps.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>SteamToursRecentApps.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>SteamToursRecentApps.GetParent()</code>
|
|-
| SetParent
| <code>SteamToursRecentApps.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>SteamToursRecentApps.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>SteamToursRecentApps.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>SteamToursRecentApps.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>SteamToursRecentApps.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>SteamToursRecentApps.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>SteamToursRecentApps.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>SteamToursRecentApps.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>SteamToursRecentApps.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>SteamToursRecentApps.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>SteamToursRecentApps.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>SteamToursRecentApps.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>SteamToursRecentApps.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>SteamToursRecentApps.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>SteamToursRecentApps.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>SteamToursRecentApps.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>SteamToursRecentApps.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>SteamToursRecentApps.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>SteamToursRecentApps.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>SteamToursRecentApps.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>SteamToursRecentApps.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>SteamToursRecentApps.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>SteamToursRecentApps.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>SteamToursRecentApps.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>SteamToursRecentApps.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>SteamToursRecentApps.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>SteamToursRecentApps.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>SteamToursRecentApps.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>SteamToursRecentApps.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>SteamToursRecentApps.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>SteamToursRecentApps.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>SteamToursRecentApps.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>SteamToursRecentApps.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>SteamToursRecentApps.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>SteamToursRecentApps.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>SteamToursRecentApps.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>SteamToursRecentApps.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>SteamToursRecentApps.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>SteamToursRecentApps.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>SteamToursRecentApps.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>SteamToursRecentApps.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>SteamToursRecentApps.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>SteamToursRecentApps.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>SteamToursRecentApps.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>SteamToursRecentApps.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>SteamToursRecentApps.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>SteamToursRecentApps.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>SteamToursRecentApps.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>SteamToursRecentApps.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>SteamToursRecentApps.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>SteamToursRecentApps.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>SteamToursRecentApps.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>SteamToursRecentApps.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>SteamToursRecentApps.paneltype()</code>
|
|}
 
 
=== SteamToursUGCImage ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>SteamToursUGCImage.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>SteamToursUGCImage.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>SteamToursUGCImage.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>SteamToursUGCImage.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>SteamToursUGCImage.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>SteamToursUGCImage.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>SteamToursUGCImage.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>SteamToursUGCImage.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>SteamToursUGCImage.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>SteamToursUGCImage.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>SteamToursUGCImage.id()</code>
|
|-
| layoutfile
| <code>SteamToursUGCImage.layoutfile()</code>
|
|-
| contentwidth
| <code>SteamToursUGCImage.contentwidth()</code>
|
|-
| contentheight
| <code>SteamToursUGCImage.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>SteamToursUGCImage.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>SteamToursUGCImage.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>SteamToursUGCImage.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>SteamToursUGCImage.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>SteamToursUGCImage.actualxoffset()</code>
|
|-
| actualyoffset
| <code>SteamToursUGCImage.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>SteamToursUGCImage.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>SteamToursUGCImage.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>SteamToursUGCImage.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>SteamToursUGCImage.actualuiscale_x()</code>
|
|-
| style
| <code>SteamToursUGCImage.style()</code>
|
|-
| AddClass
| <code>SteamToursUGCImage.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>SteamToursUGCImage.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>SteamToursUGCImage.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>SteamToursUGCImage.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>SteamToursUGCImage.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>SteamToursUGCImage.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>SteamToursUGCImage.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>SteamToursUGCImage.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>SteamToursUGCImage.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>SteamToursUGCImage.IsDraggable()</code>
|
|-
| GetChildCount
| <code>SteamToursUGCImage.GetChildCount()</code>
|
|-
| GetChild
| <code>SteamToursUGCImage.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>SteamToursUGCImage.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>SteamToursUGCImage.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>SteamToursUGCImage.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>SteamToursUGCImage.GetParent()</code>
|
|-
| SetParent
| <code>SteamToursUGCImage.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>SteamToursUGCImage.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>SteamToursUGCImage.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>SteamToursUGCImage.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>SteamToursUGCImage.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>SteamToursUGCImage.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>SteamToursUGCImage.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>SteamToursUGCImage.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>SteamToursUGCImage.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>SteamToursUGCImage.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>SteamToursUGCImage.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>SteamToursUGCImage.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>SteamToursUGCImage.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>SteamToursUGCImage.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>SteamToursUGCImage.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>SteamToursUGCImage.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>SteamToursUGCImage.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>SteamToursUGCImage.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>SteamToursUGCImage.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>SteamToursUGCImage.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>SteamToursUGCImage.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>SteamToursUGCImage.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>SteamToursUGCImage.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>SteamToursUGCImage.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>SteamToursUGCImage.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>SteamToursUGCImage.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>SteamToursUGCImage.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>SteamToursUGCImage.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>SteamToursUGCImage.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>SteamToursUGCImage.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>SteamToursUGCImage.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>SteamToursUGCImage.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>SteamToursUGCImage.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>SteamToursUGCImage.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>SteamToursUGCImage.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>SteamToursUGCImage.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>SteamToursUGCImage.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>SteamToursUGCImage.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>SteamToursUGCImage.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>SteamToursUGCImage.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>SteamToursUGCImage.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>SteamToursUGCImage.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>SteamToursUGCImage.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>SteamToursUGCImage.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>SteamToursUGCImage.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>SteamToursUGCImage.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>SteamToursUGCImage.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>SteamToursUGCImage.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>SteamToursUGCImage.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>SteamToursUGCImage.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| LoadDetails
| <code>SteamToursUGCImage.LoadDetails()</code>
|
|-
| SetPanelEvent
| <code>SteamToursUGCImage.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>SteamToursUGCImage.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>SteamToursUGCImage.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>SteamToursUGCImage.paneltype()</code>
|
|}
 
 
=== TrackpadUIPanel ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>TrackpadUIPanel.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>TrackpadUIPanel.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>TrackpadUIPanel.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>TrackpadUIPanel.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>TrackpadUIPanel.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>TrackpadUIPanel.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>TrackpadUIPanel.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>TrackpadUIPanel.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>TrackpadUIPanel.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>TrackpadUIPanel.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>TrackpadUIPanel.id()</code>
|
|-
| layoutfile
| <code>TrackpadUIPanel.layoutfile()</code>
|
|-
| contentwidth
| <code>TrackpadUIPanel.contentwidth()</code>
|
|-
| contentheight
| <code>TrackpadUIPanel.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>TrackpadUIPanel.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>TrackpadUIPanel.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>TrackpadUIPanel.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>TrackpadUIPanel.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>TrackpadUIPanel.actualxoffset()</code>
|
|-
| actualyoffset
| <code>TrackpadUIPanel.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>TrackpadUIPanel.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>TrackpadUIPanel.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>TrackpadUIPanel.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>TrackpadUIPanel.actualuiscale_x()</code>
|
|-
| style
| <code>TrackpadUIPanel.style()</code>
|
|-
| AddClass
| <code>TrackpadUIPanel.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>TrackpadUIPanel.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>TrackpadUIPanel.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>TrackpadUIPanel.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>TrackpadUIPanel.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>TrackpadUIPanel.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>TrackpadUIPanel.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>TrackpadUIPanel.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>TrackpadUIPanel.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>TrackpadUIPanel.IsDraggable()</code>
|
|-
| GetChildCount
| <code>TrackpadUIPanel.GetChildCount()</code>
|
|-
| GetChild
| <code>TrackpadUIPanel.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>TrackpadUIPanel.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>TrackpadUIPanel.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>TrackpadUIPanel.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>TrackpadUIPanel.GetParent()</code>
|
|-
| SetParent
| <code>TrackpadUIPanel.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>TrackpadUIPanel.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>TrackpadUIPanel.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>TrackpadUIPanel.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>TrackpadUIPanel.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>TrackpadUIPanel.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>TrackpadUIPanel.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>TrackpadUIPanel.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>TrackpadUIPanel.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>TrackpadUIPanel.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>TrackpadUIPanel.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>TrackpadUIPanel.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>TrackpadUIPanel.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>TrackpadUIPanel.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>TrackpadUIPanel.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>TrackpadUIPanel.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>TrackpadUIPanel.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>TrackpadUIPanel.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>TrackpadUIPanel.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>TrackpadUIPanel.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>TrackpadUIPanel.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>TrackpadUIPanel.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>TrackpadUIPanel.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>TrackpadUIPanel.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>TrackpadUIPanel.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>TrackpadUIPanel.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>TrackpadUIPanel.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>TrackpadUIPanel.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>TrackpadUIPanel.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>TrackpadUIPanel.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>TrackpadUIPanel.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>TrackpadUIPanel.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>TrackpadUIPanel.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>TrackpadUIPanel.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>TrackpadUIPanel.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>TrackpadUIPanel.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>TrackpadUIPanel.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>TrackpadUIPanel.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>TrackpadUIPanel.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>TrackpadUIPanel.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>TrackpadUIPanel.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>TrackpadUIPanel.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>TrackpadUIPanel.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>TrackpadUIPanel.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>TrackpadUIPanel.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>TrackpadUIPanel.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>TrackpadUIPanel.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>TrackpadUIPanel.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>TrackpadUIPanel.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>TrackpadUIPanel.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>TrackpadUIPanel.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>TrackpadUIPanel.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>TrackpadUIPanel.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>TrackpadUIPanel.paneltype()</code>
|
|}
 
 
=== Label ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>Label.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>Label.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>Label.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>Label.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>Label.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>Label.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>Label.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>Label.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>Label.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>Label.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>Label.id()</code>
|
|-
| layoutfile
| <code>Label.layoutfile()</code>
|
|-
| contentwidth
| <code>Label.contentwidth()</code>
|
|-
| contentheight
| <code>Label.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>Label.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>Label.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>Label.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>Label.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>Label.actualxoffset()</code>
|
|-
| actualyoffset
| <code>Label.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>Label.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>Label.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>Label.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>Label.actualuiscale_x()</code>
|
|-
| style
| <code>Label.style()</code>
|
|-
| AddClass
| <code>Label.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>Label.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>Label.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>Label.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>Label.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>Label.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>Label.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>Label.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>Label.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>Label.IsDraggable()</code>
|
|-
| GetChildCount
| <code>Label.GetChildCount()</code>
|
|-
| GetChild
| <code>Label.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>Label.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>Label.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>Label.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>Label.GetParent()</code>
|
|-
| SetParent
| <code>Label.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>Label.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>Label.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>Label.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>Label.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>Label.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>Label.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>Label.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>Label.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>Label.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>Label.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>Label.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>Label.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>Label.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>Label.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>Label.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>Label.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>Label.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>Label.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>Label.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>Label.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>Label.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>Label.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>Label.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>Label.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>Label.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>Label.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>Label.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>Label.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>Label.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>Label.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>Label.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>Label.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>Label.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>Label.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>Label.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>Label.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>Label.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>Label.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>Label.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>Label.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>Label.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>Label.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>Label.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>Label.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>Label.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>Label.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>Label.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>Label.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>Label.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| text
| <code>Label.text( cstring cstring_1 )</code>
|
|-
| html
| <code>Label.html( boolean boolean_1 )</code>
|
|-
| SetPanelEvent
| <code>Label.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>Label.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>Label.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>Label.paneltype()</code>
|
|}
 
 
=== DropDown ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>DropDown.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>DropDown.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>DropDown.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>DropDown.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>DropDown.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>DropDown.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>DropDown.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>DropDown.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>DropDown.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>DropDown.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>DropDown.id()</code>
|
|-
| layoutfile
| <code>DropDown.layoutfile()</code>
|
|-
| contentwidth
| <code>DropDown.contentwidth()</code>
|
|-
| contentheight
| <code>DropDown.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>DropDown.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>DropDown.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>DropDown.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>DropDown.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>DropDown.actualxoffset()</code>
|
|-
| actualyoffset
| <code>DropDown.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>DropDown.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>DropDown.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>DropDown.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>DropDown.actualuiscale_x()</code>
|
|-
| style
| <code>DropDown.style()</code>
|
|-
| AddClass
| <code>DropDown.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>DropDown.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>DropDown.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>DropDown.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>DropDown.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>DropDown.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>DropDown.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>DropDown.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>DropDown.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>DropDown.IsDraggable()</code>
|
|-
| GetChildCount
| <code>DropDown.GetChildCount()</code>
|
|-
| GetChild
| <code>DropDown.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>DropDown.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>DropDown.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>DropDown.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>DropDown.GetParent()</code>
|
|-
| SetParent
| <code>DropDown.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>DropDown.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>DropDown.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>DropDown.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>DropDown.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>DropDown.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>DropDown.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>DropDown.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>DropDown.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>DropDown.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>DropDown.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>DropDown.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>DropDown.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>DropDown.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>DropDown.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>DropDown.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>DropDown.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>DropDown.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>DropDown.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>DropDown.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>DropDown.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>DropDown.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>DropDown.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>DropDown.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>DropDown.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>DropDown.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>DropDown.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>DropDown.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>DropDown.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>DropDown.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>DropDown.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>DropDown.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>DropDown.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>DropDown.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>DropDown.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>DropDown.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>DropDown.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>DropDown.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>DropDown.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>DropDown.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>DropDown.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>DropDown.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>DropDown.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>DropDown.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>DropDown.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>DropDown.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>DropDown.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>DropDown.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>DropDown.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>DropDown.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| AddOption
| <code>DropDown.AddOption( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| HasOption
| <code>DropDown.HasOption( cstring cstring_1 )</code>
|
|-
| RemoveOption
| <code>DropDown.RemoveOption( cstring cstring_1 )</code>
|
|-
| RemoveAllOptions
| <code>DropDown.RemoveAllOptions()</code>
|
|-
| GetSelected
| <code>DropDown.GetSelected()</code>
|
|-
| SetSelected
| <code>DropDown.SetSelected( cstring cstring_1 )</code>
|
|-
| FindDropDownMenuChild
| <code>DropDown.FindDropDownMenuChild( cstring cstring_1 )</code>
|
|-
| AccessDropDownMenu
| <code>DropDown.AccessDropDownMenu()</code>
|
|-
| SetPanelEvent
| <code>DropDown.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>DropDown.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>DropDown.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>DropDown.paneltype()</code>
|
|}
 
 
=== ToggleButton ===
{| class="standard-table" style="width: 100%;"
! Function
! Signature
! Description
|-
| visible
| <code>ToggleButton.visible( boolean boolean_1 )</code>
|
|-
| enabled
| <code>ToggleButton.enabled( boolean boolean_1 )</code>
|
|-
| checked
| <code>ToggleButton.checked( boolean boolean_1 )</code>
|
|-
| defaultfocus
| <code>ToggleButton.defaultfocus( cstring cstring_1 )</code>
|
|-
| inputnamespace
| <code>ToggleButton.inputnamespace( cstring cstring_1 )</code>
|
|-
| hittest
| <code>ToggleButton.hittest( boolean boolean_1 )</code>
|
|-
| hittestchildren
| <code>ToggleButton.hittestchildren( boolean boolean_1 )</code>
|
|-
| tabindex
| <code>ToggleButton.tabindex( float float_1 )</code>
|
|-
| selectionpos_x
| <code>ToggleButton.selectionpos_x( float float_1 )</code>
|
|-
| selectionpos_y
| <code>ToggleButton.selectionpos_y( float float_1 )</code>
|
|-
| id
| <code>ToggleButton.id()</code>
|
|-
| layoutfile
| <code>ToggleButton.layoutfile()</code>
|
|-
| contentwidth
| <code>ToggleButton.contentwidth()</code>
|
|-
| contentheight
| <code>ToggleButton.contentheight()</code>
|
|-
| desiredlayoutwidth
| <code>ToggleButton.desiredlayoutwidth()</code>
|
|-
| desiredlayoutheight
| <code>ToggleButton.desiredlayoutheight()</code>
|
|-
| actuallayoutwidth
| <code>ToggleButton.actuallayoutwidth()</code>
|
|-
| actuallayoutheight
| <code>ToggleButton.actuallayoutheight()</code>
|
|-
| actualxoffset
| <code>ToggleButton.actualxoffset()</code>
|
|-
| actualyoffset
| <code>ToggleButton.actualyoffset()</code>
|
|-
| scrolloffset_y
| <code>ToggleButton.scrolloffset_y()</code>
|
|-
| scrolloffset_x
| <code>ToggleButton.scrolloffset_x()</code>
|
|-
| actualuiscale_y
| <code>ToggleButton.actualuiscale_y()</code>
|
|-
| actualuiscale_x
| <code>ToggleButton.actualuiscale_x()</code>
|
|-
| style
| <code>ToggleButton.style()</code>
|
|-
| AddClass
| <code>ToggleButton.AddClass( cstring cstring_1 )</code>
|
|-
| RemoveClass
| <code>ToggleButton.RemoveClass( cstring cstring_1 )</code>
|
|-
| BHasClass
| <code>ToggleButton.BHasClass( cstring cstring_1 )</code>
|
|-
| BAscendantHasClass
| <code>ToggleButton.BAscendantHasClass( cstring cstring_1 )</code>
|
|-
| SetHasClass
| <code>ToggleButton.SetHasClass( cstring cstring_1, boolean boolean_2 )</code>
|
|-
| ToggleClass
| <code>ToggleButton.ToggleClass( cstring cstring_1 )</code>
|
|-
| SwitchClass
| <code>ToggleButton.SwitchClass( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| ClearPanelEvent
| <code>ToggleButton.ClearPanelEvent( cstring cstring_1 )</code>
|
|-
| SetDraggable
| <code>ToggleButton.SetDraggable( boolean boolean_1 )</code>
|
|-
| IsDraggable
| <code>ToggleButton.IsDraggable()</code>
|
|-
| GetChildCount
| <code>ToggleButton.GetChildCount()</code>
|
|-
| GetChild
| <code>ToggleButton.GetChild( integer integer_1 )</code>
|
|-
| GetChildIndex
| <code>ToggleButton.GetChildIndex( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| Children
| <code>ToggleButton.Children()</code>
|
|-
| FindChildrenWithClassTraverse
| <code>ToggleButton.FindChildrenWithClassTraverse( cstring cstring_1 )</code>
|
|-
| GetParent
| <code>ToggleButton.GetParent()</code>
|
|-
| SetParent
| <code>ToggleButton.SetParent( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| FindChild
| <code>ToggleButton.FindChild( cstring cstring_1 )</code>
|
|-
| FindChildTraverse
| <code>ToggleButton.FindChildTraverse( cstring cstring_1 )</code>
|
|-
| FindChildInLayoutFile
| <code>ToggleButton.FindChildInLayoutFile( cstring cstring_1 )</code>
|
|-
| RemoveAndDeleteChildren
| <code>ToggleButton.RemoveAndDeleteChildren()</code>
|
|-
| MoveChildBefore
| <code>ToggleButton.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| MoveChildAfter
| <code>ToggleButton.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )</code>
|
|-
| GetPositionWithinWindow
| <code>ToggleButton.GetPositionWithinWindow()</code>
|
|-
| ApplyStyles
| <code>ToggleButton.ApplyStyles( boolean boolean_1 )</code>
|
|-
| ClearPropertyFromCode
| <code>ToggleButton.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )</code>
|
|-
| DeleteAsync
| <code>ToggleButton.DeleteAsync( float float_1 )</code>
|
|-
| BIsTransparent
| <code>ToggleButton.BIsTransparent()</code>
|
|-
| BAcceptsInput
| <code>ToggleButton.BAcceptsInput()</code>
|
|-
| BAcceptsFocus
| <code>ToggleButton.BAcceptsFocus()</code>
|
|-
| SetFocus
| <code>ToggleButton.SetFocus()</code>
|
|-
| UpdateFocusInContext
| <code>ToggleButton.UpdateFocusInContext()</code>
|
|-
| BHasHoverStyle
| <code>ToggleButton.BHasHoverStyle()</code>
|
|-
| SetAcceptsFocus
| <code>ToggleButton.SetAcceptsFocus( boolean boolean_1 )</code>
|
|-
| SetDisableFocusOnMouseDown
| <code>ToggleButton.SetDisableFocusOnMouseDown( boolean boolean_1 )</code>
|
|-
| BHasKeyFocus
| <code>ToggleButton.BHasKeyFocus()</code>
|
|-
| SetScrollParentToFitWhenFocused
| <code>ToggleButton.SetScrollParentToFitWhenFocused( boolean boolean_1 )</code>
|
|-
| BScrollParentToFitWhenFocused
| <code>ToggleButton.BScrollParentToFitWhenFocused()</code>
|
|-
| IsSelected
| <code>ToggleButton.IsSelected()</code>
|
|-
| BHasDescendantKeyFocus
| <code>ToggleButton.BHasDescendantKeyFocus()</code>
|
|-
| BLoadLayout
| <code>ToggleButton.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutFromString
| <code>ToggleButton.BLoadLayoutFromString( js_raw_args js_raw_args_1 )</code>
|
|-
| LoadLayoutFromStringAsync
| <code>ToggleButton.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| LoadLayoutAsync
| <code>ToggleButton.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )</code>
|
|-
| BLoadLayoutSnippet
| <code>ToggleButton.BLoadLayoutSnippet( cstring cstring_1 )</code>
|
|-
| BCreateChildren
| <code>ToggleButton.BCreateChildren( cstring cstring_1 )</code>
|
|-
| SetTopOfInputContext
| <code>ToggleButton.SetTopOfInputContext( boolean boolean_1 )</code>
|
|-
| SetDialogVariable
| <code>ToggleButton.SetDialogVariable( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetDialogVariableInt
| <code>ToggleButton.SetDialogVariableInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetDialogVariableTime
| <code>ToggleButton.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )</code>
|
|-
| ScrollToTop
| <code>ToggleButton.ScrollToTop()</code>
|
|-
| ScrollToBottom
| <code>ToggleButton.ScrollToBottom()</code>
|
|-
| ScrollToLeftEdge
| <code>ToggleButton.ScrollToLeftEdge()</code>
|
|-
| ScrollToRightEdge
| <code>ToggleButton.ScrollToRightEdge()</code>
|
|-
| ScrollParentToMakePanelFit
| <code>ToggleButton.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )</code>
|
|-
| BCanSeeInParentScroll
| <code>ToggleButton.BCanSeeInParentScroll()</code>
|
|-
| GetAttributeInt
| <code>ToggleButton.GetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| GetAttributeString
| <code>ToggleButton.GetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| GetAttributeUInt32
| <code>ToggleButton.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetAttributeInt
| <code>ToggleButton.SetAttributeInt( cstring cstring_1, integer integer_2 )</code>
|
|-
| SetAttributeString
| <code>ToggleButton.SetAttributeString( cstring cstring_1, cstring cstring_2 )</code>
|
|-
| SetAttributeUInt32
| <code>ToggleButton.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )</code>
|
|-
| SetInputNamespace
| <code>ToggleButton.SetInputNamespace( cstring cstring_1 )</code>
|
|-
| RegisterForReadyEvents
| <code>ToggleButton.RegisterForReadyEvents( boolean boolean_1 )</code>
|
|-
| BReadyForDisplay
| <code>ToggleButton.BReadyForDisplay()</code>
|
|-
| SetReadyForDisplay
| <code>ToggleButton.SetReadyForDisplay( boolean boolean_1 )</code>
|
|-
| SetSelected
| <code>ToggleButton.SetSelected( boolean boolean_1 )</code>
|
|-
| text
| <code>ToggleButton.text( cstring cstring_1 )</code>
|
|-
| SetPanelEvent
| <code>ToggleButton.SetPanelEvent( js_raw_args js_raw_args_1 )</code>
|
|-
| RunScriptInPanelContext
| <code>ToggleButton.RunScriptInPanelContext( js_raw_args js_raw_args_1 )</code>
|
|-
| rememberchildfocus
| <code>ToggleButton.rememberchildfocus( boolean boolean_1 )</code>
|
|-
| paneltype
| <code>ToggleButton.paneltype()</code>
|
|}
 
== Enumerations ==
 
=== SteamUGCQuery ===
{| class="standard-table" style="width: 100%;"
! Enumerator
! Value
! Description
|-
| SteamUGCQuery.RankedByVote
| 0
|
|-
| SteamUGCQuery.RankedByPublicationDate
| 1
|
|-
| SteamUGCQuery.AcceptedForGameRankedByAcceptanceDate
| 2
|
|-
| SteamUGCQuery.RankedByTrend
| 3
|
|-
| SteamUGCQuery.FavoritedByFriendsRankedByPublicationDate
| 4
|
|-
| SteamUGCQuery.CreatedByFriendsRankedByPublicationDate
| 5
|
|-
| SteamUGCQuery.RankedByNumTimesReported
| 6
|
|-
| SteamUGCQuery.CreatedByFollowedUsersRankedByPublicationDate
| 7
|
|-
| SteamUGCQuery.NotYetRated
| 8
|
|-
| SteamUGCQuery.RankedByTotalVotesAsc
| 9
|
|-
| SteamUGCQuery.RankedByVotesUp
| 10
|
|-
| SteamUGCQuery.RankedByTextSearch
| 11
|
|-
| SteamUGCQuery.RankedByTotalUniqueSubscriptions
| 12
| 12
|  
|  
|-
|-
| SteamUGCQuery.RankedByPlaytimeTrend
| SteamUGCMatchingUGCType.All
| 13
| -1
|  
|  
|}
=== SteamUniverse ===
{| class="standard-table" style="width: 100%;"
! Enumerator
! Value
! Description
|-
|-
| SteamUGCQuery.RankedByTotalPlaytime
| SteamUniverse.Invalid
| 14
|
|-
| SteamUGCQuery.RankedByAveragePlaytimeTrend
| 15
|
|-
| SteamUGCQuery.RankedByLifetimeAveragePlaytime
| 16
|
|-
| SteamUGCQuery.RankedByPlaytimeSessionsTrend
| 17
|
|-
| SteamUGCQuery.RankedByLifetimePlaytimeSessions
| 18
|
|}
 
=== SteamUGCMatchingUGCType ===
{| class="standard-table" style="width: 100%;"
! Enumerator
! Value
! Description
|-
| SteamUGCMatchingUGCType.Items
| 0
| 0
|  
|  
|-
|-
| SteamUGCMatchingUGCType.Items_Mtx
| SteamUniverse.Internal
| 1
|
|-
| SteamUGCMatchingUGCType.Items_ReadyToUse
| 2
|
|-
| SteamUGCMatchingUGCType.Collections
| 3
| 3
|  
|  
|-
|-
| SteamUGCMatchingUGCType.Artwork
| SteamUniverse.Dev
| 4
| 4
|  
|  
|-
|-
| SteamUGCMatchingUGCType.Videos
| SteamUniverse.Beta
| 5
| 2
|  
|  
|-
|-
| SteamUGCMatchingUGCType.Screenshots
| SteamUniverse.Public
| 6
| 1
|
|-
| SteamUGCMatchingUGCType.AllGuides
| 7
|
|-
| SteamUGCMatchingUGCType.WebGuides
| 8
|
|-
| SteamUGCMatchingUGCType.IntegratedGuides
| 9
|
|-
| SteamUGCMatchingUGCType.UsableInGame
| 10
|
|-
| SteamUGCMatchingUGCType.ControllerBindings
| 11
|
|-
| SteamUGCMatchingUGCType.GameManagedItems
| 12
|
|-
| SteamUGCMatchingUGCType.All
| -1
|  
|  
|}
|}


=== SteamUniverse ===
{{shortpagetitle}}
{| class="standard-table" style="width: 100%;"
[[Category:SteamVR]][[Category:Panorama]]
! Enumerator
! Value
! Description
|-
| SteamUniverse.Invalid
| 0
|
|-
| SteamUniverse.Internal
| 3
|
|-
| SteamUniverse.Dev
| 4
|
|-
| SteamUniverse.Beta
| 2
|
|-
| SteamUniverse.Public
| 1
|
|}

Latest revision as of 02:19, 6 January 2024

This is the client-side Javascript API documentation for the Panorama UI system in SteamVR Home. The documentation can be dumped using the 'cl_panorama_script_help_2' console command.

Note.pngNote:Currently, the command only describes panel types that have actually been accessed from JavaScript during that session. (So run a custom game that exercises Panorama to get documentation.
Note.pngNote:Currently, the command doesn't distinguish between methods declared on a class and methods it inherits from a base class. For example, every subclass of Panel2D lists 'SetHasClass' as a method

Static Classes

These classes each have have a global accessor variable.

$

Global functions.

Accessor variable: $

Function Signature Description
Msg Msg( js_raw_args js_raw_args_1 ) Log a message
DispatchEvent DispatchEvent( js_raw_args js_raw_args_1 ) Dispatch an event
DispatchEventAsync DispatchEventAsync( js_raw_args js_raw_args_1 ) Dispatch an event to occur later
RegisterEventHandler RegisterEventHandler( js_raw_args js_raw_args_1 ) Register an event handler
RegisterForUnhandledEvent RegisterForUnhandledEvent( js_raw_args js_raw_args_1 ) Register a handler for an event that is not otherwise handled
UnregisterForUnhandledEvent UnregisterForUnhandledEvent( js_raw_args js_raw_args_1 ) Remove an unhandled event handler
FindChildInContext FindChildInContext( js_raw_args js_raw_args_1 ) Find an element
AsyncWebRequest AsyncWebRequest( js_raw_args js_raw_args_1 ) Make a web request
CreatePanel CreatePanel( js_raw_args js_raw_args_1 ) Create a new panel
Localize Localize( js_raw_args js_raw_args_1 ) Localize a string
Language Language( js_raw_args js_raw_args_1 ) Get the current language
Schedule Schedule( js_raw_args js_raw_args_1 ) Schedule a function to be called later
CancelScheduled CancelScheduled( js_raw_args js_raw_args_1 ) Cancelse a scheduled function
GetContextPanel GetContextPanel( js_raw_args js_raw_args_1 ) Get the current panel context
RegisterKeyBind RegisterKeyBind( js_raw_args js_raw_args_1 ) Register a key binding
Each Each( js_raw_args js_raw_args_1 ) Call a function on each given item


CPanoramaScript_GameEvents

Interface for Game events

Accessor variable: GameEvents

Function Signature Description
Subscribe "GameEvents".Subscribe( cstring pEventName, js_value funcVal ) Subscribe to a game event
Unsubscribe "GameEvents".Unsubscribe( integer nCallbackHandle ) Unsubscribe from a game event
SendCustomGameEventToServer "GameEvents".SendCustomGameEventToServer( cstring pEventName, js_object jsObject ) Send a custom game event to the server
SendCustomGameEventToAllClients "GameEvents".SendCustomGameEventToAllClients( cstring pEventName, js_object jsObject ) Send a custom game event to the server, which will send it to all clients
SendCustomGameEventToClient "GameEvents".SendCustomGameEventToClient( cstring pEventName, integer playerIndex, js_object jsObject ) Send a custom game event to the server, which will then send it to one client
SendEventClientSide "GameEvents".SendEventClientSide( cstring pEventName, js_object jsObject ) Send a client-side event using gameeventmanager (only useful for a few specific events)


CPanoramaScript_CustomNetTables

Interface for Nettables

Accessor variable: CustomNetTables

Function Signature Description
GetTableValue "CustomNetTables".GetTableValue( cstring pTableName, cstring pKeyName ) Get a key from a custom net table
GetAllTableValues "CustomNetTables".GetAllTableValues( cstring pTableName ) Get all values from a custom net table
SubscribeNetTableListener "CustomNetTables".SubscribeNetTableListener( js_raw_args args ) Register a callback when a particular custom net table changes
UnsubscribeNetTableListener "CustomNetTables".UnsubscribeNetTableListener( integer nCallbackHandle ) Unsubscribe from a game event


CPanoramaScript_SteamUGC

Interface for Steam user generated content.

Accessor variable: SteamUGC

Function Signature Description
SubscribeItem "SteamUGC".SubscribeItem( cstring pPublishedFileID, js_value funcVal ) Subscribe to a piece of UGC
UnsubscribeItem "SteamUGC".UnsubscribeItem( cstring pPublishedFileID, js_value funcVal ) Unsubscribe from a piece of UGC
GetSubscriptionInfo "SteamUGC".GetSubscriptionInfo( cstring pPublishedFileID ) Get a key from a custom net table
SetUserItemVote "SteamUGC".SetUserItemVote( cstring pPublishedFileID, boolean bVoteUp, js_value funcVal ) Vote on a piece of UGC
GetUserItemVote "SteamUGC".GetUserItemVote( cstring pPublishedFileID, js_value funcVal ) Get the user's vote on a piece of UGC
AddToFavorites "SteamUGC".AddToFavorites( cstring pPublishedFileID, js_value funcVal ) Add an item to the user's favorites list
RemoveFromFavorites "SteamUGC".RemoveFromFavorites( cstring pPublishedFileID, js_value funcVal ) Remove an item from the user's favorites list
CreateQueryAllUGCRequest "SteamUGC".CreateQueryAllUGCRequest( integer eQueryType, integer eMatchingeMatchingUGCTypeFileType, unsigned unPage ) Create a request to query Steam for all UGC
CreateQueryUGCDetailsRequest "SteamUGC".CreateQueryUGCDetailsRequest( js_array jsArray ) Create a request to query Steam for specific UGC
AddRequiredTagToQuery "SteamUGC".AddRequiredTagToQuery( integer handle, cstring pchTag ) Adds a required tag to the query
AddExcludedTagToQuery "SteamUGC".AddExcludedTagToQuery( integer handle, cstring pchTag ) Adds an excluded tag to the query
ConfigureQuery "SteamUGC".ConfigureQuery( integer handle, js_object jsObject ) Adds a required tag to the query
SendUGCQuery "SteamUGC".SendUGCQuery( integer handle, js_value funcVal ) Sends the prepared query
RegisterDownloadItemResultCallback "SteamUGC".RegisterDownloadItemResultCallback( cstring pPublishedFileID, js_value funcVal ) Register a callback to be called when the item is downloaded


CPanoramaScript_SteamFriends

Accessor variable: SteamFriends

Function Signature Description
RequestPersonaName "SteamFriends".RequestPersonaName( cstring pchSteamID, js_value funcVal ) Requests the user's persona name
SetLargeAvatarImage "SteamFriends".SetLargeAvatarImage( js_raw_args args ) Sets the avatar image on the image panel


CPanoramaScript_SteamUtils

Accessor variable: SteamUtils

Function Signature Description
GetConnectedUniverse "SteamUtils".GetConnectedUniverse() Returns the connected universe
GetAppID "SteamUtils".GetAppID() Returns the appid of the current app


CPanoramaScript_VRUtils

Accessor variable: VRUtils

Function Signature Description
GetVRAppPropertyData "VRUtils".GetVRAppPropertyData( unsigned nAppID ) Get application properties for a VR app with the specified appID
LaunchSteamApp "VRUtils".LaunchSteamApp( unsigned nAppID ) Launches a Steam application using OpenVR.


CPanoramaScript_SteamVRHome

Accessor variable: SteamVRHome

Function Signature Description
SpawnImagePanel "SteamVRHome".SpawnImagePanel( cstring pPublishedFileID, integer nImageWidth, integer nImageHeight ) Creates an in-world image panel entity.


UI Element Classes

Panel

Function Signature Description
visible Panel.visible( boolean boolean_1 )
enabled Panel.enabled( boolean boolean_1 )
checked Panel.checked( boolean boolean_1 )
defaultfocus Panel.defaultfocus( cstring cstring_1 )
inputnamespace Panel.inputnamespace( cstring cstring_1 )
hittest Panel.hittest( boolean boolean_1 )
hittestchildren Panel.hittestchildren( boolean boolean_1 )
tabindex Panel.tabindex( float float_1 )
selectionpos_x Panel.selectionpos_x( float float_1 )
selectionpos_y Panel.selectionpos_y( float float_1 )
id Panel.id()
layoutfile Panel.layoutfile()
contentwidth Panel.contentwidth()
contentheight Panel.contentheight()
desiredlayoutwidth Panel.desiredlayoutwidth()
desiredlayoutheight Panel.desiredlayoutheight()
actuallayoutwidth Panel.actuallayoutwidth()
actuallayoutheight Panel.actuallayoutheight()
actualxoffset Panel.actualxoffset()
actualyoffset Panel.actualyoffset()
scrolloffset_y Panel.scrolloffset_y()
scrolloffset_x Panel.scrolloffset_x()
actualuiscale_y Panel.actualuiscale_y()
actualuiscale_x Panel.actualuiscale_x()
style Panel.style()
AddClass Panel.AddClass( cstring cstring_1 )
RemoveClass Panel.RemoveClass( cstring cstring_1 )
BHasClass Panel.BHasClass( cstring cstring_1 )
BAscendantHasClass Panel.BAscendantHasClass( cstring cstring_1 )
SetHasClass Panel.SetHasClass( cstring cstring_1, boolean boolean_2 )
ToggleClass Panel.ToggleClass( cstring cstring_1 )
SwitchClass Panel.SwitchClass( cstring cstring_1, cstring cstring_2 )
TriggerClass Panel.TriggerClass( cstring cstring_1 )
ClearPanelEvent Panel.ClearPanelEvent( cstring cstring_1 )
SetDraggable Panel.SetDraggable( boolean boolean_1 )
IsDraggable Panel.IsDraggable()
GetChildCount Panel.GetChildCount()
GetChild Panel.GetChild( integer integer_1 )
GetChildIndex Panel.GetChildIndex( unknown_variant_type unknown_variant_type_1 )
Children Panel.Children()
FindChildrenWithClassTraverse Panel.FindChildrenWithClassTraverse( cstring cstring_1 )
GetParent Panel.GetParent()
SetParent Panel.SetParent( unknown_variant_type unknown_variant_type_1 )
FindChild Panel.FindChild( cstring cstring_1 )
FindChildTraverse Panel.FindChildTraverse( cstring cstring_1 )
FindChildInLayoutFile Panel.FindChildInLayoutFile( cstring cstring_1 )
RemoveAndDeleteChildren Panel.RemoveAndDeleteChildren()
MoveChildBefore Panel.MoveChildBefore( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )
MoveChildAfter Panel.MoveChildAfter( unknown_variant_type unknown_variant_type_1, unknown_variant_type unknown_variant_type_2 )
GetPositionWithinWindow Panel.GetPositionWithinWindow()
ApplyStyles Panel.ApplyStyles( boolean boolean_1 )
ClearPropertyFromCode Panel.ClearPropertyFromCode( unknown_variant_type unknown_variant_type_1 )
DeleteAsync Panel.DeleteAsync( float float_1 )
BIsTransparent Panel.BIsTransparent()
BAcceptsInput Panel.BAcceptsInput()
BAcceptsFocus Panel.BAcceptsFocus()
SetFocus Panel.SetFocus()
UpdateFocusInContext Panel.UpdateFocusInContext()
BHasHoverStyle Panel.BHasHoverStyle()
SetAcceptsFocus Panel.SetAcceptsFocus( boolean boolean_1 )
SetDisableFocusOnMouseDown Panel.SetDisableFocusOnMouseDown( boolean boolean_1 )
BHasKeyFocus Panel.BHasKeyFocus()
SetScrollParentToFitWhenFocused Panel.SetScrollParentToFitWhenFocused( boolean boolean_1 )
BScrollParentToFitWhenFocused Panel.BScrollParentToFitWhenFocused()
IsSelected Panel.IsSelected()
BHasDescendantKeyFocus Panel.BHasDescendantKeyFocus()
BLoadLayout Panel.BLoadLayout( cstring cstring_1, boolean boolean_2, boolean boolean_3 )
BLoadLayoutFromString Panel.BLoadLayoutFromString( js_raw_args js_raw_args_1 )
LoadLayoutFromStringAsync Panel.LoadLayoutFromStringAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )
LoadLayoutAsync Panel.LoadLayoutAsync( cstring cstring_1, boolean boolean_2, boolean boolean_3 )
BLoadLayoutSnippet Panel.BLoadLayoutSnippet( cstring cstring_1 )
BCreateChildren Panel.BCreateChildren( cstring cstring_1 )
SetTopOfInputContext Panel.SetTopOfInputContext( boolean boolean_1 )
SetDialogVariable Panel.SetDialogVariable( cstring cstring_1, cstring cstring_2 )
SetDialogVariableInt Panel.SetDialogVariableInt( cstring cstring_1, integer integer_2 )
SetDialogVariableTime Panel.SetDialogVariableTime( cstring cstring_1, int64 int64_2 )
ScrollToTop Panel.ScrollToTop()
ScrollToBottom Panel.ScrollToBottom()
ScrollToLeftEdge Panel.ScrollToLeftEdge()
ScrollToRightEdge Panel.ScrollToRightEdge()
ScrollParentToMakePanelFit Panel.ScrollParentToMakePanelFit( unknown_variant_type unknown_variant_type_1, boolean boolean_2 )
BCanSeeInParentScroll Panel.BCanSeeInParentScroll()
GetAttributeInt Panel.GetAttributeInt( cstring cstring_1, integer integer_2 )
GetAttributeString Panel.GetAttributeString( cstring cstring_1, cstring cstring_2 )
GetAttributeUInt32 Panel.GetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )
SetAttributeInt Panel.SetAttributeInt( cstring cstring_1, integer integer_2 )
SetAttributeString Panel.SetAttributeString( cstring cstring_1, cstring cstring_2 )
SetAttributeUInt32 Panel.SetAttributeUInt32( cstring cstring_1, unsigned unsigned_2 )
SetInputNamespace Panel.SetInputNamespace( cstring cstring_1 )
RegisterForReadyEvents Panel.RegisterForReadyEvents( boolean boolean_1 )
BReadyForDisplay Panel.BReadyForDisplay()
SetReadyForDisplay Panel.SetReadyForDisplay( boolean boolean_1 )
SetPositionInPixels Panel.SetPositionInPixels( float float_1, float float_2, float float_3 )
SetPanelEvent Panel.SetPanelEvent( js_raw_args js_raw_args_1 )
RunScriptInPanelContext Panel.RunScriptInPanelContext( js_raw_args js_raw_args_1 )
rememberchildfocus Panel.rememberchildfocus( boolean boolean_1 )
paneltype Panel.paneltype()

Image

Extends: Panel

Function Signature Description
SetImage Image.SetImage( cstring cstring_1 )
SetScaling Image.SetScaling( cstring cstring_1 )


ClientUIDialogPanel

Extends: Panel

Function Signature Description
GetOwnerEntityID ClientUIDialogPanel.GetOwnerEntityID()


Button

Extends: Panel

Function Signature Description


FriendsItem

Extends: Panel

Function Signature Description


AvatarCustomizationItem

Extends: Panel

Function Signature Description


ContentBrowserItem

Extends: Panel

Function Signature Description


DestinationsScrollPanel

Extends: Panel

Function Signature Description


DestinationsSettingsPanel

Extends: Panel

Function Signature Description


DestinationsTutorialPanel

Extends: Panel

Function Signature Description


DestinationsWelcomePanel

Extends: Panel

Function Signature Description


GameTrophyAppLogoPanel

Extends: Panel

Function Signature Description
ShowDetailsPanel GameTrophyAppLogoPanel.ShowDetailsPanel()
HideDetailsPanel GameTrophyAppLogoPanel.HideDetailsPanel()
ViewAppDetails GameTrophyAppLogoPanel.ViewAppDetails()
ViewOwnerSteamAchievements GameTrophyAppLogoPanel.ViewOwnerSteamAchievements()
ViewOwnerSteamProfile GameTrophyAppLogoPanel.ViewOwnerSteamProfile()
ViewOwnerSteamScreenshots GameTrophyAppLogoPanel.ViewOwnerSteamScreenshots()
ViewLibraryScreenshots GameTrophyAppLogoPanel.ViewLibraryScreenshots()


GameTrophyDetailsPanel

Extends: Panel

Function Signature Description
ShowDetailsPanel GameTrophyDetailsPanel.ShowDetailsPanel()
HideDetailsPanel GameTrophyDetailsPanel.HideDetailsPanel()
ViewAppDetails GameTrophyDetailsPanel.ViewAppDetails()
ViewOwnerSteamAchievements GameTrophyDetailsPanel.ViewOwnerSteamAchievements()
ViewOwnerSteamProfile GameTrophyDetailsPanel.ViewOwnerSteamProfile()
ViewOwnerSteamScreenshots GameTrophyDetailsPanel.ViewOwnerSteamScreenshots()
ViewLibraryScreenshots GameTrophyDetailsPanel.ViewLibraryScreenshots()


HTML

Extends: Panel

Function Signature Description
SetURL HTML.SetURL( cstring cstring_1 )
RunJavascript HTML.RunJavascript( cstring cstring_1 )
SetIgnoreCursor HTML.SetIgnoreCursor( boolean boolean_1 )


LobbyItem

Extends: Panel

Function Signature Description


RadioButton

Extends: Panel

Function Signature Description
GetSelectedButton RadioButton.GetSelectedButton()


Slider

Function Signature Description
value Slider.value( float float_1 )
min Slider.min( float float_1 )
max Slider.max( float float_1 )
increment Slider.increment( float float_1 )
default Slider.default( float float_1 )
mousedown Slider.mousedown()
SetDirection Slider.SetDirection( unknown_variant_type unknown_variant_type_1 )
SetShowDefaultValue Slider.SetShowDefaultValue( boolean boolean_1 )
SetRequiresSelection Slider.SetRequiresSelection( boolean boolean_1 )
SetValueNoEvents Slider.SetValueNoEvents( float float_1 )
SetPanelEvent Slider.SetPanelEvent( js_raw_args js_raw_args_1 )
RunScriptInPanelContext Slider.RunScriptInPanelContext( js_raw_args js_raw_args_1 )
rememberchildfocus Slider.rememberchildfocus( boolean boolean_1 )
paneltype Slider.paneltype()


SteamToursAvatarCustomization

Extends: Panel

Function Signature Description


SteamToursContentBrowser

Extends: Panel

Function Signature Description


SteamToursFriends

Extends: Panel

Function Signature Description


SteamToursNotifications

Extends: Panel

Function Signature Description


SteamToursPlayerBillboard

Extends: Panel

Function Signature Description


SteamToursRecentApps

Extends: Panel

Function Signature Description


SteamToursUGCImage

Extends: Panel

Function Signature Description
LoadDetails SteamToursUGCImage.LoadDetails()


TrackpadUIPanel

Extends: Panel

Function Signature Description


Label

Extends: Panel

Function Signature Description
text Label.text( cstring cstring_1 )
html Label.html( boolean boolean_1 )


DropDown

Extends: Panel

Function Signature Description
AddOption DropDown.AddOption( unknown_variant_type unknown_variant_type_1 )
HasOption DropDown.HasOption( cstring cstring_1 )
RemoveOption DropDown.RemoveOption( cstring cstring_1 )
RemoveAllOptions DropDown.RemoveAllOptions()
GetSelected DropDown.GetSelected()
SetSelected DropDown.SetSelected( cstring cstring_1 )
FindDropDownMenuChild DropDown.FindDropDownMenuChild( cstring cstring_1 )
AccessDropDownMenu DropDown.AccessDropDownMenu()


ToggleButton

Extends: Panel

Function Signature Description
SetSelected ToggleButton.SetSelected( boolean boolean_1 )
text ToggleButton.text( cstring cstring_1 )

Enumerations

SteamUGCQuery

Enumerator Value Description
SteamUGCQuery.RankedByVote 0
SteamUGCQuery.RankedByPublicationDate 1
SteamUGCQuery.AcceptedForGameRankedByAcceptanceDate 2
SteamUGCQuery.RankedByTrend 3
SteamUGCQuery.FavoritedByFriendsRankedByPublicationDate 4
SteamUGCQuery.CreatedByFriendsRankedByPublicationDate 5
SteamUGCQuery.RankedByNumTimesReported 6
SteamUGCQuery.CreatedByFollowedUsersRankedByPublicationDate 7
SteamUGCQuery.NotYetRated 8
SteamUGCQuery.RankedByTotalVotesAsc 9
SteamUGCQuery.RankedByVotesUp 10
SteamUGCQuery.RankedByTextSearch 11
SteamUGCQuery.RankedByTotalUniqueSubscriptions 12
SteamUGCQuery.RankedByPlaytimeTrend 13
SteamUGCQuery.RankedByTotalPlaytime 14
SteamUGCQuery.RankedByAveragePlaytimeTrend 15
SteamUGCQuery.RankedByLifetimeAveragePlaytime 16
SteamUGCQuery.RankedByPlaytimeSessionsTrend 17
SteamUGCQuery.RankedByLifetimePlaytimeSessions 18

SteamUGCMatchingUGCType

Enumerator Value Description
SteamUGCMatchingUGCType.Items 0
SteamUGCMatchingUGCType.Items_Mtx 1
SteamUGCMatchingUGCType.Items_ReadyToUse 2
SteamUGCMatchingUGCType.Collections 3
SteamUGCMatchingUGCType.Artwork 4
SteamUGCMatchingUGCType.Videos 5
SteamUGCMatchingUGCType.Screenshots 6
SteamUGCMatchingUGCType.AllGuides 7
SteamUGCMatchingUGCType.WebGuides 8
SteamUGCMatchingUGCType.IntegratedGuides 9
SteamUGCMatchingUGCType.UsableInGame 10
SteamUGCMatchingUGCType.ControllerBindings 11
SteamUGCMatchingUGCType.GameManagedItems 12
SteamUGCMatchingUGCType.All -1

SteamUniverse

Enumerator Value Description
SteamUniverse.Invalid 0
SteamUniverse.Internal 3
SteamUniverse.Dev 4
SteamUniverse.Beta 2
SteamUniverse.Public 1