From 70fa517f09d6c5b32b794b0d2405f8edd0ab73a8 Mon Sep 17 00:00:00 2001 From: braem Date: Mon, 21 Feb 2022 23:05:25 -0500 Subject: [PATCH] chore: remove unused dumps --- dumps/momentum_latest.txt | 12240 ------------------------------------ dumps/p2ce_latest.txt | 5722 ----------------- 2 files changed, 17962 deletions(-) delete mode 100644 dumps/momentum_latest.txt delete mode 100644 dumps/p2ce_latest.txt diff --git a/dumps/momentum_latest.txt b/dumps/momentum_latest.txt deleted file mode 100644 index 0ec5747..0000000 --- a/dumps/momentum_latest.txt +++ /dev/null @@ -1,12240 +0,0 @@ -== $ == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| length -| int32 -| X -| $.persistentStorage.length. Returns an integer representing the number of data items stored in the Storage object. -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AsyncWebRequest -| void $.AsyncWebRequest( js_raw_arg ) -| Make a web request -|- -| CancelScheduled -| void $.CancelScheduled( js_raw_arg ) -| Cancelse a scheduled function -|- -| clear -| void $.clear() -| $.persistentStorage.clear(). When invoked, will empty all keys out of the storage. -|- -| CreatePanel -| void $.CreatePanel( js_raw_arg ) -| Create a new panel -|- -| DbgIsReloadingScript -| void $.DbgIsReloadingScript( js_raw_arg ) -| Call during JS startup code to check if script is being reloaded -|- -| DefineEvent -| void $.DefineEvent( js_raw_arg ) -| Define an event -|- -| DefinePanelEvent -| void $.DefinePanelEvent( js_raw_arg ) -| Define an panel event -|- -| DispatchEvent -| void $.DispatchEvent( js_raw_arg ) -| Dispatch an event -|- -| DispatchEventAsync -| void $.DispatchEventAsync( js_raw_arg ) -| Dispatch an event to occur later -|- -| Each -| void $.Each( js_raw_arg ) -| Call a function on each given item -|- -| FindChildInContext -| void $.FindChildInContext( js_raw_arg ) -| Find an element -|- -| GetContextPanel -| void $.GetContextPanel( js_raw_arg ) -| Get the current panel context -|- -| getItem -| cstring $.getItem( cstring keyName ) -| $.persistentStorage.getItem(keyName). When passed a key name, will return that key's value. -|- -| HTMLEscape -| void $.HTMLEscape( js_raw_arg ) -| $.HTMLEscape(str, truncate=false). Converts str, which must be 2048 utf-8 bytes or shorter, into an HTML-safe version. If truncate=true, too long strings will be truncated instead of throwing an exception -|- -| key -| cstring $.key( int32 n ) -| $.persistentStorage.key(n). When passed a number n, this method will return the name of the nth key in the storage. -|- -| Language -| void $.Language( js_raw_arg ) -| Get the current language -|- -| LoadKeyValuesFile -| void $.LoadKeyValuesFile( js_raw_arg ) -| Load a named key values file and return as JS object -|- -| Localize -| void $.Localize( js_raw_arg ) -| Localize a string -|- -| LocalizeSafe -| void $.LocalizeSafe( js_raw_arg ) -| Localize a string, but return empty string if the localization token is not found -|- -| Msg -| void $.Msg( js_raw_arg ) -| Log a message -|- -| PlaySoundEvent -| void $.PlaySoundEvent( js_raw_arg ) -| $.PlaySoundEvent(str). Plays the named sound event. -|- -| RegisterEventHandler -| void $.RegisterEventHandler( js_raw_arg ) -| Register an event handler -|- -| RegisterForUnhandledEvent -| void $.RegisterForUnhandledEvent( js_raw_arg ) -| Register a handler for an event that is not otherwise handled -|- -| RegisterKeyBind -| void $.RegisterKeyBind( js_raw_arg ) -| Register a key binding -|- -| removeItem -| void $.removeItem( cstring keyName ) -| $.persistentStorage.removeItem(keyName). When passed a key name, will remove that key from the storage. -|- -| Schedule -| void $.Schedule( js_raw_arg ) -| Schedule a function to be called later -|- -| setItem -| void $.setItem( cstring keyName, cstring keyValue ) -| $.persistentStorage.setItem(keyName, keyValue). When passed a key name and value, will add that key to the storage, or update that key's value if it already exists. -|- -| StopSoundEvent -| void $.StopSoundEvent( js_raw_arg ) -| $.StopSoundEvent(guid, [fadetime]). Stops the sound event. guid was returned from a previous call to PlaySoundEvent. fadetime is optional. -|- -| UnregisterEventHandler -| void $.UnregisterEventHandler( js_raw_arg ) -| Remove an event handler -|- -| UnregisterForUnhandledEvent -| void $.UnregisterForUnhandledEvent( js_raw_arg ) -| Remove an unhandled event handler -|- -| UrlDecode -| void $.UrlDecode( js_raw_arg ) -| $.UrlDecode(str). Decodes str, which must be 2048 utf-8 bytes or shorter, from URL-encoded form. -|- -| UrlEncode -| void $.UrlEncode( js_raw_arg ) -| $.UrlEncode(str). Encodes str, which must be 2048 utf-8 bytes or shorter, into URL-encoded form. -|- -| Warning -| void $.Warning( js_raw_arg ) -| Log a warning -|} -== Button == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool Button.AcceptsFocus() -| -|- -| AcceptsInput -| bool Button.AcceptsInput() -| -|- -| AddClass -| void Button.AddClass( cstring ) -| -|- -| ApplyStyles -| void Button.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool Button.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool Button.CanSeeInParentScroll() -| -|- -| Children -| unknown Button.Children() -| -|- -| ClearPanelEvent -| void Button.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void Button.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool Button.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown Button.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void Button.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void Button.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void Button.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown Button.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown Button.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown Button.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown Button.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 Button.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring Button.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 Button.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown Button.GetChild( int32 ) -| -|- -| GetChildCount -| int32 Button.GetChildCount() -| -|- -| GetChildIndex -| int32 Button.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown Button.GetFirstChild() -| -|- -| GetLastChild -| unknown Button.GetLastChild() -| -|- -| GetParent -| unknown Button.GetParent() -| -|- -| GetPositionWithinWindow -| unknown Button.GetPositionWithinWindow() -| -|- -| HasClass -| bool Button.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool Button.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool Button.HasHoverStyle() -| -|- -| HasKeyFocus -| bool Button.HasKeyFocus() -| -|- -| IsDraggable -| bool Button.IsDraggable() -| -|- -| IsReadyForDisplay -| bool Button.IsReadyForDisplay() -| -|- -| IsSelected -| bool Button.IsSelected() -| -|- -| IsTransparent -| bool Button.IsTransparent() -| -|- -| LoadLayout -| bool Button.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void Button.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void Button.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void Button.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool Button.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void Button.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void Button.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void Button.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void Button.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void Button.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool Button.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void Button.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void Button.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void Button.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void Button.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void Button.ScrollToRightEdge() -| -|- -| ScrollToTop -| void Button.ScrollToTop() -| -|- -| SetAcceptsFocus -| void Button.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void Button.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void Button.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void Button.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void Button.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void Button.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void Button.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void Button.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void Button.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void Button.SetDraggable( bool ) -| -|- -| SetFocus -| bool Button.SetFocus() -| -|- -| SetHasClass -| void Button.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void Button.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void Button.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void Button.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void Button.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void Button.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void Button.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void Button.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void Button.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void Button.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void Button.ToggleClass( cstring ) -| -|- -| TriggerClass -| void Button.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void Button.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool Button.UpdateFocusInContext() -| -|} -== ChaosMainMenu == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool ChaosMainMenu.AcceptsFocus() -| -|- -| AcceptsInput -| bool ChaosMainMenu.AcceptsInput() -| -|- -| AddClass -| void ChaosMainMenu.AddClass( cstring ) -| -|- -| ApplyStyles -| void ChaosMainMenu.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool ChaosMainMenu.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool ChaosMainMenu.CanSeeInParentScroll() -| -|- -| Children -| unknown ChaosMainMenu.Children() -| -|- -| ClearPanelEvent -| void ChaosMainMenu.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void ChaosMainMenu.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool ChaosMainMenu.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown ChaosMainMenu.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void ChaosMainMenu.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void ChaosMainMenu.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void ChaosMainMenu.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown ChaosMainMenu.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown ChaosMainMenu.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown ChaosMainMenu.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown ChaosMainMenu.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 ChaosMainMenu.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring ChaosMainMenu.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 ChaosMainMenu.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown ChaosMainMenu.GetChild( int32 ) -| -|- -| GetChildCount -| int32 ChaosMainMenu.GetChildCount() -| -|- -| GetChildIndex -| int32 ChaosMainMenu.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown ChaosMainMenu.GetFirstChild() -| -|- -| GetLastChild -| unknown ChaosMainMenu.GetLastChild() -| -|- -| GetParent -| unknown ChaosMainMenu.GetParent() -| -|- -| GetPositionWithinWindow -| unknown ChaosMainMenu.GetPositionWithinWindow() -| -|- -| HasClass -| bool ChaosMainMenu.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool ChaosMainMenu.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool ChaosMainMenu.HasHoverStyle() -| -|- -| HasKeyFocus -| bool ChaosMainMenu.HasKeyFocus() -| -|- -| IsDraggable -| bool ChaosMainMenu.IsDraggable() -| -|- -| IsMultiplayer -| bool ChaosMainMenu.IsMultiplayer() -| -|- -| IsReadyForDisplay -| bool ChaosMainMenu.IsReadyForDisplay() -| -|- -| IsSelected -| bool ChaosMainMenu.IsSelected() -| -|- -| IsTransparent -| bool ChaosMainMenu.IsTransparent() -| -|- -| LoadLayout -| bool ChaosMainMenu.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void ChaosMainMenu.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void ChaosMainMenu.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void ChaosMainMenu.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool ChaosMainMenu.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void ChaosMainMenu.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void ChaosMainMenu.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void ChaosMainMenu.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void ChaosMainMenu.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void ChaosMainMenu.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool ChaosMainMenu.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void ChaosMainMenu.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void ChaosMainMenu.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void ChaosMainMenu.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void ChaosMainMenu.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void ChaosMainMenu.ScrollToRightEdge() -| -|- -| ScrollToTop -| void ChaosMainMenu.ScrollToTop() -| -|- -| SetAcceptsFocus -| void ChaosMainMenu.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void ChaosMainMenu.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void ChaosMainMenu.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void ChaosMainMenu.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void ChaosMainMenu.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void ChaosMainMenu.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void ChaosMainMenu.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void ChaosMainMenu.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void ChaosMainMenu.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void ChaosMainMenu.SetDraggable( bool ) -| -|- -| SetFocus -| bool ChaosMainMenu.SetFocus() -| -|- -| SetHasClass -| void ChaosMainMenu.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void ChaosMainMenu.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void ChaosMainMenu.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void ChaosMainMenu.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void ChaosMainMenu.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void ChaosMainMenu.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void ChaosMainMenu.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void ChaosMainMenu.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void ChaosMainMenu.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void ChaosMainMenu.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void ChaosMainMenu.ToggleClass( cstring ) -| -|- -| TriggerClass -| void ChaosMainMenu.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void ChaosMainMenu.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool ChaosMainMenu.UpdateFocusInContext() -| -|} -== ChatAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| BIsUserMuted -| bool ChatAPI.BIsUserMuted( uint64 steamid ) -| Check whether a user is muted -|- -| ChangeMuteState -| void ChatAPI.ChangeMuteState( uint64 steamid, bool state ) -| Mute or unmute a player -|} -== ConVarEnabler == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| convar -| cstring -| -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| invert -| bool -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| togglevisibility -| bool -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool ConVarEnabler.AcceptsFocus() -| -|- -| AcceptsInput -| bool ConVarEnabler.AcceptsInput() -| -|- -| AddClass -| void ConVarEnabler.AddClass( cstring ) -| -|- -| ApplyStyles -| void ConVarEnabler.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool ConVarEnabler.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool ConVarEnabler.CanSeeInParentScroll() -| -|- -| Children -| unknown ConVarEnabler.Children() -| -|- -| ClearPanelEvent -| void ConVarEnabler.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void ConVarEnabler.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool ConVarEnabler.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown ConVarEnabler.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void ConVarEnabler.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void ConVarEnabler.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void ConVarEnabler.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown ConVarEnabler.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown ConVarEnabler.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown ConVarEnabler.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown ConVarEnabler.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 ConVarEnabler.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring ConVarEnabler.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 ConVarEnabler.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown ConVarEnabler.GetChild( int32 ) -| -|- -| GetChildCount -| int32 ConVarEnabler.GetChildCount() -| -|- -| GetChildIndex -| int32 ConVarEnabler.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown ConVarEnabler.GetFirstChild() -| -|- -| GetLastChild -| unknown ConVarEnabler.GetLastChild() -| -|- -| GetParent -| unknown ConVarEnabler.GetParent() -| -|- -| GetPositionWithinWindow -| unknown ConVarEnabler.GetPositionWithinWindow() -| -|- -| HasClass -| bool ConVarEnabler.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool ConVarEnabler.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool ConVarEnabler.HasHoverStyle() -| -|- -| HasKeyFocus -| bool ConVarEnabler.HasKeyFocus() -| -|- -| IsDraggable -| bool ConVarEnabler.IsDraggable() -| -|- -| IsReadyForDisplay -| bool ConVarEnabler.IsReadyForDisplay() -| -|- -| IsSelected -| bool ConVarEnabler.IsSelected() -| -|- -| IsTransparent -| bool ConVarEnabler.IsTransparent() -| -|- -| LoadLayout -| bool ConVarEnabler.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void ConVarEnabler.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void ConVarEnabler.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void ConVarEnabler.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool ConVarEnabler.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void ConVarEnabler.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void ConVarEnabler.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void ConVarEnabler.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void ConVarEnabler.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void ConVarEnabler.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool ConVarEnabler.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void ConVarEnabler.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void ConVarEnabler.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void ConVarEnabler.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void ConVarEnabler.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void ConVarEnabler.ScrollToRightEdge() -| -|- -| ScrollToTop -| void ConVarEnabler.ScrollToTop() -| -|- -| SetAcceptsFocus -| void ConVarEnabler.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void ConVarEnabler.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void ConVarEnabler.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void ConVarEnabler.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void ConVarEnabler.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void ConVarEnabler.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void ConVarEnabler.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void ConVarEnabler.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void ConVarEnabler.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void ConVarEnabler.SetDraggable( bool ) -| -|- -| SetFocus -| bool ConVarEnabler.SetFocus() -| -|- -| SetHasClass -| void ConVarEnabler.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void ConVarEnabler.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void ConVarEnabler.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void ConVarEnabler.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void ConVarEnabler.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void ConVarEnabler.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void ConVarEnabler.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void ConVarEnabler.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void ConVarEnabler.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void ConVarEnabler.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void ConVarEnabler.ToggleClass( cstring ) -| -|- -| TriggerClass -| void ConVarEnabler.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void ConVarEnabler.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool ConVarEnabler.UpdateFocusInContext() -| -|} -== Frame == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool Frame.AcceptsFocus() -| -|- -| AcceptsInput -| bool Frame.AcceptsInput() -| -|- -| AddClass -| void Frame.AddClass( cstring ) -| -|- -| ApplyStyles -| void Frame.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool Frame.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool Frame.CanSeeInParentScroll() -| -|- -| Children -| unknown Frame.Children() -| -|- -| ClearPanelEvent -| void Frame.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void Frame.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool Frame.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown Frame.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void Frame.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void Frame.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void Frame.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown Frame.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown Frame.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown Frame.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown Frame.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 Frame.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring Frame.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 Frame.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown Frame.GetChild( int32 ) -| -|- -| GetChildCount -| int32 Frame.GetChildCount() -| -|- -| GetChildIndex -| int32 Frame.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown Frame.GetFirstChild() -| -|- -| GetLastChild -| unknown Frame.GetLastChild() -| -|- -| GetParent -| unknown Frame.GetParent() -| -|- -| GetPositionWithinWindow -| unknown Frame.GetPositionWithinWindow() -| -|- -| HasClass -| bool Frame.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool Frame.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool Frame.HasHoverStyle() -| -|- -| HasKeyFocus -| bool Frame.HasKeyFocus() -| -|- -| IsDraggable -| bool Frame.IsDraggable() -| -|- -| IsReadyForDisplay -| bool Frame.IsReadyForDisplay() -| -|- -| IsSelected -| bool Frame.IsSelected() -| -|- -| IsTransparent -| bool Frame.IsTransparent() -| -|- -| LoadLayout -| bool Frame.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void Frame.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void Frame.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void Frame.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool Frame.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void Frame.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void Frame.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void Frame.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void Frame.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void Frame.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool Frame.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void Frame.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void Frame.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void Frame.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void Frame.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void Frame.ScrollToRightEdge() -| -|- -| ScrollToTop -| void Frame.ScrollToTop() -| -|- -| SetAcceptsFocus -| void Frame.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void Frame.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void Frame.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void Frame.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void Frame.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void Frame.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void Frame.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void Frame.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void Frame.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void Frame.SetDraggable( bool ) -| -|- -| SetFocus -| bool Frame.SetFocus() -| -|- -| SetHasClass -| void Frame.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void Frame.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void Frame.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void Frame.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void Frame.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void Frame.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void Frame.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetSnippet -| void Frame.SetSnippet( cstring ) -| -|- -| SetSource -| void Frame.SetSource( cstring ) -| -|- -| SetTopOfInputContext -| void Frame.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void Frame.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void Frame.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void Frame.ToggleClass( cstring ) -| -|- -| TriggerClass -| void Frame.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void Frame.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool Frame.UpdateFocusInContext() -| -|} -== FriendsAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetLocalPlayerName -| cstring FriendsAPI.GetLocalPlayerName() -| Gets the name of the local player -|- -| GetNameForXUID -| cstring FriendsAPI.GetNameForXUID( uint64 xuid ) -| Gets the name of the player with the given XUID. This will only be known by the local user if the given user is in their friends list, on the same game server, in a chat room or lobby, or in a small group with the local user -|} -== GameInterfaceAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| ConsoleCommand -| void GameInterfaceAPI.ConsoleCommand( cstring ) -| -|- -| GetSettingBool -| bool GameInterfaceAPI.GetSettingBool( cstring ) -| -|- -| GetSettingColor -| unknown GameInterfaceAPI.GetSettingColor( cstring ) -| -|- -| GetSettingFloat -| float GameInterfaceAPI.GetSettingFloat( cstring ) -| -|- -| GetSettingInt -| int32 GameInterfaceAPI.GetSettingInt( cstring ) -| -|- -| GetSettingString -| cstring GameInterfaceAPI.GetSettingString( cstring ) -| -|- -| RegisterGameEventHandler -| uint32 GameInterfaceAPI.RegisterGameEventHandler( cstring event_name, unknown callback ) -| Registers a callback for a specific game event type, returns an event handler ID to unregister with -|- -| SetSettingBool -| void GameInterfaceAPI.SetSettingBool( cstring , bool ) -| -|- -| SetSettingColor -| void GameInterfaceAPI.SetSettingColor( cstring , unknown ) -| -|- -| SetSettingFloat -| void GameInterfaceAPI.SetSettingFloat( cstring , float ) -| -|- -| SetSettingInt -| void GameInterfaceAPI.SetSettingInt( cstring , int32 ) -| -|- -| SetSettingString -| void GameInterfaceAPI.SetSettingString( cstring , cstring ) -| -|- -| UnregisterGameEventHandler -| void GameInterfaceAPI.UnregisterGameEventHandler( uint32 callback_id ) -| Unregisters a previously registered event handler for a game event -|} -== GameModeAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetCurrentGameMode -| int32 GameModeAPI.GetCurrentGameMode() -| Gets the current game mode type. -|- -| GetGameModeCount -| int32 GameModeAPI.GetGameModeCount() -| Gets the number of game modes. -|- -| GetGameModeFromMapName -| int32 GameModeAPI.GetGameModeFromMapName( cstring mapname ) -| Determines the gamemode type for a given map name, based on the prefix (e.g. rj_ => rocket jump). -|- -| GetGameModeName -| cstring GameModeAPI.GetGameModeName( int32 gamemode ) -| Gets the name of a given gamemode type. -|- -| GetRandomTipForGameMode -| cstring GameModeAPI.GetRandomTipForGameMode( int32 gamemode ) -| Gets a random tip for the given gamemode. On first call, will load tips from file. -|} -== HudStaticMenu == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool HudStaticMenu.AcceptsFocus() -| -|- -| AcceptsInput -| bool HudStaticMenu.AcceptsInput() -| -|- -| AddClass -| void HudStaticMenu.AddClass( cstring ) -| -|- -| ApplyStyles -| void HudStaticMenu.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool HudStaticMenu.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool HudStaticMenu.CanSeeInParentScroll() -| -|- -| Children -| unknown HudStaticMenu.Children() -| -|- -| ClearPanelEvent -| void HudStaticMenu.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void HudStaticMenu.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool HudStaticMenu.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown HudStaticMenu.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void HudStaticMenu.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void HudStaticMenu.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void HudStaticMenu.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown HudStaticMenu.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown HudStaticMenu.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown HudStaticMenu.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown HudStaticMenu.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 HudStaticMenu.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring HudStaticMenu.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 HudStaticMenu.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown HudStaticMenu.GetChild( int32 ) -| -|- -| GetChildCount -| int32 HudStaticMenu.GetChildCount() -| -|- -| GetChildIndex -| int32 HudStaticMenu.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown HudStaticMenu.GetFirstChild() -| -|- -| GetLastChild -| unknown HudStaticMenu.GetLastChild() -| -|- -| GetParent -| unknown HudStaticMenu.GetParent() -| -|- -| GetPositionWithinWindow -| unknown HudStaticMenu.GetPositionWithinWindow() -| -|- -| HasClass -| bool HudStaticMenu.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool HudStaticMenu.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool HudStaticMenu.HasHoverStyle() -| -|- -| HasKeyFocus -| bool HudStaticMenu.HasKeyFocus() -| -|- -| IsDraggable -| bool HudStaticMenu.IsDraggable() -| -|- -| IsReadyForDisplay -| bool HudStaticMenu.IsReadyForDisplay() -| -|- -| IsSelected -| bool HudStaticMenu.IsSelected() -| -|- -| IsTransparent -| bool HudStaticMenu.IsTransparent() -| -|- -| LoadLayout -| bool HudStaticMenu.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void HudStaticMenu.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void HudStaticMenu.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void HudStaticMenu.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool HudStaticMenu.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void HudStaticMenu.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void HudStaticMenu.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void HudStaticMenu.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void HudStaticMenu.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void HudStaticMenu.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool HudStaticMenu.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void HudStaticMenu.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void HudStaticMenu.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void HudStaticMenu.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void HudStaticMenu.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void HudStaticMenu.ScrollToRightEdge() -| -|- -| ScrollToTop -| void HudStaticMenu.ScrollToTop() -| -|- -| SetAcceptsFocus -| void HudStaticMenu.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void HudStaticMenu.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void HudStaticMenu.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void HudStaticMenu.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void HudStaticMenu.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void HudStaticMenu.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void HudStaticMenu.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void HudStaticMenu.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void HudStaticMenu.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void HudStaticMenu.SetDraggable( bool ) -| -|- -| SetFocus -| bool HudStaticMenu.SetFocus() -| -|- -| SetHasClass -| void HudStaticMenu.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void HudStaticMenu.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void HudStaticMenu.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void HudStaticMenu.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void HudStaticMenu.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void HudStaticMenu.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void HudStaticMenu.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void HudStaticMenu.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void HudStaticMenu.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void HudStaticMenu.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void HudStaticMenu.ToggleClass( cstring ) -| -|- -| TriggerClass -| void HudStaticMenu.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void HudStaticMenu.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool HudStaticMenu.UpdateFocusInContext() -| -|} -== Image == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool Image.AcceptsFocus() -| -|- -| AcceptsInput -| bool Image.AcceptsInput() -| -|- -| AddClass -| void Image.AddClass( cstring ) -| -The thread 0x9794 has exited with code 0 (0x0). -|- -| ApplyStyles -| void Image.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -The thread 0xadb0 has exited with code 0 (0x0). -| bool Image.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool Image.CanSeeInParentScroll() -| -|- -| Children -| unknown Image.Children() -| -|- -| ClearPanelEvent -| void Image.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void Image.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool Image.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown Image.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void Image.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void Image.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void Image.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown Image.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown Image.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown Image.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown Image.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 Image.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring Image.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 Image.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown Image.GetChild( int32 ) -| -|- -| GetChildCount -| int32 Image.GetChildCount() -| -|- -| GetChildIndex -| int32 Image.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown Image.GetFirstChild() -| -|- -| GetLastChild -| unknown Image.GetLastChild() -| -|- -| GetParent -| unknown Image.GetParent() -| -|- -| GetPositionWithinWindow -| unknown Image.GetPositionWithinWindow() -| -|- -| HasClass -| bool Image.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool Image.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool Image.HasHoverStyle() -| -|- -| HasKeyFocus -| bool Image.HasKeyFocus() -| -|- -| IsDraggable -| bool Image.IsDraggable() -| -|- -| IsReadyForDisplay -| bool Image.IsReadyForDisplay() -| -|- -| IsSelected -| bool Image.IsSelected() -| -|- -| IsTransparent -| bool Image.IsTransparent() -| -|- -| LoadLayout -| bool Image.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void Image.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void Image.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void Image.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool Image.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void Image.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void Image.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void Image.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void Image.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void Image.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool Image.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void Image.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void Image.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void Image.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void Image.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void Image.ScrollToRightEdge() -| -|- -| ScrollToTop -| void Image.ScrollToTop() -| -|- -| SetAcceptsFocus -| void Image.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void Image.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void Image.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void Image.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void Image.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void Image.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void Image.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void Image.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void Image.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void Image.SetDraggable( bool ) -| -|- -| SetFocus -| bool Image.SetFocus() -| -|- -| SetHasClass -| void Image.SetHasClass( cstring , bool ) -| -|- -| SetImage -| void Image.SetImage( cstring ) -| -|- -| SetInputNamespace -| void Image.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void Image.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void Image.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void Image.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void Image.SetReadyForDisplay( bool ) -| -|- -| SetScaling -| void Image.SetScaling( cstring ) -| -|- -| SetScrollParentToFitWhenFocused -| void Image.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void Image.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void Image.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void Image.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void Image.ToggleClass( cstring ) -| -|- -| TriggerClass -| void Image.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void Image.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool Image.UpdateFocusInContext() -| -|} -== Label == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| html -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| loadimages -| bool -| -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| text -| cstring -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool Label.AcceptsFocus() -| -|- -| AcceptsInput -| bool Label.AcceptsInput() -| -|- -| AddClass -| void Label.AddClass( cstring ) -| -|- -| ApplyStyles -| void Label.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool Label.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool Label.CanSeeInParentScroll() -| -|- -| Children -| unknown Label.Children() -| -|- -| ClearPanelEvent -| void Label.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void Label.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool Label.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown Label.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void Label.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void Label.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void Label.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown Label.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown Label.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown Label.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown Label.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 Label.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring Label.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 Label.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown Label.GetChild( int32 ) -| -|- -| GetChildCount -| int32 Label.GetChildCount() -| -|- -| GetChildIndex -| int32 Label.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown Label.GetFirstChild() -| -|- -| GetLastChild -| unknown Label.GetLastChild() -| -|- -| GetParent -| unknown Label.GetParent() -| -|- -| GetPositionWithinWindow -| unknown Label.GetPositionWithinWindow() -| -|- -| HasClass -| bool Label.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool Label.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool Label.HasHoverStyle() -| -|- -| HasKeyFocus -| bool Label.HasKeyFocus() -| -|- -| IsDraggable -| bool Label.IsDraggable() -| -|- -| IsReadyForDisplay -| bool Label.IsReadyForDisplay() -| -|- -| IsSelected -| bool Label.IsSelected() -| -|- -| IsTransparent -| bool Label.IsTransparent() -| -|- -| LoadLayout -| bool Label.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void Label.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void Label.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void Label.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool Label.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void Label.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void Label.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void Label.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void Label.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void Label.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool Label.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void Label.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void Label.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void Label.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void Label.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void Label.ScrollToRightEdge() -| -|- -| ScrollToTop -| void Label.ScrollToTop() -| -|- -| SetAcceptsFocus -| void Label.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void Label.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void Label.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void Label.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void Label.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void Label.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void Label.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void Label.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void Label.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void Label.SetDraggable( bool ) -| -|- -| SetFocus -| bool Label.SetFocus() -| -|- -| SetHasClass -| void Label.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void Label.SetInputNamespace( cstring ) -| -|- -| SetLocalizationString -| void Label.SetLocalizationString( cstring ) -| -|- -| SetPanelEvent -| void Label.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void Label.SetParent( unknown ) -| -|- -| SetProceduralTextThatIPromiseIsLocalizedAndEscaped -| void Label.SetProceduralTextThatIPromiseIsLocalizedAndEscaped( cstring , bool ) -| -|- -| SetReadyForDisplay -| void Label.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void Label.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void Label.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTextWithDialogVariables -| void Label.SetTextWithDialogVariables( cstring ) -| -|- -| SetTopOfInputContext -| void Label.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void Label.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void Label.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void Label.ToggleClass( cstring ) -| -|- -| TriggerClass -| void Label.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void Label.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool Label.UpdateFocusInContext() -| -|} -== Leaderboards == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool Leaderboards.AcceptsFocus() -| -|- -| AcceptsInput -| bool Leaderboards.AcceptsInput() -| -|- -| AddClass -| void Leaderboards.AddClass( cstring ) -| -|- -| applyFilters -| void Leaderboards.applyFilters() -| Applies the currently selected filters to the times list. -|- -| ApplyStyles -| void Leaderboards.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool Leaderboards.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool Leaderboards.CanSeeInParentScroll() -| -|- -| Children -| unknown Leaderboards.Children() -| -|- -| ClearPanelEvent -| void Leaderboards.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void Leaderboards.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool Leaderboards.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown Leaderboards.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void Leaderboards.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void Leaderboards.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void Leaderboards.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown Leaderboards.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown Leaderboards.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown Leaderboards.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown Leaderboards.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 Leaderboards.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring Leaderboards.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 Leaderboards.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown Leaderboards.GetChild( int32 ) -| -|- -| GetChildCount -| int32 Leaderboards.GetChildCount() -| -|- -| GetChildIndex -| int32 Leaderboards.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown Leaderboards.GetFirstChild() -| -|- -| GetLastChild -| unknown Leaderboards.GetLastChild() -| -|- -| GetParent -| unknown Leaderboards.GetParent() -| -|- -| GetPositionWithinWindow -| unknown Leaderboards.GetPositionWithinWindow() -| -|- -| getTimesListStatus -| int32 Leaderboards.getTimesListStatus( int32 listType ) -| Gets the status of the given times list. 0 means loaded. -|- -| HasClass -| bool Leaderboards.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool Leaderboards.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool Leaderboards.HasHoverStyle() -| -|- -| HasKeyFocus -| bool Leaderboards.HasKeyFocus() -| -|- -| IsDraggable -| bool Leaderboards.IsDraggable() -| -|- -| IsReadyForDisplay -| bool Leaderboards.IsReadyForDisplay() -| -|- -| IsSelected -| bool Leaderboards.IsSelected() -| -|- -| IsTransparent -| bool Leaderboards.IsTransparent() -| -|- -| LoadLayout -| bool Leaderboards.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void Leaderboards.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void Leaderboards.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void Leaderboards.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool Leaderboards.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void Leaderboards.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void Leaderboards.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void Leaderboards.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void Leaderboards.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void Leaderboards.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool Leaderboards.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void Leaderboards.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void Leaderboards.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void Leaderboards.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void Leaderboards.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void Leaderboards.ScrollToRightEdge() -| -|- -| ScrollToTop -| void Leaderboards.ScrollToTop() -| -|- -| SetAcceptsFocus -| void Leaderboards.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void Leaderboards.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void Leaderboards.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void Leaderboards.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void Leaderboards.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void Leaderboards.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void Leaderboards.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void Leaderboards.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void Leaderboards.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void Leaderboards.SetDraggable( bool ) -| -|- -| SetFocus -| bool Leaderboards.SetFocus() -| -|- -| SetHasClass -| void Leaderboards.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void Leaderboards.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void Leaderboards.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void Leaderboards.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void Leaderboards.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void Leaderboards.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void Leaderboards.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void Leaderboards.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void Leaderboards.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void Leaderboards.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void Leaderboards.ToggleClass( cstring ) -| -|- -| TriggerClass -| void Leaderboards.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void Leaderboards.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool Leaderboards.UpdateFocusInContext() -| -|} -== MapCacheAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetCurrentMapData -| unknown MapCacheAPI.GetCurrentMapData() -| Gets the metadata for the current map -|- -| GetMapDataByID -| unknown MapCacheAPI.GetMapDataByID( uint32 mapID ) -| Gets the map data for a given mapID -|- -| GetMapName -| cstring MapCacheAPI.GetMapName() -| Gets the current map's name. -|- -| GetMaps -| unknown MapCacheAPI.GetMaps() -| Gets all the maps from the Map Cache -|- -| MapQueuedForDownload -| bool MapCacheAPI.MapQueuedForDownload( uint32 mapID ) -| Returns true if the given mapID is queued for download -|} -== ModelPanel == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| cubemap -| cstring -| -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| src -| cstring -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool ModelPanel.AcceptsFocus() -| -|- -| AcceptsInput -| bool ModelPanel.AcceptsInput() -| -|- -| AddClass -| void ModelPanel.AddClass( cstring ) -| -|- -| AddParticleSystem -| void ModelPanel.AddParticleSystem( cstring , cstring , bool ) -| -|- -| ApplyStyles -| void ModelPanel.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool ModelPanel.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool ModelPanel.CanSeeInParentScroll() -| -|- -| Children -| unknown ModelPanel.Children() -| -|- -| ClearPanelEvent -| void ModelPanel.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void ModelPanel.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool ModelPanel.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown ModelPanel.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void ModelPanel.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void ModelPanel.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void ModelPanel.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown ModelPanel.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown ModelPanel.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown ModelPanel.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown ModelPanel.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 ModelPanel.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring ModelPanel.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 ModelPanel.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown ModelPanel.GetChild( int32 ) -| -|- -| GetChildCount -| int32 ModelPanel.GetChildCount() -| -|- -| GetChildIndex -| int32 ModelPanel.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown ModelPanel.GetFirstChild() -| -|- -| GetLastChild -| unknown ModelPanel.GetLastChild() -| -|- -| GetParent -| unknown ModelPanel.GetParent() -| -|- -| GetPositionWithinWindow -| unknown ModelPanel.GetPositionWithinWindow() -| -|- -| HasClass -| bool ModelPanel.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool ModelPanel.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool ModelPanel.HasHoverStyle() -| -|- -| HasKeyFocus -| bool ModelPanel.HasKeyFocus() -| -|- -| IsDraggable -| bool ModelPanel.IsDraggable() -| -|- -| IsReadyForDisplay -| bool ModelPanel.IsReadyForDisplay() -| -|- -| IsSelected -| bool ModelPanel.IsSelected() -| -|- -| IsTransparent -| bool ModelPanel.IsTransparent() -| -|- -| LoadLayout -| bool ModelPanel.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void ModelPanel.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void ModelPanel.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void ModelPanel.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool ModelPanel.LoadLayoutSnippet( cstring ) -| -|- -| LookAt -| void ModelPanel.LookAt( float , float , float , float ) -| -|- -| LookAtModel -| void ModelPanel.LookAtModel() -| -|- -| MoveChildAfter -| void ModelPanel.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void ModelPanel.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void ModelPanel.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void ModelPanel.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void ModelPanel.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool ModelPanel.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void ModelPanel.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void ModelPanel.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void ModelPanel.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void ModelPanel.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void ModelPanel.ScrollToRightEdge() -| -|- -| ScrollToTop -| void ModelPanel.ScrollToTop() -| -|- -| SetAcceptsFocus -| void ModelPanel.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void ModelPanel.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void ModelPanel.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void ModelPanel.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetCameraAngles -| void ModelPanel.SetCameraAngles( float , float , float ) -| -|- -| SetCameraFOV -| void ModelPanel.SetCameraFOV( float ) -| -|- -| SetCameraOffset -| void ModelPanel.SetCameraOffset( float , float , float ) -| -|- -| SetCameraPosition -| void ModelPanel.SetCameraPosition( float , float , float ) -| -|- -| SetDialogVariable -| void ModelPanel.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void ModelPanel.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void ModelPanel.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void ModelPanel.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDirectionalLightColor -| void ModelPanel.SetDirectionalLightColor( int32 , float , float , float ) -| -|- -| SetDirectionalLightDirection -| void ModelPanel.SetDirectionalLightDirection( int32 , float , float , float ) -| -|- -| SetDisableFocusOnMouseDown -| void ModelPanel.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void ModelPanel.SetDraggable( bool ) -| -|- -| SetFocus -| bool ModelPanel.SetFocus() -| -|- -| SetHasClass -| void ModelPanel.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void ModelPanel.SetInputNamespace( cstring ) -| -|- -| SetLightAmbient -| void ModelPanel.SetLightAmbient( float , float , float ) -| -|- -| SetModelBodygroup -| void ModelPanel.SetModelBodygroup( int32 , int32 ) -| -|- -| SetModelColor -| void ModelPanel.SetModelColor( unknown ) -| -|- -| SetModelRotation -| void ModelPanel.SetModelRotation( float , float , float ) -| -|- -| SetModelRotationAcceleration -| void ModelPanel.SetModelRotationAcceleration( float , float , float ) -| -|- -| SetModelRotationBoundsEnabled -| void ModelPanel.SetModelRotationBoundsEnabled( bool , bool , bool ) -| -|- -| SetModelRotationBoundsX -| void ModelPanel.SetModelRotationBoundsX( float , float ) -| -|- -| SetModelRotationBoundsY -| void ModelPanel.SetModelRotationBoundsY( float , float ) -| -|- -| SetModelRotationBoundsZ -| void ModelPanel.SetModelRotationBoundsZ( float , float ) -| -|- -| SetModelRotationSpeed -| void ModelPanel.SetModelRotationSpeed( float , float , float ) -| -|- -| SetModelRotationSpeedTarget -| void ModelPanel.SetModelRotationSpeedTarget( float , float , float ) -| -|- -| SetModelRotationTarget -| void ModelPanel.SetModelRotationTarget( float , float , float ) -| -|- -| SetMouseRotationAllowed -| void ModelPanel.SetMouseRotationAllowed( bool ) -| -|- -| SetMouseXRotationScale -| void ModelPanel.SetMouseXRotationScale( float , float , float ) -| -|- -| SetMouseYRotationScale -| void ModelPanel.SetMouseYRotationScale( float , float , float ) -| -|- -| SetPanelEvent -| void ModelPanel.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void ModelPanel.SetParent( unknown ) -| -|- -| SetParticleSystemOffsetAngles -| void ModelPanel.SetParticleSystemOffsetAngles( float , float , float ) -| -|- -| SetParticleSystemOffsetPosition -| void ModelPanel.SetParticleSystemOffsetPosition( float , float , float ) -| -|- -| SetReadyForDisplay -| void ModelPanel.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void ModelPanel.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void ModelPanel.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void ModelPanel.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void ModelPanel.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void ModelPanel.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void ModelPanel.ToggleClass( cstring ) -| -|- -| TriggerClass -| void ModelPanel.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void ModelPanel.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool ModelPanel.UpdateFocusInContext() -| -|} -== MomentumAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetCosmeticXpForLevel -| int32 MomentumAPI.GetCosmeticXpForLevel( int32 level ) -| Gets the total XP needed to reach a given level -|- -| GetPlayerLevel -| int32 MomentumAPI.GetPlayerLevel() -| Gets the local players XP -|- -| GetPlayerMoney -| int32 MomentumAPI.GetPlayerMoney() -| Gets the amount of money the local player has (Units) -|- -| GetPlayerXp -| int32 MomentumAPI.GetPlayerXp() -| Gets the local players level -|} -== MomentumChat == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool MomentumChat.AcceptsFocus() -| -|- -| AcceptsInput -| bool MomentumChat.AcceptsInput() -| -|- -| AddClass -| void MomentumChat.AddClass( cstring ) -| -|- -| ApplyStyles -| void MomentumChat.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool MomentumChat.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool MomentumChat.CanSeeInParentScroll() -| -|- -| Children -| unknown MomentumChat.Children() -| -|- -| ClearPanelEvent -| void MomentumChat.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void MomentumChat.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool MomentumChat.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown MomentumChat.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void MomentumChat.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void MomentumChat.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void MomentumChat.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown MomentumChat.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown MomentumChat.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown MomentumChat.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown MomentumChat.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 MomentumChat.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring MomentumChat.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 MomentumChat.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown MomentumChat.GetChild( int32 ) -| -|- -| GetChildCount -| int32 MomentumChat.GetChildCount() -| -|- -| GetChildIndex -| int32 MomentumChat.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown MomentumChat.GetFirstChild() -| -|- -| GetLastChild -| unknown MomentumChat.GetLastChild() -| -|- -| GetParent -| unknown MomentumChat.GetParent() -| -|- -| GetPositionWithinWindow -| unknown MomentumChat.GetPositionWithinWindow() -| -|- -| HasClass -| bool MomentumChat.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool MomentumChat.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool MomentumChat.HasHoverStyle() -| -|- -| HasKeyFocus -| bool MomentumChat.HasKeyFocus() -| -|- -| IsDraggable -| bool MomentumChat.IsDraggable() -| -|- -| IsReadyForDisplay -| bool MomentumChat.IsReadyForDisplay() -| -|- -| IsSelected -| bool MomentumChat.IsSelected() -| -|- -| IsTransparent -| bool MomentumChat.IsTransparent() -| -|- -| LoadLayout -| bool MomentumChat.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void MomentumChat.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void MomentumChat.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void MomentumChat.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool MomentumChat.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void MomentumChat.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void MomentumChat.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void MomentumChat.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void MomentumChat.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void MomentumChat.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool MomentumChat.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void MomentumChat.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void MomentumChat.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void MomentumChat.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void MomentumChat.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void MomentumChat.ScrollToRightEdge() -| -|- -| ScrollToTop -| void MomentumChat.ScrollToTop() -| -|- -| SetAcceptsFocus -| void MomentumChat.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void MomentumChat.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void MomentumChat.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void MomentumChat.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void MomentumChat.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void MomentumChat.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void MomentumChat.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void MomentumChat.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void MomentumChat.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void MomentumChat.SetDraggable( bool ) -| -|- -| SetFocus -| bool MomentumChat.SetFocus() -| -|- -| SetHasClass -| void MomentumChat.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void MomentumChat.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void MomentumChat.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void MomentumChat.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void MomentumChat.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void MomentumChat.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void MomentumChat.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void MomentumChat.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void MomentumChat.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SubmitText -| void MomentumChat.SubmitText() -| -|- -| SwitchClass -| void MomentumChat.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void MomentumChat.ToggleClass( cstring ) -| -|- -| TriggerClass -| void MomentumChat.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void MomentumChat.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool MomentumChat.UpdateFocusInContext() -| -|} -== MomentumPlayerAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetEnergy -| float MomentumPlayerAPI.GetEnergy() -| Gets the player or spec target's current energy -|- -| GetStrafeSync -| float MomentumPlayerAPI.GetStrafeSync( int32 type ) -| Gets the player or spec target's percentage of sync'd strafe ticks according to calculation type -|- -| GetVelocity -| unknown MomentumPlayerAPI.GetVelocity() -| Gets the player or spec target's current velocity -|- -| IsInPracticeMode -| bool MomentumPlayerAPI.IsInPracticeMode() -| Gets the player's practice mode state -|} -== MomentumReplayAPI == -== MomentumSaveStateAPI == -== MomentumTimerAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetCurrentRunTime -| float MomentumTimerAPI.GetCurrentRunTime() -| Gets the current run time. -|- -| GetTimerState -| int32 MomentumTimerAPI.GetTimerState() -| Gets the current timer state. -|- -| IsFailSoundEnabled -| bool MomentumTimerAPI.IsFailSoundEnabled() -| Gets whether the timer fail sound is enabled. -|- -| IsFinishSoundEnabled -| bool MomentumTimerAPI.IsFinishSoundEnabled() -| Gets whether the timer finish sound is enabled. -|- -| IsStartSoundEnabled -| bool MomentumTimerAPI.IsStartSoundEnabled() -| Gets whether the timer start sound is enabled. -|- -| IsStopSoundEnabled -| bool MomentumTimerAPI.IsStopSoundEnabled() -| Gets whether the timer stop sound is enabled. -|} -== MomentumWeaponAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetWeaponSlot -| int32 MomentumWeaponAPI.GetWeaponSlot( int32 weapon ID ) -| Gets the weapon slot for a specific weapon ID. Returns -1 if cannot find. -|} -== MomHudConcCooktime == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| concTimerLabelEnabled -| bool -| X -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool MomHudConcCooktime.AcceptsFocus() -| -|- -| AcceptsInput -| bool MomHudConcCooktime.AcceptsInput() -| -|- -| AddClass -| void MomHudConcCooktime.AddClass( cstring ) -| -|- -| ApplyStyles -| void MomHudConcCooktime.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool MomHudConcCooktime.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool MomHudConcCooktime.CanSeeInParentScroll() -| -|- -| Children -| unknown MomHudConcCooktime.Children() -| -|- -| ClearPanelEvent -| void MomHudConcCooktime.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void MomHudConcCooktime.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool MomHudConcCooktime.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown MomHudConcCooktime.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void MomHudConcCooktime.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void MomHudConcCooktime.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void MomHudConcCooktime.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown MomHudConcCooktime.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown MomHudConcCooktime.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown MomHudConcCooktime.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown MomHudConcCooktime.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 MomHudConcCooktime.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring MomHudConcCooktime.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 MomHudConcCooktime.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown MomHudConcCooktime.GetChild( int32 ) -| -|- -| GetChildCount -| int32 MomHudConcCooktime.GetChildCount() -| -|- -| GetChildIndex -| int32 MomHudConcCooktime.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown MomHudConcCooktime.GetFirstChild() -| -|- -| GetLastChild -| unknown MomHudConcCooktime.GetLastChild() -| -|- -| GetParent -| unknown MomHudConcCooktime.GetParent() -| -|- -| GetPositionWithinWindow -| unknown MomHudConcCooktime.GetPositionWithinWindow() -| -|- -| HasClass -| bool MomHudConcCooktime.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool MomHudConcCooktime.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool MomHudConcCooktime.HasHoverStyle() -| -|- -| HasKeyFocus -| bool MomHudConcCooktime.HasKeyFocus() -| -|- -| IsDraggable -| bool MomHudConcCooktime.IsDraggable() -| -|- -| IsReadyForDisplay -| bool MomHudConcCooktime.IsReadyForDisplay() -| -|- -| IsSelected -| bool MomHudConcCooktime.IsSelected() -| -|- -| IsTransparent -| bool MomHudConcCooktime.IsTransparent() -| -|- -| LoadLayout -| bool MomHudConcCooktime.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void MomHudConcCooktime.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void MomHudConcCooktime.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void MomHudConcCooktime.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool MomHudConcCooktime.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void MomHudConcCooktime.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void MomHudConcCooktime.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void MomHudConcCooktime.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void MomHudConcCooktime.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void MomHudConcCooktime.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool MomHudConcCooktime.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void MomHudConcCooktime.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void MomHudConcCooktime.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void MomHudConcCooktime.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void MomHudConcCooktime.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void MomHudConcCooktime.ScrollToRightEdge() -| -|- -| ScrollToTop -| void MomHudConcCooktime.ScrollToTop() -| -|- -| SetAcceptsFocus -| void MomHudConcCooktime.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void MomHudConcCooktime.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void MomHudConcCooktime.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void MomHudConcCooktime.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void MomHudConcCooktime.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void MomHudConcCooktime.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void MomHudConcCooktime.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void MomHudConcCooktime.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void MomHudConcCooktime.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void MomHudConcCooktime.SetDraggable( bool ) -| -|- -| SetFocus -| bool MomHudConcCooktime.SetFocus() -| -|- -| SetHasClass -| void MomHudConcCooktime.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void MomHudConcCooktime.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void MomHudConcCooktime.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void MomHudConcCooktime.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void MomHudConcCooktime.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void MomHudConcCooktime.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void MomHudConcCooktime.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void MomHudConcCooktime.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void MomHudConcCooktime.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void MomHudConcCooktime.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void MomHudConcCooktime.ToggleClass( cstring ) -| -|- -| TriggerClass -| void MomHudConcCooktime.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void MomHudConcCooktime.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool MomHudConcCooktime.UpdateFocusInContext() -| -|} -== MomHudSpeedometer == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool MomHudSpeedometer.AcceptsFocus() -| -|- -| AcceptsInput -| bool MomHudSpeedometer.AcceptsInput() -| -|- -| AddClass -| void MomHudSpeedometer.AddClass( cstring ) -| -|- -| ApplyStyles -| void MomHudSpeedometer.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool MomHudSpeedometer.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool MomHudSpeedometer.CanSeeInParentScroll() -| -|- -| Children -| unknown MomHudSpeedometer.Children() -| -|- -| ClearPanelEvent -| void MomHudSpeedometer.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void MomHudSpeedometer.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool MomHudSpeedometer.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown MomHudSpeedometer.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void MomHudSpeedometer.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void MomHudSpeedometer.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void MomHudSpeedometer.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown MomHudSpeedometer.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown MomHudSpeedometer.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown MomHudSpeedometer.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown MomHudSpeedometer.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 MomHudSpeedometer.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring MomHudSpeedometer.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 MomHudSpeedometer.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown MomHudSpeedometer.GetChild( int32 ) -| -|- -| GetChildCount -| int32 MomHudSpeedometer.GetChildCount() -| -|- -| GetChildIndex -| int32 MomHudSpeedometer.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown MomHudSpeedometer.GetFirstChild() -| -|- -| GetLastChild -| unknown MomHudSpeedometer.GetLastChild() -| -|- -| GetParent -| unknown MomHudSpeedometer.GetParent() -| -|- -| GetPositionWithinWindow -| unknown MomHudSpeedometer.GetPositionWithinWindow() -| -|- -| HasClass -| bool MomHudSpeedometer.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool MomHudSpeedometer.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool MomHudSpeedometer.HasHoverStyle() -| -|- -| HasKeyFocus -| bool MomHudSpeedometer.HasKeyFocus() -| -|- -| IsDraggable -| bool MomHudSpeedometer.IsDraggable() -| -|- -| IsReadyForDisplay -| bool MomHudSpeedometer.IsReadyForDisplay() -| -|- -| IsSelected -| bool MomHudSpeedometer.IsSelected() -| -|- -| IsTransparent -| bool MomHudSpeedometer.IsTransparent() -| -|- -| LoadLayout -| bool MomHudSpeedometer.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void MomHudSpeedometer.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void MomHudSpeedometer.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void MomHudSpeedometer.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool MomHudSpeedometer.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void MomHudSpeedometer.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void MomHudSpeedometer.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void MomHudSpeedometer.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void MomHudSpeedometer.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void MomHudSpeedometer.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool MomHudSpeedometer.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void MomHudSpeedometer.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void MomHudSpeedometer.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void MomHudSpeedometer.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void MomHudSpeedometer.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void MomHudSpeedometer.ScrollToRightEdge() -| -|- -| ScrollToTop -| void MomHudSpeedometer.ScrollToTop() -| -|- -| SetAcceptsFocus -| void MomHudSpeedometer.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void MomHudSpeedometer.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void MomHudSpeedometer.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void MomHudSpeedometer.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void MomHudSpeedometer.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void MomHudSpeedometer.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void MomHudSpeedometer.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void MomHudSpeedometer.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void MomHudSpeedometer.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void MomHudSpeedometer.SetDraggable( bool ) -| -|- -| SetFocus -| bool MomHudSpeedometer.SetFocus() -| -|- -| SetHasClass -| void MomHudSpeedometer.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void MomHudSpeedometer.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void MomHudSpeedometer.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void MomHudSpeedometer.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void MomHudSpeedometer.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void MomHudSpeedometer.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void MomHudSpeedometer.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void MomHudSpeedometer.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void MomHudSpeedometer.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SortSpeedometers -| void MomHudSpeedometer.SortSpeedometers() -| -|- -| SwitchClass -| void MomHudSpeedometer.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void MomHudSpeedometer.ToggleClass( cstring ) -| -|- -| TriggerClass -| void MomHudSpeedometer.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void MomHudSpeedometer.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool MomHudSpeedometer.UpdateFocusInContext() -| -|} -== MomHudStickyCharge == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| stickyChargeUnitType -| int32 -| X -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool MomHudStickyCharge.AcceptsFocus() -| -|- -| AcceptsInput -| bool MomHudStickyCharge.AcceptsInput() -| -|- -| AddClass -| void MomHudStickyCharge.AddClass( cstring ) -| -|- -| ApplyStyles -| void MomHudStickyCharge.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool MomHudStickyCharge.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool MomHudStickyCharge.CanSeeInParentScroll() -| -|- -| Children -| unknown MomHudStickyCharge.Children() -| -|- -| ClearPanelEvent -| void MomHudStickyCharge.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void MomHudStickyCharge.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool MomHudStickyCharge.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown MomHudStickyCharge.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void MomHudStickyCharge.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void MomHudStickyCharge.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void MomHudStickyCharge.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown MomHudStickyCharge.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown MomHudStickyCharge.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown MomHudStickyCharge.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown MomHudStickyCharge.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 MomHudStickyCharge.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring MomHudStickyCharge.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 MomHudStickyCharge.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown MomHudStickyCharge.GetChild( int32 ) -| -|- -| GetChildCount -| int32 MomHudStickyCharge.GetChildCount() -| -|- -| GetChildIndex -| int32 MomHudStickyCharge.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown MomHudStickyCharge.GetFirstChild() -| -|- -| GetLastChild -| unknown MomHudStickyCharge.GetLastChild() -| -|- -| GetParent -| unknown MomHudStickyCharge.GetParent() -| -|- -| GetPositionWithinWindow -| unknown MomHudStickyCharge.GetPositionWithinWindow() -| -|- -| HasClass -| bool MomHudStickyCharge.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool MomHudStickyCharge.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool MomHudStickyCharge.HasHoverStyle() -| -|- -| HasKeyFocus -| bool MomHudStickyCharge.HasKeyFocus() -| -|- -| IsDraggable -| bool MomHudStickyCharge.IsDraggable() -| -|- -| IsReadyForDisplay -| bool MomHudStickyCharge.IsReadyForDisplay() -| -|- -| IsSelected -| bool MomHudStickyCharge.IsSelected() -| -|- -| IsTransparent -| bool MomHudStickyCharge.IsTransparent() -| -|- -| LoadLayout -| bool MomHudStickyCharge.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void MomHudStickyCharge.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void MomHudStickyCharge.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void MomHudStickyCharge.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool MomHudStickyCharge.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void MomHudStickyCharge.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void MomHudStickyCharge.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void MomHudStickyCharge.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void MomHudStickyCharge.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void MomHudStickyCharge.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool MomHudStickyCharge.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void MomHudStickyCharge.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void MomHudStickyCharge.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void MomHudStickyCharge.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void MomHudStickyCharge.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void MomHudStickyCharge.ScrollToRightEdge() -| -|- -| ScrollToTop -| void MomHudStickyCharge.ScrollToTop() -| -|- -| SetAcceptsFocus -| void MomHudStickyCharge.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void MomHudStickyCharge.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void MomHudStickyCharge.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void MomHudStickyCharge.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void MomHudStickyCharge.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void MomHudStickyCharge.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void MomHudStickyCharge.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void MomHudStickyCharge.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void MomHudStickyCharge.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void MomHudStickyCharge.SetDraggable( bool ) -| -|- -| SetFocus -| bool MomHudStickyCharge.SetFocus() -| -|- -| SetHasClass -| void MomHudStickyCharge.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void MomHudStickyCharge.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void MomHudStickyCharge.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void MomHudStickyCharge.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void MomHudStickyCharge.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void MomHudStickyCharge.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void MomHudStickyCharge.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void MomHudStickyCharge.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void MomHudStickyCharge.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void MomHudStickyCharge.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void MomHudStickyCharge.ToggleClass( cstring ) -| -|- -| TriggerClass -| void MomHudStickyCharge.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void MomHudStickyCharge.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool MomHudStickyCharge.UpdateFocusInContext() -| -|} -== MomHudStickyCount == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool MomHudStickyCount.AcceptsFocus() -| -|- -| AcceptsInput -| bool MomHudStickyCount.AcceptsInput() -| -|- -| AddClass -| void MomHudStickyCount.AddClass( cstring ) -| -|- -| ApplyStyles -| void MomHudStickyCount.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool MomHudStickyCount.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool MomHudStickyCount.CanSeeInParentScroll() -| -|- -| Children -| unknown MomHudStickyCount.Children() -| -|- -| ClearPanelEvent -| void MomHudStickyCount.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void MomHudStickyCount.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool MomHudStickyCount.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown MomHudStickyCount.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void MomHudStickyCount.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void MomHudStickyCount.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void MomHudStickyCount.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown MomHudStickyCount.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown MomHudStickyCount.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown MomHudStickyCount.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown MomHudStickyCount.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 MomHudStickyCount.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring MomHudStickyCount.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 MomHudStickyCount.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown MomHudStickyCount.GetChild( int32 ) -| -|- -| GetChildCount -| int32 MomHudStickyCount.GetChildCount() -| -|- -| GetChildIndex -| int32 MomHudStickyCount.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown MomHudStickyCount.GetFirstChild() -| -|- -| GetLastChild -| unknown MomHudStickyCount.GetLastChild() -| -|- -| GetParent -| unknown MomHudStickyCount.GetParent() -| -|- -| GetPositionWithinWindow -| unknown MomHudStickyCount.GetPositionWithinWindow() -| -|- -| HasClass -| bool MomHudStickyCount.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool MomHudStickyCount.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool MomHudStickyCount.HasHoverStyle() -| -|- -| HasKeyFocus -| bool MomHudStickyCount.HasKeyFocus() -| -|- -| IsDraggable -| bool MomHudStickyCount.IsDraggable() -| -|- -| IsReadyForDisplay -| bool MomHudStickyCount.IsReadyForDisplay() -| -|- -| IsSelected -| bool MomHudStickyCount.IsSelected() -| -|- -| IsTransparent -| bool MomHudStickyCount.IsTransparent() -| -|- -| LoadLayout -| bool MomHudStickyCount.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void MomHudStickyCount.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void MomHudStickyCount.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void MomHudStickyCount.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool MomHudStickyCount.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void MomHudStickyCount.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void MomHudStickyCount.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void MomHudStickyCount.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void MomHudStickyCount.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void MomHudStickyCount.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool MomHudStickyCount.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void MomHudStickyCount.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void MomHudStickyCount.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void MomHudStickyCount.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void MomHudStickyCount.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void MomHudStickyCount.ScrollToRightEdge() -| -|- -| ScrollToTop -| void MomHudStickyCount.ScrollToTop() -| -|- -| SetAcceptsFocus -| void MomHudStickyCount.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void MomHudStickyCount.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void MomHudStickyCount.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void MomHudStickyCount.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void MomHudStickyCount.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void MomHudStickyCount.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void MomHudStickyCount.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void MomHudStickyCount.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void MomHudStickyCount.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void MomHudStickyCount.SetDraggable( bool ) -| -|- -| SetFocus -| bool MomHudStickyCount.SetFocus() -| -|- -| SetHasClass -| void MomHudStickyCount.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void MomHudStickyCount.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void MomHudStickyCount.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void MomHudStickyCount.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void MomHudStickyCount.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void MomHudStickyCount.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void MomHudStickyCount.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void MomHudStickyCount.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void MomHudStickyCount.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void MomHudStickyCount.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void MomHudStickyCount.ToggleClass( cstring ) -| -|- -| TriggerClass -| void MomHudStickyCount.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void MomHudStickyCount.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool MomHudStickyCount.UpdateFocusInContext() -| -|} -== MomHudStrafeSync == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| strafesyncColorize -| int32 -| X -| mom_hud_strafesync_colorize -|- -| strafesyncType -| int32 -| X -| mom_hud_strafesync_type -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool MomHudStrafeSync.AcceptsFocus() -| -|- -| AcceptsInput -| bool MomHudStrafeSync.AcceptsInput() -| -|- -| AddClass -| void MomHudStrafeSync.AddClass( cstring ) -| -|- -| ApplyStyles -| void MomHudStrafeSync.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool MomHudStrafeSync.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool MomHudStrafeSync.CanSeeInParentScroll() -| -|- -| Children -| unknown MomHudStrafeSync.Children() -| -|- -| ClearPanelEvent -| void MomHudStrafeSync.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void MomHudStrafeSync.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool MomHudStrafeSync.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown MomHudStrafeSync.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void MomHudStrafeSync.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void MomHudStrafeSync.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void MomHudStrafeSync.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown MomHudStrafeSync.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown MomHudStrafeSync.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown MomHudStrafeSync.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown MomHudStrafeSync.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 MomHudStrafeSync.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring MomHudStrafeSync.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 MomHudStrafeSync.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown MomHudStrafeSync.GetChild( int32 ) -| -|- -| GetChildCount -| int32 MomHudStrafeSync.GetChildCount() -| -|- -| GetChildIndex -| int32 MomHudStrafeSync.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown MomHudStrafeSync.GetFirstChild() -| -|- -| GetLastChild -| unknown MomHudStrafeSync.GetLastChild() -| -|- -| GetParent -| unknown MomHudStrafeSync.GetParent() -| -|- -| GetPositionWithinWindow -| unknown MomHudStrafeSync.GetPositionWithinWindow() -| -|- -| HasClass -| bool MomHudStrafeSync.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool MomHudStrafeSync.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool MomHudStrafeSync.HasHoverStyle() -| -|- -| HasKeyFocus -| bool MomHudStrafeSync.HasKeyFocus() -| -|- -| IsDraggable -| bool MomHudStrafeSync.IsDraggable() -| -|- -| IsReadyForDisplay -| bool MomHudStrafeSync.IsReadyForDisplay() -| -|- -| IsSelected -| bool MomHudStrafeSync.IsSelected() -| -|- -| IsTransparent -| bool MomHudStrafeSync.IsTransparent() -| -|- -| LoadLayout -| bool MomHudStrafeSync.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void MomHudStrafeSync.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void MomHudStrafeSync.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void MomHudStrafeSync.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool MomHudStrafeSync.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void MomHudStrafeSync.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void MomHudStrafeSync.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void MomHudStrafeSync.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void MomHudStrafeSync.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void MomHudStrafeSync.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool MomHudStrafeSync.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void MomHudStrafeSync.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void MomHudStrafeSync.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void MomHudStrafeSync.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void MomHudStrafeSync.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void MomHudStrafeSync.ScrollToRightEdge() -| -|- -| ScrollToTop -| void MomHudStrafeSync.ScrollToTop() -| -|- -| SetAcceptsFocus -| void MomHudStrafeSync.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void MomHudStrafeSync.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void MomHudStrafeSync.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void MomHudStrafeSync.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void MomHudStrafeSync.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void MomHudStrafeSync.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void MomHudStrafeSync.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void MomHudStrafeSync.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void MomHudStrafeSync.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void MomHudStrafeSync.SetDraggable( bool ) -| -|- -| SetFocus -| bool MomHudStrafeSync.SetFocus() -| -|- -| SetHasClass -| void MomHudStrafeSync.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void MomHudStrafeSync.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void MomHudStrafeSync.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void MomHudStrafeSync.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void MomHudStrafeSync.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void MomHudStrafeSync.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void MomHudStrafeSync.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void MomHudStrafeSync.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void MomHudStrafeSync.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void MomHudStrafeSync.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void MomHudStrafeSync.ToggleClass( cstring ) -| -|- -| TriggerClass -| void MomHudStrafeSync.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void MomHudStrafeSync.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool MomHudStrafeSync.UpdateFocusInContext() -| -|} -== MomHudTimer == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool MomHudTimer.AcceptsFocus() -| -|- -| AcceptsInput -| bool MomHudTimer.AcceptsInput() -| -|- -| AddClass -| void MomHudTimer.AddClass( cstring ) -| -|- -| ApplyStyles -| void MomHudTimer.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool MomHudTimer.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool MomHudTimer.CanSeeInParentScroll() -| -|- -| Children -| unknown MomHudTimer.Children() -| -|- -| ClearPanelEvent -| void MomHudTimer.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void MomHudTimer.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool MomHudTimer.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown MomHudTimer.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void MomHudTimer.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void MomHudTimer.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void MomHudTimer.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown MomHudTimer.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown MomHudTimer.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown MomHudTimer.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown MomHudTimer.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 MomHudTimer.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring MomHudTimer.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 MomHudTimer.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown MomHudTimer.GetChild( int32 ) -| -|- -| GetChildCount -| int32 MomHudTimer.GetChildCount() -| -|- -| GetChildIndex -| int32 MomHudTimer.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown MomHudTimer.GetFirstChild() -| -|- -| GetLastChild -| unknown MomHudTimer.GetLastChild() -| -|- -| GetParent -| unknown MomHudTimer.GetParent() -| -|- -| GetPositionWithinWindow -| unknown MomHudTimer.GetPositionWithinWindow() -| -|- -| HasClass -| bool MomHudTimer.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool MomHudTimer.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool MomHudTimer.HasHoverStyle() -| -|- -| HasKeyFocus -| bool MomHudTimer.HasKeyFocus() -| -|- -| IsDraggable -| bool MomHudTimer.IsDraggable() -| -|- -| IsReadyForDisplay -| bool MomHudTimer.IsReadyForDisplay() -| -|- -| IsSelected -| bool MomHudTimer.IsSelected() -| -|- -| IsTransparent -| bool MomHudTimer.IsTransparent() -| -|- -| LoadLayout -| bool MomHudTimer.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void MomHudTimer.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void MomHudTimer.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void MomHudTimer.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool MomHudTimer.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void MomHudTimer.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void MomHudTimer.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void MomHudTimer.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void MomHudTimer.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void MomHudTimer.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool MomHudTimer.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void MomHudTimer.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void MomHudTimer.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void MomHudTimer.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void MomHudTimer.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void MomHudTimer.ScrollToRightEdge() -| -|- -| ScrollToTop -| void MomHudTimer.ScrollToTop() -| -|- -| SetAcceptsFocus -| void MomHudTimer.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void MomHudTimer.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void MomHudTimer.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void MomHudTimer.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void MomHudTimer.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void MomHudTimer.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void MomHudTimer.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void MomHudTimer.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void MomHudTimer.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void MomHudTimer.SetDraggable( bool ) -| -|- -| SetFocus -| bool MomHudTimer.SetFocus() -| -|- -| SetHasClass -| void MomHudTimer.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void MomHudTimer.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void MomHudTimer.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void MomHudTimer.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void MomHudTimer.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void MomHudTimer.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void MomHudTimer.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void MomHudTimer.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void MomHudTimer.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void MomHudTimer.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void MomHudTimer.ToggleClass( cstring ) -| -|- -| TriggerClass -| void MomHudTimer.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void MomHudTimer.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool MomHudTimer.UpdateFocusInContext() -| -|} -== Movie == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool Movie.AcceptsFocus() -| -|- -| AcceptsInput -| bool Movie.AcceptsInput() -| -|- -| AddClass -| void Movie.AddClass( cstring ) -| -|- -| ApplyStyles -| void Movie.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool Movie.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool Movie.CanSeeInParentScroll() -| -|- -| Children -| unknown Movie.Children() -| -|- -| ClearPanelEvent -| void Movie.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void Movie.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool Movie.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown Movie.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void Movie.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void Movie.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void Movie.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown Movie.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown Movie.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown Movie.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown Movie.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 Movie.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring Movie.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 Movie.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown Movie.GetChild( int32 ) -| -|- -| GetChildCount -| int32 Movie.GetChildCount() -| -|- -| GetChildIndex -| int32 Movie.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown Movie.GetFirstChild() -| -|- -| GetLastChild -| unknown Movie.GetLastChild() -| -|- -| GetParent -| unknown Movie.GetParent() -| -|- -| GetPositionWithinWindow -| unknown Movie.GetPositionWithinWindow() -| -|- -| HasClass -| bool Movie.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool Movie.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool Movie.HasHoverStyle() -| -|- -| HasKeyFocus -| bool Movie.HasKeyFocus() -| -|- -| IsAdjustingVolume -| bool Movie.IsAdjustingVolume() -| -|- -| IsDraggable -| bool Movie.IsDraggable() -| -|- -| IsReadyForDisplay -| bool Movie.IsReadyForDisplay() -| -|- -| IsSelected -| bool Movie.IsSelected() -| -|- -| IsTransparent -| bool Movie.IsTransparent() -| -|- -| LoadLayout -| bool Movie.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void Movie.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void Movie.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void Movie.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool Movie.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void Movie.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void Movie.MoveChildBefore( unknown , unknown ) -| -|- -| Pause -| void Movie.Pause() -| -|- -| Play -| void Movie.Play() -| -|- -| RegisterForReadyEvents -| void Movie.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void Movie.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void Movie.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool Movie.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void Movie.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void Movie.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void Movie.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void Movie.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void Movie.ScrollToRightEdge() -| -|- -| ScrollToTop -| void Movie.ScrollToTop() -| -|- -| SetAcceptsFocus -| void Movie.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void Movie.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void Movie.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void Movie.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetControls -| void Movie.SetControls( cstring ) -| -|- -| SetDialogVariable -| void Movie.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void Movie.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void Movie.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void Movie.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void Movie.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void Movie.SetDraggable( bool ) -| -|- -| SetFocus -| bool Movie.SetFocus() -| -|- -| SetHasClass -| void Movie.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void Movie.SetInputNamespace( cstring ) -| -|- -| SetMovie -| void Movie.SetMovie( cstring ) -| -|- -| SetPanelEvent -| void Movie.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void Movie.SetParent( unknown ) -| -|- -| SetPlaybackVolume -| void Movie.SetPlaybackVolume( float ) -| -|- -| SetReadyForDisplay -| void Movie.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void Movie.SetReadyForDisplay( bool ) -| -|- -| SetRepeat -| void Movie.SetRepeat( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void Movie.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetSound -| void Movie.SetSound( cstring ) -| -|- -| SetTitle -| void Movie.SetTitle( cstring ) -| -|- -| SetTopOfInputContext -| void Movie.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void Movie.SortChildrenOnAttribute( cstring , bool ) -| -|- -| Stop -| void Movie.Stop() -| -|- -| SwitchClass -| void Movie.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void Movie.ToggleClass( cstring ) -| -|- -| TriggerClass -| void Movie.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void Movie.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool Movie.UpdateFocusInContext() -| -|} -== NewsAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetRSSFeed -| void NewsAPI.GetRSSFeed() -| Gets the RSS feed of the Steam news page -|} -== Panel == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool Panel.AcceptsFocus() -| -|- -| AcceptsInput -| bool Panel.AcceptsInput() -| -|- -| AddClass -| void Panel.AddClass( cstring ) -| -|- -| ApplyStyles -| void Panel.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool Panel.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool Panel.CanSeeInParentScroll() -| -|- -| Children -| unknown Panel.Children() -| -|- -| ClearPanelEvent -| void Panel.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void Panel.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool Panel.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown Panel.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void Panel.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void Panel.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void Panel.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown Panel.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown Panel.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown Panel.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown Panel.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 Panel.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring Panel.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 Panel.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown Panel.GetChild( int32 ) -| -|- -| GetChildCount -| int32 Panel.GetChildCount() -| -|- -| GetChildIndex -| int32 Panel.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown Panel.GetFirstChild() -| -|- -| GetLastChild -| unknown Panel.GetLastChild() -| -|- -| GetParent -| unknown Panel.GetParent() -| -|- -| GetPositionWithinWindow -| unknown Panel.GetPositionWithinWindow() -| -|- -| HasClass -| bool Panel.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool Panel.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool Panel.HasHoverStyle() -| -|- -| HasKeyFocus -| bool Panel.HasKeyFocus() -| -|- -| IsDraggable -| bool Panel.IsDraggable() -| -|- -| IsReadyForDisplay -| bool Panel.IsReadyForDisplay() -| -|- -| IsSelected -| bool Panel.IsSelected() -| -|- -| IsTransparent -| bool Panel.IsTransparent() -| -|- -| LoadLayout -| bool Panel.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void Panel.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void Panel.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void Panel.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool Panel.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void Panel.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void Panel.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void Panel.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void Panel.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void Panel.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool Panel.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void Panel.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void Panel.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void Panel.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void Panel.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void Panel.ScrollToRightEdge() -| -|- -| ScrollToTop -| void Panel.ScrollToTop() -| -|- -| SetAcceptsFocus -| void Panel.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void Panel.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void Panel.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void Panel.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void Panel.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void Panel.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void Panel.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void Panel.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void Panel.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void Panel.SetDraggable( bool ) -| -|- -| SetFocus -| bool Panel.SetFocus() -| -|- -| SetHasClass -| void Panel.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void Panel.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void Panel.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void Panel.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void Panel.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void Panel.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void Panel.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void Panel.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void Panel.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void Panel.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void Panel.ToggleClass( cstring ) -| -|- -| TriggerClass -| void Panel.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void Panel.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool Panel.UpdateFocusInContext() -| -|} -== PopupCustomLayout == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool PopupCustomLayout.AcceptsFocus() -| -|- -| AcceptsInput -| bool PopupCustomLayout.AcceptsInput() -| -|- -| AddClass -| void PopupCustomLayout.AddClass( cstring ) -| -|- -| ApplyStyles -| void PopupCustomLayout.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool PopupCustomLayout.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool PopupCustomLayout.CanSeeInParentScroll() -| -|- -| Children -| unknown PopupCustomLayout.Children() -| -|- -| ClearPanelEvent -| void PopupCustomLayout.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void PopupCustomLayout.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool PopupCustomLayout.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown PopupCustomLayout.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void PopupCustomLayout.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void PopupCustomLayout.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void PopupCustomLayout.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown PopupCustomLayout.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown PopupCustomLayout.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown PopupCustomLayout.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown PopupCustomLayout.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 PopupCustomLayout.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring PopupCustomLayout.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 PopupCustomLayout.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown PopupCustomLayout.GetChild( int32 ) -| -|- -| GetChildCount -| int32 PopupCustomLayout.GetChildCount() -| -|- -| GetChildIndex -| int32 PopupCustomLayout.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown PopupCustomLayout.GetFirstChild() -| -|- -| GetLastChild -| unknown PopupCustomLayout.GetLastChild() -| -|- -| GetParent -| unknown PopupCustomLayout.GetParent() -| -|- -| GetPositionWithinWindow -| unknown PopupCustomLayout.GetPositionWithinWindow() -| -|- -| HasClass -| bool PopupCustomLayout.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool PopupCustomLayout.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool PopupCustomLayout.HasHoverStyle() -| -|- -| HasKeyFocus -| bool PopupCustomLayout.HasKeyFocus() -| -|- -| IsDraggable -| bool PopupCustomLayout.IsDraggable() -| -|- -| IsReadyForDisplay -| bool PopupCustomLayout.IsReadyForDisplay() -| -|- -| IsSelected -| bool PopupCustomLayout.IsSelected() -| -|- -| IsTransparent -| bool PopupCustomLayout.IsTransparent() -| -|- -| LoadLayout -| bool PopupCustomLayout.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void PopupCustomLayout.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void PopupCustomLayout.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void PopupCustomLayout.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool PopupCustomLayout.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void PopupCustomLayout.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void PopupCustomLayout.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void PopupCustomLayout.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void PopupCustomLayout.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void PopupCustomLayout.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool PopupCustomLayout.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void PopupCustomLayout.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void PopupCustomLayout.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void PopupCustomLayout.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void PopupCustomLayout.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void PopupCustomLayout.ScrollToRightEdge() -| -|- -| ScrollToTop -| void PopupCustomLayout.ScrollToTop() -| -|- -| SetAcceptsFocus -| void PopupCustomLayout.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void PopupCustomLayout.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void PopupCustomLayout.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void PopupCustomLayout.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void PopupCustomLayout.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void PopupCustomLayout.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void PopupCustomLayout.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void PopupCustomLayout.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void PopupCustomLayout.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void PopupCustomLayout.SetDraggable( bool ) -| -|- -| SetFocus -| bool PopupCustomLayout.SetFocus() -| -|- -| SetHasClass -| void PopupCustomLayout.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void PopupCustomLayout.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void PopupCustomLayout.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void PopupCustomLayout.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void PopupCustomLayout.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void PopupCustomLayout.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void PopupCustomLayout.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void PopupCustomLayout.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void PopupCustomLayout.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void PopupCustomLayout.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void PopupCustomLayout.ToggleClass( cstring ) -| -|- -| TriggerClass -| void PopupCustomLayout.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void PopupCustomLayout.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool PopupCustomLayout.UpdateFocusInContext() -| -|} -== ProgressBar == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| max -| float -| -| -|- -| min -| float -| -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| value -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool ProgressBar.AcceptsFocus() -| -|- -| AcceptsInput -| bool ProgressBar.AcceptsInput() -| -|- -| AddClass -| void ProgressBar.AddClass( cstring ) -| -|- -| ApplyStyles -| void ProgressBar.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool ProgressBar.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool ProgressBar.CanSeeInParentScroll() -| -|- -| Children -| unknown ProgressBar.Children() -| -|- -| ClearPanelEvent -| void ProgressBar.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void ProgressBar.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool ProgressBar.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown ProgressBar.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void ProgressBar.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void ProgressBar.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void ProgressBar.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown ProgressBar.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown ProgressBar.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown ProgressBar.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown ProgressBar.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 ProgressBar.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring ProgressBar.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 ProgressBar.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown ProgressBar.GetChild( int32 ) -| -|- -| GetChildCount -| int32 ProgressBar.GetChildCount() -| -|- -| GetChildIndex -| int32 ProgressBar.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown ProgressBar.GetFirstChild() -| -|- -| GetLastChild -| unknown ProgressBar.GetLastChild() -| -|- -| GetParent -| unknown ProgressBar.GetParent() -| -|- -| GetPositionWithinWindow -| unknown ProgressBar.GetPositionWithinWindow() -| -|- -| HasClass -| bool ProgressBar.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool ProgressBar.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool ProgressBar.HasHoverStyle() -| -|- -| HasKeyFocus -| bool ProgressBar.HasKeyFocus() -| -|- -| IsDraggable -| bool ProgressBar.IsDraggable() -| -|- -| IsReadyForDisplay -| bool ProgressBar.IsReadyForDisplay() -| -|- -| IsSelected -| bool ProgressBar.IsSelected() -| -|- -| IsTransparent -| bool ProgressBar.IsTransparent() -| -|- -| LoadLayout -| bool ProgressBar.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void ProgressBar.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void ProgressBar.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void ProgressBar.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool ProgressBar.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void ProgressBar.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void ProgressBar.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void ProgressBar.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void ProgressBar.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void ProgressBar.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool ProgressBar.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void ProgressBar.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void ProgressBar.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void ProgressBar.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void ProgressBar.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void ProgressBar.ScrollToRightEdge() -| -|- -| ScrollToTop -| void ProgressBar.ScrollToTop() -| -|- -| SetAcceptsFocus -| void ProgressBar.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void ProgressBar.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void ProgressBar.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void ProgressBar.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void ProgressBar.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void ProgressBar.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void ProgressBar.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void ProgressBar.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void ProgressBar.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void ProgressBar.SetDraggable( bool ) -| -|- -| SetFocus -| bool ProgressBar.SetFocus() -| -|- -| SetHasClass -| void ProgressBar.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void ProgressBar.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void ProgressBar.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void ProgressBar.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void ProgressBar.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void ProgressBar.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void ProgressBar.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void ProgressBar.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void ProgressBar.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void ProgressBar.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void ProgressBar.ToggleClass( cstring ) -| -|- -| TriggerClass -| void ProgressBar.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void ProgressBar.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool ProgressBar.UpdateFocusInContext() -| -|} -== RadioButton == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| group -| cstring -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool RadioButton.AcceptsFocus() -| -|- -| AcceptsInput -| bool RadioButton.AcceptsInput() -| -|- -| AddClass -| void RadioButton.AddClass( cstring ) -| -|- -| ApplyStyles -| void RadioButton.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool RadioButton.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool RadioButton.CanSeeInParentScroll() -| -|- -| Children -| unknown RadioButton.Children() -| -|- -| ClearPanelEvent -| void RadioButton.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void RadioButton.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool RadioButton.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown RadioButton.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void RadioButton.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void RadioButton.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void RadioButton.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown RadioButton.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown RadioButton.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown RadioButton.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown RadioButton.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 RadioButton.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring RadioButton.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 RadioButton.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown RadioButton.GetChild( int32 ) -| -|- -| GetChildCount -| int32 RadioButton.GetChildCount() -| -|- -| GetChildIndex -| int32 RadioButton.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown RadioButton.GetFirstChild() -| -|- -| GetLastChild -| unknown RadioButton.GetLastChild() -| -|- -| GetParent -| unknown RadioButton.GetParent() -| -|- -| GetPositionWithinWindow -| unknown RadioButton.GetPositionWithinWindow() -| -|- -| GetSelectedButton -| unknown RadioButton.GetSelectedButton() -| -|- -| HasClass -| bool RadioButton.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool RadioButton.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool RadioButton.HasHoverStyle() -| -|- -| HasKeyFocus -| bool RadioButton.HasKeyFocus() -| -|- -| IsDraggable -| bool RadioButton.IsDraggable() -| -|- -| IsReadyForDisplay -| bool RadioButton.IsReadyForDisplay() -| -|- -| IsSelected -| bool RadioButton.IsSelected() -| -|- -| IsTransparent -| bool RadioButton.IsTransparent() -| -|- -| LoadLayout -| bool RadioButton.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void RadioButton.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void RadioButton.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void RadioButton.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool RadioButton.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void RadioButton.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void RadioButton.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void RadioButton.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void RadioButton.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void RadioButton.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool RadioButton.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void RadioButton.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void RadioButton.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void RadioButton.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void RadioButton.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void RadioButton.ScrollToRightEdge() -| -|- -| ScrollToTop -| void RadioButton.ScrollToTop() -| -|- -| SetAcceptsFocus -| void RadioButton.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void RadioButton.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void RadioButton.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void RadioButton.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void RadioButton.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void RadioButton.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void RadioButton.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void RadioButton.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void RadioButton.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void RadioButton.SetDraggable( bool ) -| -|- -| SetFocus -| bool RadioButton.SetFocus() -| -|- -| SetHasClass -| void RadioButton.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void RadioButton.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void RadioButton.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void RadioButton.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void RadioButton.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void RadioButton.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void RadioButton.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void RadioButton.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void RadioButton.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void RadioButton.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void RadioButton.ToggleClass( cstring ) -| -|- -| TriggerClass -| void RadioButton.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void RadioButton.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool RadioButton.UpdateFocusInContext() -| -|} -== RunComparisonsAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetLoadedComparisonOverallDiff -| float RunComparisonsAPI.GetLoadedComparisonOverallDiff( int32 zone number ) -| Gets the overall comparison diff in seconds -|- -| GetLoadedComparisonSpeed -| float RunComparisonsAPI.GetLoadedComparisonSpeed( int32 zone number, bool horizontal only ) -| Gets the zone speed of the comparison -|- -| IsComparisonLoaded -| bool RunComparisonsAPI.IsComparisonLoaded() -| Gets whether there is a comparison is loaded -|} -== SpeedometerSettingsAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetColorProfile -| unknown SpeedometerSettingsAPI.GetColorProfile( cstring profile name ) -| Gets a specified speedometer color profile -|- -| GetColorProfiles -| unknown SpeedometerSettingsAPI.GetColorProfiles() -| Gets speedometer color profiles -|- -| GetCurrentGamemodeSettings -| unknown SpeedometerSettingsAPI.GetCurrentGamemodeSettings() -| Gets speedometer settings for the current gamemode -|- -| GetSettings -| unknown SpeedometerSettingsAPI.GetSettings( int32 gamemode ) -| Gets speedometer settings for a specific gamemode -|- -| ResetColorProfilesToDefault -| bool SpeedometerSettingsAPI.ResetColorProfilesToDefault() -| Resets color profiles to the default -|- -| ResetSpeedometersToDefault -| bool SpeedometerSettingsAPI.ResetSpeedometersToDefault( int32 gamemode ) -| Resets speedometers for a specific gamemode to default -|- -| SaveColorProfilesFromJS -| bool SpeedometerSettingsAPI.SaveColorProfilesFromJS( unknown keyvalues ) -| Saves the range color profiles to file -|- -| SaveSpeedometersFromJS -| bool SpeedometerSettingsAPI.SaveSpeedometersFromJS( int32 keyvalues, unknown ) -| Saves the range color profiles to file -|} -== StaticConsoleMessageTarget == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool StaticConsoleMessageTarget.AcceptsFocus() -| -|- -| AcceptsInput -| bool StaticConsoleMessageTarget.AcceptsInput() -| -|- -| AddClass -| void StaticConsoleMessageTarget.AddClass( cstring ) -| -|- -| ApplyStyles -| void StaticConsoleMessageTarget.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool StaticConsoleMessageTarget.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool StaticConsoleMessageTarget.CanSeeInParentScroll() -| -|- -| Children -| unknown StaticConsoleMessageTarget.Children() -| -|- -| ClearPanelEvent -| void StaticConsoleMessageTarget.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void StaticConsoleMessageTarget.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool StaticConsoleMessageTarget.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown StaticConsoleMessageTarget.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void StaticConsoleMessageTarget.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void StaticConsoleMessageTarget.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void StaticConsoleMessageTarget.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown StaticConsoleMessageTarget.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown StaticConsoleMessageTarget.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown StaticConsoleMessageTarget.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown StaticConsoleMessageTarget.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 StaticConsoleMessageTarget.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring StaticConsoleMessageTarget.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 StaticConsoleMessageTarget.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown StaticConsoleMessageTarget.GetChild( int32 ) -| -|- -| GetChildCount -| int32 StaticConsoleMessageTarget.GetChildCount() -| -|- -| GetChildIndex -| int32 StaticConsoleMessageTarget.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown StaticConsoleMessageTarget.GetFirstChild() -| -|- -| GetLastChild -| unknown StaticConsoleMessageTarget.GetLastChild() -| -|- -| GetParent -| unknown StaticConsoleMessageTarget.GetParent() -| -|- -| GetPositionWithinWindow -| unknown StaticConsoleMessageTarget.GetPositionWithinWindow() -| -|- -| HasClass -| bool StaticConsoleMessageTarget.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool StaticConsoleMessageTarget.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool StaticConsoleMessageTarget.HasHoverStyle() -| -|- -| HasKeyFocus -| bool StaticConsoleMessageTarget.HasKeyFocus() -| -|- -| IsDraggable -| bool StaticConsoleMessageTarget.IsDraggable() -| -|- -| IsReadyForDisplay -| bool StaticConsoleMessageTarget.IsReadyForDisplay() -| -|- -| IsSelected -| bool StaticConsoleMessageTarget.IsSelected() -| -|- -| IsTransparent -| bool StaticConsoleMessageTarget.IsTransparent() -| -|- -| LoadLayout -| bool StaticConsoleMessageTarget.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void StaticConsoleMessageTarget.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void StaticConsoleMessageTarget.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void StaticConsoleMessageTarget.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool StaticConsoleMessageTarget.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void StaticConsoleMessageTarget.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void StaticConsoleMessageTarget.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void StaticConsoleMessageTarget.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void StaticConsoleMessageTarget.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void StaticConsoleMessageTarget.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool StaticConsoleMessageTarget.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void StaticConsoleMessageTarget.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void StaticConsoleMessageTarget.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void StaticConsoleMessageTarget.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void StaticConsoleMessageTarget.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void StaticConsoleMessageTarget.ScrollToRightEdge() -| -|- -| ScrollToTop -| void StaticConsoleMessageTarget.ScrollToTop() -| -|- -| SetAcceptsFocus -| void StaticConsoleMessageTarget.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void StaticConsoleMessageTarget.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void StaticConsoleMessageTarget.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void StaticConsoleMessageTarget.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void StaticConsoleMessageTarget.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void StaticConsoleMessageTarget.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void StaticConsoleMessageTarget.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void StaticConsoleMessageTarget.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void StaticConsoleMessageTarget.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void StaticConsoleMessageTarget.SetDraggable( bool ) -| -|- -| SetFocus -| bool StaticConsoleMessageTarget.SetFocus() -| -|- -| SetHasClass -| void StaticConsoleMessageTarget.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void StaticConsoleMessageTarget.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void StaticConsoleMessageTarget.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void StaticConsoleMessageTarget.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void StaticConsoleMessageTarget.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void StaticConsoleMessageTarget.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void StaticConsoleMessageTarget.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void StaticConsoleMessageTarget.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void StaticConsoleMessageTarget.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void StaticConsoleMessageTarget.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void StaticConsoleMessageTarget.ToggleClass( cstring ) -| -|- -| TriggerClass -| void StaticConsoleMessageTarget.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void StaticConsoleMessageTarget.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool StaticConsoleMessageTarget.UpdateFocusInContext() -| -|} -== SteamLobbyAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| ChangeVisibility -| void SteamLobbyAPI.ChangeVisibility( int32 type ) -| Change the lobby visibility -|- -| Create -| void SteamLobbyAPI.Create( int32 type ) -| Create a new lobby with the given visibility -|- -| Join -| void SteamLobbyAPI.Join( uint64 steamid ) -| Joins a lobby of the given SteamID -|- -| Leave -| void SteamLobbyAPI.Leave() -| Leaves the current lobby, if there is one -|- -| RefreshList -| bool SteamLobbyAPI.RefreshList( unknown filters ) -| Request a data update. If new data is available, runs callbacks -|- -| SetMaxPlayers -| void SteamLobbyAPI.SetMaxPlayers( int32 newmax ) -| Change lobby maximum players -|- -| ShowInviteDialog -| void SteamLobbyAPI.ShowInviteDialog() -| Show the Steam Overlay invite dialog if we're in a lobby -|} -== SteamOverlayAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| OpenToProfileID -| void SteamOverlayAPI.OpenToProfileID( cstring profileID ) -| Opens the steam overlay to the given user/group profile by their steam ID. profileID is the 64bit int steam ID in a string. -|- -| OpenURL -| void SteamOverlayAPI.OpenURL( cstring url ) -| Opens the steam overlay browser at the given URL -|- -| OpenURLModal -| void SteamOverlayAPI.OpenURLModal( cstring url ) -| Opens the steam overlay browser at the given URL in a modal window (no other windows in overlay, and overlay closes when window closes) -|} -== TextEntry == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| text -| cstring -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool TextEntry.AcceptsFocus() -| -|- -| AcceptsInput -| bool TextEntry.AcceptsInput() -| -|- -| AddClass -| void TextEntry.AddClass( cstring ) -| -|- -| ApplyStyles -| void TextEntry.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool TextEntry.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool TextEntry.CanSeeInParentScroll() -| -|- -| Children -| unknown TextEntry.Children() -| -|- -| ClearPanelEvent -| void TextEntry.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void TextEntry.ClearPropertyFromCode( unknown ) -| -|- -| ClearSelection -| void TextEntry.ClearSelection() -| -|- -| CreateChildren -| bool TextEntry.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown TextEntry.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void TextEntry.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void TextEntry.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void TextEntry.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown TextEntry.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown TextEntry.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown TextEntry.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown TextEntry.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 TextEntry.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring TextEntry.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 TextEntry.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown TextEntry.GetChild( int32 ) -| -|- -| GetChildCount -| int32 TextEntry.GetChildCount() -| -|- -| GetChildIndex -| int32 TextEntry.GetChildIndex( unknown ) -| -|- -| GetCursorOffset -| int32 TextEntry.GetCursorOffset() -| -|- -| GetFirstChild -| unknown TextEntry.GetFirstChild() -| -|- -| GetLastChild -| unknown TextEntry.GetLastChild() -| -|- -| GetMaxCharCount -| uint32 TextEntry.GetMaxCharCount() -| -|- -| GetParent -| unknown TextEntry.GetParent() -| -|- -| GetPositionWithinWindow -| unknown TextEntry.GetPositionWithinWindow() -| -|- -| HasClass -| bool TextEntry.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool TextEntry.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool TextEntry.HasHoverStyle() -| -|- -| HasKeyFocus -| bool TextEntry.HasKeyFocus() -| -|- -| IsDraggable -| bool TextEntry.IsDraggable() -| -|- -| IsReadyForDisplay -| bool TextEntry.IsReadyForDisplay() -| -|- -| IsSelected -| bool TextEntry.IsSelected() -| -|- -| IsTransparent -| bool TextEntry.IsTransparent() -| -|- -| LoadLayout -| bool TextEntry.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void TextEntry.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void TextEntry.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void TextEntry.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool TextEntry.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void TextEntry.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void TextEntry.MoveChildBefore( unknown , unknown ) -| -|- -| RaiseChangeEvents -| void TextEntry.RaiseChangeEvents( bool ) -| -|- -| RegisterForReadyEvents -| void TextEntry.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void TextEntry.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void TextEntry.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool TextEntry.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void TextEntry.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void TextEntry.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void TextEntry.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void TextEntry.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void TextEntry.ScrollToRightEdge() -| -|- -| ScrollToTop -| void TextEntry.ScrollToTop() -| -|- -| SelectAll -| void TextEntry.SelectAll() -| -|- -| SetAcceptsFocus -| void TextEntry.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void TextEntry.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void TextEntry.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void TextEntry.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetCursorOffset -| void TextEntry.SetCursorOffset( int32 ) -| -|- -| SetDialogVariable -| void TextEntry.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void TextEntry.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void TextEntry.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void TextEntry.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void TextEntry.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void TextEntry.SetDraggable( bool ) -| -|- -| SetFocus -| bool TextEntry.SetFocus() -| -|- -| SetHasClass -| void TextEntry.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void TextEntry.SetInputNamespace( cstring ) -| -|- -| SetMaxChars -| void TextEntry.SetMaxChars( uint32 ) -| -|- -| SetPanelEvent -| void TextEntry.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void TextEntry.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void TextEntry.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void TextEntry.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void TextEntry.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void TextEntry.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void TextEntry.SortChildrenOnAttribute( cstring , bool ) -| -|- -| Submit -| bool TextEntry.Submit() -| -|- -| SwitchClass -| void TextEntry.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void TextEntry.ToggleClass( cstring ) -| -|- -| TriggerClass -| void TextEntry.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void TextEntry.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool TextEntry.UpdateFocusInContext() -| -|} -== ToggleButton == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| text -| cstring -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool ToggleButton.AcceptsFocus() -| -|- -| AcceptsInput -| bool ToggleButton.AcceptsInput() -| -|- -| AddClass -| void ToggleButton.AddClass( cstring ) -| -|- -| ApplyStyles -| void ToggleButton.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool ToggleButton.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool ToggleButton.CanSeeInParentScroll() -| -|- -| Children -| unknown ToggleButton.Children() -| -|- -| ClearPanelEvent -| void ToggleButton.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void ToggleButton.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool ToggleButton.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown ToggleButton.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void ToggleButton.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void ToggleButton.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void ToggleButton.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown ToggleButton.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown ToggleButton.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown ToggleButton.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown ToggleButton.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 ToggleButton.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring ToggleButton.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 ToggleButton.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown ToggleButton.GetChild( int32 ) -| -|- -| GetChildCount -| int32 ToggleButton.GetChildCount() -| -|- -| GetChildIndex -| int32 ToggleButton.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown ToggleButton.GetFirstChild() -| -|- -| GetLastChild -| unknown ToggleButton.GetLastChild() -| -|- -| GetParent -| unknown ToggleButton.GetParent() -| -|- -| GetPositionWithinWindow -| unknown ToggleButton.GetPositionWithinWindow() -| -|- -| HasClass -| bool ToggleButton.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool ToggleButton.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool ToggleButton.HasHoverStyle() -| -|- -| HasKeyFocus -| bool ToggleButton.HasKeyFocus() -| -|- -| IsDraggable -| bool ToggleButton.IsDraggable() -| -|- -| IsReadyForDisplay -| bool ToggleButton.IsReadyForDisplay() -| -|- -| IsSelected -| bool ToggleButton.IsSelected() -| -|- -| IsTransparent -| bool ToggleButton.IsTransparent() -| -|- -| LoadLayout -| bool ToggleButton.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void ToggleButton.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void ToggleButton.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void ToggleButton.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool ToggleButton.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void ToggleButton.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void ToggleButton.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void ToggleButton.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void ToggleButton.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void ToggleButton.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool ToggleButton.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void ToggleButton.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void ToggleButton.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void ToggleButton.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void ToggleButton.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void ToggleButton.ScrollToRightEdge() -| -|- -| ScrollToTop -| void ToggleButton.ScrollToTop() -| -|- -| SetAcceptsFocus -| void ToggleButton.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void ToggleButton.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void ToggleButton.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void ToggleButton.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void ToggleButton.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void ToggleButton.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void ToggleButton.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void ToggleButton.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void ToggleButton.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void ToggleButton.SetDraggable( bool ) -| -|- -| SetFocus -| bool ToggleButton.SetFocus() -| -|- -| SetHasClass -| void ToggleButton.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void ToggleButton.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void ToggleButton.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void ToggleButton.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void ToggleButton.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void ToggleButton.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void ToggleButton.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetSelected -| void ToggleButton.SetSelected( bool ) -| -|- -| SetTopOfInputContext -| void ToggleButton.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void ToggleButton.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void ToggleButton.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void ToggleButton.ToggleClass( cstring ) -| -|- -| TriggerClass -| void ToggleButton.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void ToggleButton.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool ToggleButton.UpdateFocusInContext() -| -|} -== TricksAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetTrackedTrick -| int32 TricksAPI.GetTrackedTrick() -| Gets the player's currently tracked trick. -1 if invalid. -|- -| GetTrackedTrickStep -| int32 TricksAPI.GetTrackedTrickStep() -| Gets the player's currently tracked trick step. -1 if invalid. -|- -| GetTrickByID -| unknown TricksAPI.GetTrickByID( int32 trickID ) -| Gets a given trick's data by its ID. -|} -== UiToolkitAPI == -Helper to show popups, tooltips, context menus and to register/invoke js callbacks. -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AddDenyAllInputToGame -| uint64 UiToolkitAPI.AddDenyAllInputToGame( unknown panelPtr, cstring strDebugContextName ) -| Denies input to the game by filtering input events. Returns a handle used by ReleaseDenyAllInputToGame. -|- -| AddDenyMouseInputToGame -| uint64 UiToolkitAPI.AddDenyMouseInputToGame( unknown panelPtr, cstring strDebugContextName ) -| Denies mouse input to the game by filtering mouse input events. Returns a handle used by ReleaseDenyMouseInputToGame. -|- -| CloseAllVisiblePopups -| void UiToolkitAPI.CloseAllVisiblePopups() -| Force closing all visible popups -|- -| GetGlobalObject -| void UiToolkitAPI.GetGlobalObject( js_raw_arg ) -| Returns a global object that can be used to store global variables you would like to share across js files. -|- -| HideCustomLayoutTooltip -| void UiToolkitAPI.HideCustomLayoutTooltip( cstring tooltipID ) -| Hide the tooltip with the given id. -|- -| HideTextTooltip -| void UiToolkitAPI.HideTextTooltip() -| Hide the text tooltip -|- -| HideTitleImageTextTooltip -| void UiToolkitAPI.HideTitleImageTextTooltip() -| Hide the title image text tooltip -|- -| HideTitleTextTooltip -| void UiToolkitAPI.HideTitleTextTooltip() -| Hide the title text tooltip -|- -| InvokeJSCallback -| void UiToolkitAPI.InvokeJSCallback( js_raw_arg ) -| Invoke a javascript callback using a handle previously registered with RegisterJSCallback. First argument must be the callback handle followed by the callback's arguments. -|- -| IsPanoramaInECOMode -| bool UiToolkitAPI.IsPanoramaInECOMode() -| Is Panorama in ECO (perf) mode -|- -| MakeStringSafe -| cstring UiToolkitAPI.MakeStringSafe( cstring str ) -| -|- -| ProfilingScopeBegin -| void UiToolkitAPI.ProfilingScopeBegin( cstring tagName ) -| Notify telemetry that a zone is been entered -|- -| ProfilingScopeEnd -| double UiToolkitAPI.ProfilingScopeEnd() -| Notify telemetry that a zone is been left. Returns duration in milliseconds. -|- -| RegisterHUDPanel2d -| void UiToolkitAPI.RegisterHUDPanel2d( cstring panelTypeName, cstring layoutFile ) -| Register a HUD panel type name with the corresponding layout file -|- -| RegisterJSCallback -| int32 UiToolkitAPI.RegisterJSCallback( unknown jsCallbackFunc ) -| Register a javascript callback that can be invoke at a later stage using InvokeJSCallback. Returns a callback handle. -|- -| RegisterPanel2d -| void UiToolkitAPI.RegisterPanel2d( cstring panelTypeName, cstring layoutFile ) -| Register a panel type name with the corresponding layout file -|- -| ReleaseDenyAllInputToGame -| void UiToolkitAPI.ReleaseDenyAllInputToGame( uint64 handle ) -| ReleaseDenyAllInputToGame takes a handle as parameters previously returned by AddDenyAllInputToGame -|- -| ReleaseDenyMouseInputToGame -| void UiToolkitAPI.ReleaseDenyMouseInputToGame( uint64 handle ) -| ReleaseDenyMouseInputToGame takes a handle as parameters previously returned by AddDenyMouseInputToGame -|- -| ShowCustomLayoutContextMenu -| unknown UiToolkitAPI.ShowCustomLayoutContextMenu( cstring targetPanelID, cstring contentmenuID, cstring layoutFile ) -| Show a context menu with a specific id and using the given layout. targetPanelID can be the empty string in which case the cursor position is used to position the context menu. Returns context menu panel. -|- -| ShowCustomLayoutContextMenuParameters -| unknown UiToolkitAPI.ShowCustomLayoutContextMenuParameters( cstring targetPanelID, cstring contentmenuID, cstring layoutFile, cstring parameters ) -| Show a context menu with a specific id and using the given layout and parameters. targetPanelID can be the empty string in which case the cursor position is used to position the context menu. Returns context menu panel. -|- -| ShowCustomLayoutContextMenuParametersDismissEvent -| unknown UiToolkitAPI.ShowCustomLayoutContextMenuParametersDismissEvent( cstring targetPanelID, cstring contentmenuID, cstring layoutFile, cstring parameters, unknown dismissJsFunc ) -| Show a context menu with a specific id and using the given layout and parameters and call a function when dismissed. targetPanelID can be the empty string in which case the cursor position is used to position the context menu. Returns context menu panel. -|- -| ShowCustomLayoutParametersTooltip -| void UiToolkitAPI.ShowCustomLayoutParametersTooltip( cstring targetPanelID, cstring tooltipID, cstring layoutFile, cstring parameters ) -| Show a tooltip with a specifix id and using the given layout and parameters. -|- -| ShowCustomLayoutParametersTooltipStyled -| void UiToolkitAPI.ShowCustomLayoutParametersTooltipStyled( cstring targetPanelID, cstring tooltipID, cstring layoutFile, cstring parameters, cstring style ) -| Show a tooltip with a specifix id and using the given layout and parameters. Also apply a CSS class named "style" (to the tooltip root panel) in order to allow custom styling (eg. "Tooltip_NoArrow" to remove tooltip's arrow). -|- -| ShowCustomLayoutPopup -| unknown UiToolkitAPI.ShowCustomLayoutPopup( cstring popupID, cstring layoutFile ) -| Show a popup that lets you specify a layout. -|- -| ShowCustomLayoutPopupParameters -| unknown UiToolkitAPI.ShowCustomLayoutPopupParameters( cstring popupID, cstring layoutFile, cstring parameters ) -| Show a popup that lets you specify a layout and parameters. -|- -| ShowCustomLayoutTooltip -| void UiToolkitAPI.ShowCustomLayoutTooltip( cstring targetPanelID, cstring tooltipID, cstring layoutFile ) -| Show a tooltip with a specifix id and using the given layout. -|- -| ShowCustomLayoutTooltipStyled -| void UiToolkitAPI.ShowCustomLayoutTooltipStyled( cstring targetPanelID, cstring tooltipID, cstring layoutFile, cstring style ) -| Show a tooltip with a specifix id and using the given layout. Also apply a CSS class named "style" (to the tooltip root panel) in order to allow custom styling (eg. "Tooltip_NoArrow" to remove tooltip's arrow). -|- -| ShowGenericPopup -| unknown UiToolkitAPI.ShowGenericPopup( cstring title, cstring message, cstring style ) -| Show a popup with the given title add message and optional style. Button present: "OK". -|- -| ShowGenericPopupBgStyle -| unknown UiToolkitAPI.ShowGenericPopupBgStyle( cstring title, cstring message, cstring style, cstring bgStyle ) -| Show a popup with the given title add message and optional style. You can specify the background style ("none", "dim" or "blur"). Button present: "OK". -|- -| ShowGenericPopupCancel -| unknown UiToolkitAPI.ShowGenericPopupCancel( cstring title, cstring message, cstring style, unknown cancelJSFunc ) -| Show a popup with the given title add message and optional style. Button present: "Cancel". -|- -| ShowGenericPopupCancelBgStyle -| unknown UiToolkitAPI.ShowGenericPopupCancelBgStyle( cstring title, cstring message, cstring style, unknown cancelJSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style. You can specify the background style ("none", "dim" or "blur"). Button present: "Cancel". -|- -| ShowGenericPopupOk -| unknown UiToolkitAPI.ShowGenericPopupOk( cstring title, cstring message, cstring style, unknown okJSFunc ) -| Show a popup with the given title add message and optional style. Button present: "OK". -|- -| ShowGenericPopupOkBgStyle -| unknown UiToolkitAPI.ShowGenericPopupOkBgStyle( cstring title, cstring message, cstring style, unknown okJSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style. You can specify the background style ("none", "dim" or "blur"). Button present: "OK". -|- -| ShowGenericPopupOkCancel -| unknown UiToolkitAPI.ShowGenericPopupOkCancel( cstring title, cstring message, cstring style, unknown okJSFunc, unknown cancelJSFunc ) -| Show a popup with the given title add message and optional style. Button present: "Ok"/"Cancel". -|- -| ShowGenericPopupOkCancelBgStyle -| unknown UiToolkitAPI.ShowGenericPopupOkCancelBgStyle( cstring title, cstring message, cstring style, unknown okJSFunc, unknown cancelJSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style. You can specify the background style ("none", "dim" or "blur"). Button present: "Ok"/"Cancel". -|- -| ShowGenericPopupOneOption -| unknown UiToolkitAPI.ShowGenericPopupOneOption( cstring title, cstring message, cstring style, cstring optionName, unknown optionJSFunc ) -| Show a popup with the given title add message and optional style and let you specify the name of one button. -|- -| ShowGenericPopupOneOptionBgStyle -| unknown UiToolkitAPI.ShowGenericPopupOneOptionBgStyle( cstring title, cstring message, cstring style, cstring optionName, unknown optionJSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style and let you specify the name of one button. You can specify the background style ("none", "dim" or "blur"). -|- -| ShowGenericPopupThreeOptions -| unknown UiToolkitAPI.ShowGenericPopupThreeOptions( cstring title, cstring message, cstring style, cstring option1Name, unknown option1JSFunc, cstring option2Name, unknown option2JSFunc, cstring option3Name, unknown option3JSFunc ) -| Show a popup with the given title add message and optional style and let you specify the name of two button. -|- -| ShowGenericPopupThreeOptionsBgStyle -| unknown UiToolkitAPI.ShowGenericPopupThreeOptionsBgStyle( cstring title, cstring message, cstring style, cstring option1Name, unknown option1JSFunc, cstring option2Name, unknown option2JSFunc, cstring option3Name, unknown option3JSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style and let you specify the name of two button. You can specify the background style ("none", "dim" or "blur"). -|- -| ShowGenericPopupTwoOptions -| unknown UiToolkitAPI.ShowGenericPopupTwoOptions( cstring title, cstring message, cstring style, cstring option1Name, unknown option1JSFunc, cstring option2Name, unknown option2JSFunc ) -| Show a popup with the given title add message and optional style and let you specify the name of two button. -|- -| ShowGenericPopupTwoOptionsBgStyle -| unknown UiToolkitAPI.ShowGenericPopupTwoOptionsBgStyle( cstring title, cstring message, cstring style, cstring option1Name, unknown option1JSFunc, cstring option2Name, unknown option2JSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style and let you specify the name of two button. You can specify the background style ("none", "dim" or "blur"). -|- -| ShowGenericPopupYesNo -| unknown UiToolkitAPI.ShowGenericPopupYesNo( cstring title, cstring message, cstring style, unknown yesJSFunc, unknown noJSFunc ) -| Show a popup with the given title add message and optional style. Button present: "Yes"/"No". -|- -| ShowGenericPopupYesNoBgStyle -| unknown UiToolkitAPI.ShowGenericPopupYesNoBgStyle( cstring title, cstring message, cstring style, unknown yesJSFunc, unknown noJSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style. You can specify the background style ("none", "dim" or "blur"). Button present: "Yes"/"No". -|- -| ShowGenericPopupYesNoCancel -| unknown UiToolkitAPI.ShowGenericPopupYesNoCancel( cstring title, cstring message, cstring style, unknown yesJSFunc, unknown noJSFunc, unknown cancelJSFunc ) -| Show a popup with the given title add message and optional style. Button present: "Yes"/"No"/"Cancel". -|- -| ShowGenericPopupYesNoCancelBgStyle -| unknown UiToolkitAPI.ShowGenericPopupYesNoCancelBgStyle( cstring title, cstring message, cstring style, unknown yesJSFunc, unknown noJSFunc, unknown cancelJSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style. You can specify the background style ("none", "dim" or "blur"). Button present: "Yes"/"No"/"Cancel". -|- -| ShowGlobalCustomLayoutPopup -| unknown UiToolkitAPI.ShowGlobalCustomLayoutPopup( cstring popupID, cstring layoutFile ) -| Show a popup on the 'global popups top level window' that lets you specify a layout. -|- -| ShowGlobalCustomLayoutPopupParameters -| unknown UiToolkitAPI.ShowGlobalCustomLayoutPopupParameters( cstring popupID, cstring layoutFile, cstring parameters ) -| Show a popup on 'global popups top level window' that lets you specify a layout and parameters. -|- -| ShowSimpleContextMenu -| unknown UiToolkitAPI.ShowSimpleContextMenu( cstring targetPanelID, cstring contentmenuID, unknown items ) -| Show a context menu with a specific id and populate the context menu item list using the given "items" array. Each elements of the items array is a javascript object of the form {label, jsCallback, style, icon}. targetPanelID can be the empty string in which case the cursor position is used to position the context menu. Returns context menu panel. -|- -| ShowSimpleContextMenuWithDismissEvent -| unknown UiToolkitAPI.ShowSimpleContextMenuWithDismissEvent( cstring targetPanelID, cstring contentmenuID, unknown items, unknown dismissJsFunc ) -| Show a context menu with a specific id and populate the context menu item list using the given "items" array. Each elements of the items array is a javascript object of the form {label, jsCallback, style, icon}. targetPanelID can be the empty string in which case the cursor position is used to position the context menu. Returns context menu panel. -|- -| ShowTextTooltip -| void UiToolkitAPI.ShowTextTooltip( cstring targetPanelID, cstring text ) -| Show a tooltip with the given text -|- -| ShowTextTooltipOnPanel -| void UiToolkitAPI.ShowTextTooltipOnPanel( unknown targetPanel, cstring text ) -| Show a tooltip with the given text on given panel -|- -| ShowTextTooltipOnPanelStyled -| void UiToolkitAPI.ShowTextTooltipOnPanelStyled( unknown targetPanel, cstring text, cstring style ) -| Show a tooltip with the given text on given panel. Also apply a CSS class named "style" to allow custom styling. -|- -| ShowTextTooltipStyled -| void UiToolkitAPI.ShowTextTooltipStyled( cstring targetPanelID, cstring text, cstring style ) -| Show a tooltip with the given text. Also apply a CSS class named "style" to allow custom styling. -|- -| ShowTitleImageTextTooltip -| void UiToolkitAPI.ShowTitleImageTextTooltip( cstring targetPanelID, cstring title, cstring image, cstring text ) -| Show a tooltip with the given title, image and text. -|- -| ShowTitleImageTextTooltipStyled -| void UiToolkitAPI.ShowTitleImageTextTooltipStyled( cstring targetPanelID, cstring title, cstring image, cstring text, cstring style ) -| Show a tooltip with the giben title, image and text. Also apply a CSS class named "style" to allow custom styling. -|- -| ShowTitleTextTooltip -| void UiToolkitAPI.ShowTitleTextTooltip( cstring targetPanelID, cstring title, cstring text ) -| Show a tooltip with the given title and text. -|- -| ShowTitleTextTooltipStyled -| void UiToolkitAPI.ShowTitleTextTooltipStyled( cstring targetPanelID, cstring title, cstring text, cstring style ) -| Show a tooltip with the given title and text. Also apply a CSS class named "style" to allow custom styling. -|- -| UnregisterJSCallback -| void UiToolkitAPI.UnregisterJSCallback( int32 jsCallbackHandle ) -| Unregister a javascript callback previously registered with RegisterJSCallback. -|} -== UserAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetXUID -| uint64 UserAPI.GetXUID() -| Gets the XUID (steamid as integer) of the local player -|} -== ZonesAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetCurrentTrack -| int32 ZonesAPI.GetCurrentTrack() -| Gets the player's current track -|- -| GetCurrentZone -| int32 ZonesAPI.GetCurrentZone() -| Gets the player's current zone -|- -| GetZoneCount -| int32 ZonesAPI.GetZoneCount( int32 track number ) -| Gets the zone count for the specified track -|- -| GetZoneSpeed -| float ZonesAPI.GetZoneSpeed( int32 zone number, bool horizontal only ) -| Gets the player's speed in a specified zone -|} \ No newline at end of file diff --git a/dumps/p2ce_latest.txt b/dumps/p2ce_latest.txt deleted file mode 100644 index 010d969..0000000 --- a/dumps/p2ce_latest.txt +++ /dev/null @@ -1,5722 +0,0 @@ -== $ == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| length -| int32 -| X -| $.persistentStorage.length. Returns an integer representing the number of data items stored in the Storage object. -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AsyncWebRequest -| void $.AsyncWebRequest( js_raw_arg ) -| Make a web request -|- -| CancelScheduled -| void $.CancelScheduled( js_raw_arg ) -| Cancelse a scheduled function -|- -| clear -| void $.clear() -| $.persistentStorage.clear(). When invoked, will empty all keys out of the storage. -|- -| CreatePanel -| void $.CreatePanel( js_raw_arg ) -| Create a new panel -|- -| DbgIsReloadingScript -| void $.DbgIsReloadingScript( js_raw_arg ) -| Call during JS startup code to check if script is being reloaded -|- -| DefineEvent -| void $.DefineEvent( js_raw_arg ) -| Define an event -|- -| DefinePanelEvent -| void $.DefinePanelEvent( js_raw_arg ) -| Define an panel event -|- -| DispatchEvent -| void $.DispatchEvent( js_raw_arg ) -| Dispatch an event -|- -| DispatchEventAsync -| void $.DispatchEventAsync( js_raw_arg ) -| Dispatch an event to occur later -|- -| Each -| void $.Each( js_raw_arg ) -| Call a function on each given item -|- -| FindChildInContext -| void $.FindChildInContext( js_raw_arg ) -| Find an element -|- -| GetContextPanel -| void $.GetContextPanel( js_raw_arg ) -| Get the current panel context -|- -| getItem -| cstring $.getItem( cstring keyName ) -| $.persistentStorage.getItem(keyName). When passed a key name, will return that key's value. -|- -| HTMLEscape -| void $.HTMLEscape( js_raw_arg ) -| $.HTMLEscape(str, truncate=false). Converts str, which must be 2048 utf-8 bytes or shorter, into an HTML-safe version. If truncate=true, too long strings will be truncated instead of throwing an exception -|- -| key -| cstring $.key( int32 n ) -| $.persistentStorage.key(n). When passed a number n, this method will return the name of the nth key in the storage. -|- -| Language -| void $.Language( js_raw_arg ) -| Get the current language -|- -| LoadKeyValuesFile -| void $.LoadKeyValuesFile( js_raw_arg ) -| Load a named key values file and return as JS object -|- -| Localize -| void $.Localize( js_raw_arg ) -| Localize a string -|- -| LocalizeSafe -| void $.LocalizeSafe( js_raw_arg ) -| Localize a string, but return empty string if the localization token is not found -|- -| Msg -| void $.Msg( js_raw_arg ) -| Log a message -|- -| PlaySoundEvent -| void $.PlaySoundEvent( js_raw_arg ) -| $.PlaySoundEvent(str). Plays the named sound event. -|- -| RegisterEventHandler -| void $.RegisterEventHandler( js_raw_arg ) -| Register an event handler -|- -| RegisterForUnhandledEvent -| void $.RegisterForUnhandledEvent( js_raw_arg ) -| Register a handler for an event that is not otherwise handled -|- -| RegisterKeyBind -| void $.RegisterKeyBind( js_raw_arg ) -| Register a key binding -|- -| removeItem -| void $.removeItem( cstring keyName ) -| $.persistentStorage.removeItem(keyName). When passed a key name, will remove that key from the storage. -|- -| Schedule -| void $.Schedule( js_raw_arg ) -| Schedule a function to be called later -|- -| setItem -| void $.setItem( cstring keyName, cstring keyValue ) -| $.persistentStorage.setItem(keyName, keyValue). When passed a key name and value, will add that key to the storage, or update that key's value if it already exists. -|- -| StopSoundEvent -| void $.StopSoundEvent( js_raw_arg ) -| $.StopSoundEvent(guid, [fadetime]). Stops the sound event. guid was returned from a previous call to PlaySoundEvent. fadetime is optional. -|- -| UnregisterEventHandler -| void $.UnregisterEventHandler( js_raw_arg ) -| Remove an event handler -|- -| UnregisterForUnhandledEvent -| void $.UnregisterForUnhandledEvent( js_raw_arg ) -| Remove an unhandled event handler -|- -| UrlDecode -| void $.UrlDecode( js_raw_arg ) -| $.UrlDecode(str). Decodes str, which must be 2048 utf-8 bytes or shorter, from URL-encoded form. -|- -| UrlEncode -| void $.UrlEncode( js_raw_arg ) -| $.UrlEncode(str). Encodes str, which must be 2048 utf-8 bytes or shorter, into URL-encoded form. -|- -| Warning -| void $.Warning( js_raw_arg ) -| Log a warning -|} -== Button == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool Button.AcceptsFocus() -| -|- -| AcceptsInput -| bool Button.AcceptsInput() -| -|- -| AddClass -| void Button.AddClass( cstring ) -| -|- -| ApplyStyles -| void Button.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool Button.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool Button.CanSeeInParentScroll() -| -|- -| Children -| unknown Button.Children() -| -|- -| ClearPanelEvent -| void Button.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void Button.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool Button.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown Button.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void Button.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void Button.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void Button.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown Button.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown Button.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown Button.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown Button.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 Button.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring Button.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 Button.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown Button.GetChild( int32 ) -| -|- -| GetChildCount -| int32 Button.GetChildCount() -| -|- -| GetChildIndex -| int32 Button.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown Button.GetFirstChild() -| -|- -| GetLastChild -| unknown Button.GetLastChild() -| -|- -| GetParent -| unknown Button.GetParent() -| -|- -| GetPositionWithinWindow -| unknown Button.GetPositionWithinWindow() -| -|- -| HasClass -| bool Button.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool Button.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool Button.HasHoverStyle() -| -|- -| HasKeyFocus -| bool Button.HasKeyFocus() -| -|- -| IsDraggable -| bool Button.IsDraggable() -| -|- -| IsReadyForDisplay -| bool Button.IsReadyForDisplay() -| -|- -| IsSelected -| bool Button.IsSelected() -| -|- -| IsTransparent -| bool Button.IsTransparent() -| -|- -| LoadLayout -| bool Button.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void Button.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void Button.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void Button.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool Button.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void Button.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void Button.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void Button.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void Button.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void Button.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool Button.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void Button.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void Button.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void Button.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void Button.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void Button.ScrollToRightEdge() -| -|- -| ScrollToTop -| void Button.ScrollToTop() -| -|- -| SetAcceptsFocus -| void Button.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void Button.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void Button.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void Button.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void Button.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void Button.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void Button.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void Button.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void Button.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void Button.SetDraggable( bool ) -| -|- -| SetFocus -| bool Button.SetFocus() -| -|- -| SetHasClass -| void Button.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void Button.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void Button.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void Button.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void Button.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void Button.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void Button.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void Button.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void Button.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void Button.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void Button.ToggleClass( cstring ) -| -|- -| TriggerClass -| void Button.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void Button.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool Button.UpdateFocusInContext() -| -|} -== ChaosBackbufferImagePanel == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool ChaosBackbufferImagePanel.AcceptsFocus() -| -|- -| AcceptsInput -| bool ChaosBackbufferImagePanel.AcceptsInput() -| -|- -| AddClass -| void ChaosBackbufferImagePanel.AddClass( cstring ) -| -|- -| ApplyStyles -| void ChaosBackbufferImagePanel.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool ChaosBackbufferImagePanel.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool ChaosBackbufferImagePanel.CanSeeInParentScroll() -| -|- -| Children -| unknown ChaosBackbufferImagePanel.Children() -| -|- -| ClearPanelEvent -| void ChaosBackbufferImagePanel.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void ChaosBackbufferImagePanel.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool ChaosBackbufferImagePanel.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown ChaosBackbufferImagePanel.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void ChaosBackbufferImagePanel.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void ChaosBackbufferImagePanel.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void ChaosBackbufferImagePanel.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown ChaosBackbufferImagePanel.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown ChaosBackbufferImagePanel.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown ChaosBackbufferImagePanel.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown ChaosBackbufferImagePanel.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 ChaosBackbufferImagePanel.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring ChaosBackbufferImagePanel.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 ChaosBackbufferImagePanel.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown ChaosBackbufferImagePanel.GetChild( int32 ) -| -|- -| GetChildCount -| int32 ChaosBackbufferImagePanel.GetChildCount() -| -|- -| GetChildIndex -| int32 ChaosBackbufferImagePanel.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown ChaosBackbufferImagePanel.GetFirstChild() -| -|- -| GetLastChild -| unknown ChaosBackbufferImagePanel.GetLastChild() -| -|- -| GetParent -| unknown ChaosBackbufferImagePanel.GetParent() -| -|- -| GetPositionWithinWindow -| unknown ChaosBackbufferImagePanel.GetPositionWithinWindow() -| -|- -| HasClass -| bool ChaosBackbufferImagePanel.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool ChaosBackbufferImagePanel.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool ChaosBackbufferImagePanel.HasHoverStyle() -| -|- -| HasKeyFocus -| bool ChaosBackbufferImagePanel.HasKeyFocus() -| -|- -| IsDraggable -| bool ChaosBackbufferImagePanel.IsDraggable() -| -|- -| IsReadyForDisplay -| bool ChaosBackbufferImagePanel.IsReadyForDisplay() -| -|- -| IsSelected -| bool ChaosBackbufferImagePanel.IsSelected() -| -|- -| IsTransparent -| bool ChaosBackbufferImagePanel.IsTransparent() -| -|- -| LoadLayout -| bool ChaosBackbufferImagePanel.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void ChaosBackbufferImagePanel.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void ChaosBackbufferImagePanel.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void ChaosBackbufferImagePanel.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool ChaosBackbufferImagePanel.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void ChaosBackbufferImagePanel.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void ChaosBackbufferImagePanel.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void ChaosBackbufferImagePanel.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void ChaosBackbufferImagePanel.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void ChaosBackbufferImagePanel.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool ChaosBackbufferImagePanel.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void ChaosBackbufferImagePanel.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void ChaosBackbufferImagePanel.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void ChaosBackbufferImagePanel.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void ChaosBackbufferImagePanel.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void ChaosBackbufferImagePanel.ScrollToRightEdge() -| -|- -| ScrollToTop -| void ChaosBackbufferImagePanel.ScrollToTop() -| -|- -| SetAcceptsFocus -| void ChaosBackbufferImagePanel.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void ChaosBackbufferImagePanel.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void ChaosBackbufferImagePanel.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void ChaosBackbufferImagePanel.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void ChaosBackbufferImagePanel.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void ChaosBackbufferImagePanel.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void ChaosBackbufferImagePanel.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void ChaosBackbufferImagePanel.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void ChaosBackbufferImagePanel.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void ChaosBackbufferImagePanel.SetDraggable( bool ) -| -|- -| SetFocus -| bool ChaosBackbufferImagePanel.SetFocus() -| -|- -| SetHasClass -| void ChaosBackbufferImagePanel.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void ChaosBackbufferImagePanel.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void ChaosBackbufferImagePanel.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void ChaosBackbufferImagePanel.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void ChaosBackbufferImagePanel.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void ChaosBackbufferImagePanel.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void ChaosBackbufferImagePanel.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void ChaosBackbufferImagePanel.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void ChaosBackbufferImagePanel.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void ChaosBackbufferImagePanel.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void ChaosBackbufferImagePanel.ToggleClass( cstring ) -| -|- -| TriggerClass -| void ChaosBackbufferImagePanel.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void ChaosBackbufferImagePanel.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool ChaosBackbufferImagePanel.UpdateFocusInContext() -| -|} -== ChaosMainMenu == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool ChaosMainMenu.AcceptsFocus() -| -|- -| AcceptsInput -| bool ChaosMainMenu.AcceptsInput() -| -|- -| AddClass -| void ChaosMainMenu.AddClass( cstring ) -| -|- -| ApplyStyles -| void ChaosMainMenu.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool ChaosMainMenu.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool ChaosMainMenu.CanSeeInParentScroll() -| -|- -| Children -| unknown ChaosMainMenu.Children() -| -|- -| ClearPanelEvent -| void ChaosMainMenu.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void ChaosMainMenu.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool ChaosMainMenu.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown ChaosMainMenu.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void ChaosMainMenu.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void ChaosMainMenu.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void ChaosMainMenu.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown ChaosMainMenu.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown ChaosMainMenu.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown ChaosMainMenu.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown ChaosMainMenu.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 ChaosMainMenu.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring ChaosMainMenu.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 ChaosMainMenu.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown ChaosMainMenu.GetChild( int32 ) -| -|- -| GetChildCount -| int32 ChaosMainMenu.GetChildCount() -| -|- -| GetChildIndex -| int32 ChaosMainMenu.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown ChaosMainMenu.GetFirstChild() -| -|- -| GetLastChild -| unknown ChaosMainMenu.GetLastChild() -| -|- -| GetParent -| unknown ChaosMainMenu.GetParent() -| -|- -| GetPositionWithinWindow -| unknown ChaosMainMenu.GetPositionWithinWindow() -| -|- -| HasClass -| bool ChaosMainMenu.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool ChaosMainMenu.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool ChaosMainMenu.HasHoverStyle() -| -|- -| HasKeyFocus -| bool ChaosMainMenu.HasKeyFocus() -| -|- -| IsDraggable -| bool ChaosMainMenu.IsDraggable() -| -|- -| IsMultiplayer -| bool ChaosMainMenu.IsMultiplayer() -| -|- -| IsReadyForDisplay -| bool ChaosMainMenu.IsReadyForDisplay() -| -|- -| IsSelected -| bool ChaosMainMenu.IsSelected() -| -|- -| IsTransparent -| bool ChaosMainMenu.IsTransparent() -| -|- -| LoadLayout -| bool ChaosMainMenu.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void ChaosMainMenu.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void ChaosMainMenu.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void ChaosMainMenu.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool ChaosMainMenu.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void ChaosMainMenu.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void ChaosMainMenu.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void ChaosMainMenu.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void ChaosMainMenu.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void ChaosMainMenu.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool ChaosMainMenu.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void ChaosMainMenu.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void ChaosMainMenu.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void ChaosMainMenu.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void ChaosMainMenu.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void ChaosMainMenu.ScrollToRightEdge() -| -|- -| ScrollToTop -| void ChaosMainMenu.ScrollToTop() -| -|- -| SetAcceptsFocus -| void ChaosMainMenu.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void ChaosMainMenu.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void ChaosMainMenu.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void ChaosMainMenu.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void ChaosMainMenu.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void ChaosMainMenu.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void ChaosMainMenu.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void ChaosMainMenu.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void ChaosMainMenu.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void ChaosMainMenu.SetDraggable( bool ) -| -|- -| SetFocus -| bool ChaosMainMenu.SetFocus() -| -|- -| SetHasClass -| void ChaosMainMenu.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void ChaosMainMenu.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void ChaosMainMenu.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void ChaosMainMenu.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void ChaosMainMenu.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void ChaosMainMenu.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void ChaosMainMenu.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void ChaosMainMenu.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void ChaosMainMenu.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void ChaosMainMenu.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void ChaosMainMenu.ToggleClass( cstring ) -| -|- -| TriggerClass -| void ChaosMainMenu.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void ChaosMainMenu.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool ChaosMainMenu.UpdateFocusInContext() -| -|} -== ChaosSettingsSlider == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| convar -| cstring -| -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| max -| float -| -| -|- -| min -| float -| -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| value -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool ChaosSettingsSlider.AcceptsFocus() -| -|- -| AcceptsInput -| bool ChaosSettingsSlider.AcceptsInput() -| -|- -| ActualValue -| float ChaosSettingsSlider.ActualValue() -| -|- -| AddClass -| void ChaosSettingsSlider.AddClass( cstring ) -| -|- -| ApplyStyles -| void ChaosSettingsSlider.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool ChaosSettingsSlider.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool ChaosSettingsSlider.CanSeeInParentScroll() -| -|- -| Children -| unknown ChaosSettingsSlider.Children() -| -|- -| ClearPanelEvent -| void ChaosSettingsSlider.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void ChaosSettingsSlider.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool ChaosSettingsSlider.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown ChaosSettingsSlider.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void ChaosSettingsSlider.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void ChaosSettingsSlider.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void ChaosSettingsSlider.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown ChaosSettingsSlider.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown ChaosSettingsSlider.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown ChaosSettingsSlider.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown ChaosSettingsSlider.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 ChaosSettingsSlider.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring ChaosSettingsSlider.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 ChaosSettingsSlider.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown ChaosSettingsSlider.GetChild( int32 ) -| -|- -| GetChildCount -| int32 ChaosSettingsSlider.GetChildCount() -| -|- -| GetChildIndex -| int32 ChaosSettingsSlider.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown ChaosSettingsSlider.GetFirstChild() -| -|- -| GetLastChild -| unknown ChaosSettingsSlider.GetLastChild() -| -|- -| GetParent -| unknown ChaosSettingsSlider.GetParent() -| -|- -| GetPositionWithinWindow -| unknown ChaosSettingsSlider.GetPositionWithinWindow() -| -|- -| HasClass -| bool ChaosSettingsSlider.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool ChaosSettingsSlider.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool ChaosSettingsSlider.HasHoverStyle() -| -|- -| HasKeyFocus -| bool ChaosSettingsSlider.HasKeyFocus() -| -|- -| IsDraggable -| bool ChaosSettingsSlider.IsDraggable() -| -|- -| IsReadyForDisplay -| bool ChaosSettingsSlider.IsReadyForDisplay() -| -|- -| IsSelected -| bool ChaosSettingsSlider.IsSelected() -| -|- -| IsTransparent -| bool ChaosSettingsSlider.IsTransparent() -| -|- -| LoadLayout -| bool ChaosSettingsSlider.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void ChaosSettingsSlider.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void ChaosSettingsSlider.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void ChaosSettingsSlider.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool ChaosSettingsSlider.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void ChaosSettingsSlider.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void ChaosSettingsSlider.MoveChildBefore( unknown , unknown ) -| -|- -| OnShow -| void ChaosSettingsSlider.OnShow() -| -|- -| RegisterForReadyEvents -| void ChaosSettingsSlider.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void ChaosSettingsSlider.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void ChaosSettingsSlider.RemoveClass( cstring ) -| -|- -| RestoreCVarDefault -| void ChaosSettingsSlider.RestoreCVarDefault() -| -|- -| ScrollParentToFitWhenFocused -| bool ChaosSettingsSlider.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void ChaosSettingsSlider.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void ChaosSettingsSlider.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void ChaosSettingsSlider.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void ChaosSettingsSlider.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void ChaosSettingsSlider.ScrollToRightEdge() -| -|- -| ScrollToTop -| void ChaosSettingsSlider.ScrollToTop() -| -|- -| SetAcceptsFocus -| void ChaosSettingsSlider.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void ChaosSettingsSlider.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void ChaosSettingsSlider.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void ChaosSettingsSlider.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void ChaosSettingsSlider.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void ChaosSettingsSlider.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void ChaosSettingsSlider.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void ChaosSettingsSlider.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void ChaosSettingsSlider.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void ChaosSettingsSlider.SetDraggable( bool ) -| -|- -| SetFocus -| bool ChaosSettingsSlider.SetFocus() -| -|- -| SetHasClass -| void ChaosSettingsSlider.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void ChaosSettingsSlider.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void ChaosSettingsSlider.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void ChaosSettingsSlider.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void ChaosSettingsSlider.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void ChaosSettingsSlider.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void ChaosSettingsSlider.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void ChaosSettingsSlider.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void ChaosSettingsSlider.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void ChaosSettingsSlider.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void ChaosSettingsSlider.ToggleClass( cstring ) -| -|- -| TriggerClass -| void ChaosSettingsSlider.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void ChaosSettingsSlider.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool ChaosSettingsSlider.UpdateFocusInContext() -| -|} -== Frame == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool Frame.AcceptsFocus() -| -|- -| AcceptsInput -| bool Frame.AcceptsInput() -| -|- -| AddClass -| void Frame.AddClass( cstring ) -| -|- -| ApplyStyles -| void Frame.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool Frame.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool Frame.CanSeeInParentScroll() -| -|- -| Children -| unknown Frame.Children() -| -|- -| ClearPanelEvent -| void Frame.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void Frame.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool Frame.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown Frame.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void Frame.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void Frame.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void Frame.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown Frame.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown Frame.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown Frame.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown Frame.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 Frame.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring Frame.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 Frame.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown Frame.GetChild( int32 ) -| -|- -| GetChildCount -| int32 Frame.GetChildCount() -| -|- -| GetChildIndex -| int32 Frame.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown Frame.GetFirstChild() -| -|- -| GetLastChild -| unknown Frame.GetLastChild() -| -|- -| GetParent -| unknown Frame.GetParent() -| -|- -| GetPositionWithinWindow -| unknown Frame.GetPositionWithinWindow() -| -|- -| HasClass -| bool Frame.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool Frame.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool Frame.HasHoverStyle() -| -|- -| HasKeyFocus -| bool Frame.HasKeyFocus() -| -|- -| IsDraggable -| bool Frame.IsDraggable() -| -|- -| IsReadyForDisplay -| bool Frame.IsReadyForDisplay() -| -|- -| IsSelected -| bool Frame.IsSelected() -| -|- -| IsTransparent -| bool Frame.IsTransparent() -| -|- -| LoadLayout -| bool Frame.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void Frame.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void Frame.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void Frame.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool Frame.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void Frame.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void Frame.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void Frame.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void Frame.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void Frame.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool Frame.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void Frame.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void Frame.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void Frame.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void Frame.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void Frame.ScrollToRightEdge() -| -|- -| ScrollToTop -| void Frame.ScrollToTop() -| -|- -| SetAcceptsFocus -| void Frame.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void Frame.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void Frame.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void Frame.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void Frame.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void Frame.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void Frame.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void Frame.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void Frame.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void Frame.SetDraggable( bool ) -| -|- -| SetFocus -| bool Frame.SetFocus() -| -|- -| SetHasClass -| void Frame.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void Frame.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void Frame.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void Frame.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void Frame.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void Frame.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void Frame.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetSnippet -| void Frame.SetSnippet( cstring ) -| -|- -| SetSource -| void Frame.SetSource( cstring ) -| -|- -| SetTopOfInputContext -| void Frame.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void Frame.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void Frame.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void Frame.ToggleClass( cstring ) -| -|- -| TriggerClass -| void Frame.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void Frame.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool Frame.UpdateFocusInContext() -| -|} -== FriendsAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetLocalPlayerName -| cstring FriendsAPI.GetLocalPlayerName() -| Gets the name of the local player -|- -| GetNameForXUID -| cstring FriendsAPI.GetNameForXUID( uint64 xuid ) -| Gets the name of the player with the given XUID. This will only be known by the local user if the given user is in their friends list, on the same game server, in a chat room or lobby, or in a small group with the local user -|} -== GameInterfaceAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| ConsoleCommand -| void GameInterfaceAPI.ConsoleCommand( cstring ) -| -|- -| GetSettingBool -| bool GameInterfaceAPI.GetSettingBool( cstring ) -| -|- -| GetSettingColor -| unknown GameInterfaceAPI.GetSettingColor( cstring ) -| -|- -| GetSettingFloat -| float GameInterfaceAPI.GetSettingFloat( cstring ) -| -|- -| GetSettingInt -| int32 GameInterfaceAPI.GetSettingInt( cstring ) -| -|- -| GetSettingString -| cstring GameInterfaceAPI.GetSettingString( cstring ) -| -|- -| RegisterGameEventHandler -| uint32 GameInterfaceAPI.RegisterGameEventHandler( cstring event_name, unknown callback ) -| Registers a callback for a specific game event type, returns an event handler ID to unregister with -|- -| SetSettingBool -| void GameInterfaceAPI.SetSettingBool( cstring , bool ) -| -|- -| SetSettingColor -| void GameInterfaceAPI.SetSettingColor( cstring , unknown ) -| -|- -| SetSettingFloat -| void GameInterfaceAPI.SetSettingFloat( cstring , float ) -| -|- -| SetSettingInt -| void GameInterfaceAPI.SetSettingInt( cstring , int32 ) -| -|- -| SetSettingString -| void GameInterfaceAPI.SetSettingString( cstring , cstring ) -| -|- -| UnregisterGameEventHandler -| void GameInterfaceAPI.UnregisterGameEventHandler( uint32 callback_id ) -| Unregisters a previously registered event handler for a game event -|} -== Image == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool Image.AcceptsFocus() -| -|- -| AcceptsInput -| bool Image.AcceptsInput() -| -|- -| AddClass -| void Image.AddClass( cstring ) -| -|- -| ApplyStyles -| void Image.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool Image.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool Image.CanSeeInParentScroll() -| -|- -| Children -| unknown Image.Children() -| -|- -| ClearPanelEvent -| void Image.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void Image.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool Image.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown Image.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void Image.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void Image.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void Image.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown Image.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown Image.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown Image.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown Image.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 Image.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring Image.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 Image.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown Image.GetChild( int32 ) -| -|- -| GetChildCount -| int32 Image.GetChildCount() -| -|- -| GetChildIndex -| int32 Image.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown Image.GetFirstChild() -| -|- -| GetLastChild -| unknown Image.GetLastChild() -| -|- -| GetParent -| unknown Image.GetParent() -| -|- -| GetPositionWithinWindow -| unknown Image.GetPositionWithinWindow() -| -|- -| HasClass -| bool Image.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool Image.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool Image.HasHoverStyle() -| -|- -| HasKeyFocus -| bool Image.HasKeyFocus() -| -|- -| IsDraggable -| bool Image.IsDraggable() -| -|- -| IsReadyForDisplay -| bool Image.IsReadyForDisplay() -| -|- -| IsSelected -| bool Image.IsSelected() -| -|- -| IsTransparent -| bool Image.IsTransparent() -| -|- -| LoadLayout -| bool Image.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void Image.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void Image.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void Image.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool Image.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void Image.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void Image.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void Image.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void Image.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void Image.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool Image.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void Image.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void Image.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void Image.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void Image.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void Image.ScrollToRightEdge() -| -|- -| ScrollToTop -| void Image.ScrollToTop() -| -|- -| SetAcceptsFocus -| void Image.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void Image.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void Image.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void Image.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void Image.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void Image.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void Image.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void Image.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void Image.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void Image.SetDraggable( bool ) -| -|- -| SetFocus -| bool Image.SetFocus() -| -|- -| SetHasClass -| void Image.SetHasClass( cstring , bool ) -| -|- -| SetImage -| void Image.SetImage( cstring ) -| -|- -| SetInputNamespace -| void Image.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void Image.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void Image.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void Image.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void Image.SetReadyForDisplay( bool ) -| -|- -| SetScaling -| void Image.SetScaling( cstring ) -| -|- -| SetScrollParentToFitWhenFocused -| void Image.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void Image.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void Image.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void Image.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void Image.ToggleClass( cstring ) -| -|- -| TriggerClass -| void Image.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void Image.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool Image.UpdateFocusInContext() -| -|} -== Movie == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool Movie.AcceptsFocus() -| -|- -| AcceptsInput -| bool Movie.AcceptsInput() -| -|- -| AddClass -| void Movie.AddClass( cstring ) -| -|- -| ApplyStyles -| void Movie.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool Movie.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool Movie.CanSeeInParentScroll() -| -|- -| Children -| unknown Movie.Children() -| -|- -| ClearPanelEvent -| void Movie.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void Movie.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool Movie.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown Movie.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void Movie.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void Movie.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void Movie.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown Movie.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown Movie.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown Movie.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown Movie.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 Movie.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring Movie.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 Movie.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown Movie.GetChild( int32 ) -| -|- -| GetChildCount -| int32 Movie.GetChildCount() -| -|- -| GetChildIndex -| int32 Movie.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown Movie.GetFirstChild() -| -|- -| GetLastChild -| unknown Movie.GetLastChild() -| -|- -| GetParent -| unknown Movie.GetParent() -| -|- -| GetPositionWithinWindow -| unknown Movie.GetPositionWithinWindow() -| -|- -| HasClass -| bool Movie.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool Movie.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool Movie.HasHoverStyle() -| -|- -| HasKeyFocus -| bool Movie.HasKeyFocus() -| -|- -| IsAdjustingVolume -| bool Movie.IsAdjustingVolume() -| -|- -| IsDraggable -| bool Movie.IsDraggable() -| -|- -| IsReadyForDisplay -| bool Movie.IsReadyForDisplay() -| -|- -| IsSelected -| bool Movie.IsSelected() -| -|- -| IsTransparent -| bool Movie.IsTransparent() -| -|- -| LoadLayout -| bool Movie.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void Movie.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void Movie.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void Movie.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool Movie.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void Movie.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void Movie.MoveChildBefore( unknown , unknown ) -| -|- -| Pause -| void Movie.Pause() -| -|- -| Play -| void Movie.Play() -| -|- -| RegisterForReadyEvents -| void Movie.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void Movie.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void Movie.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool Movie.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void Movie.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void Movie.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void Movie.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void Movie.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void Movie.ScrollToRightEdge() -| -|- -| ScrollToTop -| void Movie.ScrollToTop() -| -|- -| SetAcceptsFocus -| void Movie.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void Movie.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void Movie.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void Movie.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetControls -| void Movie.SetControls( cstring ) -| -|- -| SetDialogVariable -| void Movie.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void Movie.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void Movie.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void Movie.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void Movie.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void Movie.SetDraggable( bool ) -| -|- -| SetFocus -| bool Movie.SetFocus() -| -|- -| SetHasClass -| void Movie.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void Movie.SetInputNamespace( cstring ) -| -|- -| SetMovie -| void Movie.SetMovie( cstring ) -| -|- -| SetPanelEvent -| void Movie.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void Movie.SetParent( unknown ) -| -|- -| SetPlaybackVolume -| void Movie.SetPlaybackVolume( float ) -| -|- -| SetReadyForDisplay -| void Movie.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void Movie.SetReadyForDisplay( bool ) -| -|- -| SetRepeat -| void Movie.SetRepeat( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void Movie.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetSound -| void Movie.SetSound( cstring ) -| -|- -| SetTitle -| void Movie.SetTitle( cstring ) -| -|- -| SetTopOfInputContext -| void Movie.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void Movie.SortChildrenOnAttribute( cstring , bool ) -| -|- -| Stop -| void Movie.Stop() -| -|- -| SwitchClass -| void Movie.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void Movie.ToggleClass( cstring ) -| -|- -| TriggerClass -| void Movie.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void Movie.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool Movie.UpdateFocusInContext() -| -|} -== Panel == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool Panel.AcceptsFocus() -| -|- -| AcceptsInput -| bool Panel.AcceptsInput() -| -|- -| AddClass -| void Panel.AddClass( cstring ) -| -|- -| ApplyStyles -| void Panel.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool Panel.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool Panel.CanSeeInParentScroll() -| -|- -| Children -| unknown Panel.Children() -| -|- -| ClearPanelEvent -| void Panel.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void Panel.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool Panel.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown Panel.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void Panel.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void Panel.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void Panel.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown Panel.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown Panel.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown Panel.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown Panel.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 Panel.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring Panel.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 Panel.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown Panel.GetChild( int32 ) -| -|- -| GetChildCount -| int32 Panel.GetChildCount() -| -|- -| GetChildIndex -| int32 Panel.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown Panel.GetFirstChild() -| -|- -| GetLastChild -| unknown Panel.GetLastChild() -| -|- -| GetParent -| unknown Panel.GetParent() -| -|- -| GetPositionWithinWindow -| unknown Panel.GetPositionWithinWindow() -| -|- -| HasClass -| bool Panel.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool Panel.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool Panel.HasHoverStyle() -| -|- -| HasKeyFocus -| bool Panel.HasKeyFocus() -| -|- -| IsDraggable -| bool Panel.IsDraggable() -| -|- -| IsReadyForDisplay -| bool Panel.IsReadyForDisplay() -| -|- -| IsSelected -| bool Panel.IsSelected() -| -|- -| IsTransparent -| bool Panel.IsTransparent() -| -|- -| LoadLayout -| bool Panel.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void Panel.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void Panel.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void Panel.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool Panel.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void Panel.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void Panel.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void Panel.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void Panel.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void Panel.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool Panel.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void Panel.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void Panel.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void Panel.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void Panel.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void Panel.ScrollToRightEdge() -| -|- -| ScrollToTop -| void Panel.ScrollToTop() -| -|- -| SetAcceptsFocus -| void Panel.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void Panel.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void Panel.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void Panel.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void Panel.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void Panel.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void Panel.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void Panel.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void Panel.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void Panel.SetDraggable( bool ) -| -|- -| SetFocus -| bool Panel.SetFocus() -| -|- -| SetHasClass -| void Panel.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void Panel.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void Panel.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void Panel.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void Panel.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void Panel.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void Panel.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void Panel.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void Panel.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void Panel.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void Panel.ToggleClass( cstring ) -| -|- -| TriggerClass -| void Panel.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void Panel.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool Panel.UpdateFocusInContext() -| -|} -== ResizeDragKnob == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| horizontalDrag -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| target -| unknown -| X -| -|- -| verticalDrag -| bool -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool ResizeDragKnob.AcceptsFocus() -| -|- -| AcceptsInput -| bool ResizeDragKnob.AcceptsInput() -| -|- -| AddClass -| void ResizeDragKnob.AddClass( cstring ) -| -|- -| ApplyStyles -| void ResizeDragKnob.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool ResizeDragKnob.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool ResizeDragKnob.CanSeeInParentScroll() -| -|- -| Children -| unknown ResizeDragKnob.Children() -| -|- -| ClearPanelEvent -| void ResizeDragKnob.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void ResizeDragKnob.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool ResizeDragKnob.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown ResizeDragKnob.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void ResizeDragKnob.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void ResizeDragKnob.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void ResizeDragKnob.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown ResizeDragKnob.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown ResizeDragKnob.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown ResizeDragKnob.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown ResizeDragKnob.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 ResizeDragKnob.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring ResizeDragKnob.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 ResizeDragKnob.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown ResizeDragKnob.GetChild( int32 ) -| -|- -| GetChildCount -| int32 ResizeDragKnob.GetChildCount() -| -|- -| GetChildIndex -| int32 ResizeDragKnob.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown ResizeDragKnob.GetFirstChild() -| -|- -| GetLastChild -| unknown ResizeDragKnob.GetLastChild() -| -|- -| GetParent -| unknown ResizeDragKnob.GetParent() -| -|- -| GetPositionWithinWindow -| unknown ResizeDragKnob.GetPositionWithinWindow() -| -|- -| HasClass -| bool ResizeDragKnob.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool ResizeDragKnob.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool ResizeDragKnob.HasHoverStyle() -| -|- -| HasKeyFocus -| bool ResizeDragKnob.HasKeyFocus() -| -|- -| IsDraggable -| bool ResizeDragKnob.IsDraggable() -| -|- -| IsReadyForDisplay -| bool ResizeDragKnob.IsReadyForDisplay() -| -|- -| IsSelected -| bool ResizeDragKnob.IsSelected() -| -|- -| IsTransparent -| bool ResizeDragKnob.IsTransparent() -| -|- -| LoadLayout -| bool ResizeDragKnob.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void ResizeDragKnob.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void ResizeDragKnob.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void ResizeDragKnob.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool ResizeDragKnob.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void ResizeDragKnob.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void ResizeDragKnob.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void ResizeDragKnob.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void ResizeDragKnob.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void ResizeDragKnob.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool ResizeDragKnob.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void ResizeDragKnob.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void ResizeDragKnob.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void ResizeDragKnob.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void ResizeDragKnob.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void ResizeDragKnob.ScrollToRightEdge() -| -|- -| ScrollToTop -| void ResizeDragKnob.ScrollToTop() -| -|- -| SetAcceptsFocus -| void ResizeDragKnob.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void ResizeDragKnob.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void ResizeDragKnob.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void ResizeDragKnob.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void ResizeDragKnob.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void ResizeDragKnob.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void ResizeDragKnob.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void ResizeDragKnob.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void ResizeDragKnob.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void ResizeDragKnob.SetDraggable( bool ) -| -|- -| SetFocus -| bool ResizeDragKnob.SetFocus() -| -|- -| SetHasClass -| void ResizeDragKnob.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void ResizeDragKnob.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void ResizeDragKnob.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void ResizeDragKnob.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void ResizeDragKnob.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void ResizeDragKnob.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void ResizeDragKnob.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void ResizeDragKnob.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void ResizeDragKnob.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void ResizeDragKnob.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void ResizeDragKnob.ToggleClass( cstring ) -| -|- -| TriggerClass -| void ResizeDragKnob.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void ResizeDragKnob.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool ResizeDragKnob.UpdateFocusInContext() -| -|} -== RichPresenceAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| Clear -| void RichPresenceAPI.Clear() -| Clears the current rich presence data -|- -| UpdateRichPresenceState -| void RichPresenceAPI.UpdateRichPresenceState( unknown key_values_object ) -| Updates the current rich presence state to something new -|} -== StaticConsoleMessageTarget == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool StaticConsoleMessageTarget.AcceptsFocus() -| -|- -| AcceptsInput -| bool StaticConsoleMessageTarget.AcceptsInput() -| -|- -| AddClass -| void StaticConsoleMessageTarget.AddClass( cstring ) -| -|- -| ApplyStyles -| void StaticConsoleMessageTarget.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool StaticConsoleMessageTarget.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool StaticConsoleMessageTarget.CanSeeInParentScroll() -| -|- -| Children -| unknown StaticConsoleMessageTarget.Children() -| -|- -| ClearPanelEvent -| void StaticConsoleMessageTarget.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void StaticConsoleMessageTarget.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool StaticConsoleMessageTarget.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown StaticConsoleMessageTarget.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void StaticConsoleMessageTarget.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void StaticConsoleMessageTarget.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void StaticConsoleMessageTarget.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown StaticConsoleMessageTarget.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown StaticConsoleMessageTarget.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown StaticConsoleMessageTarget.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown StaticConsoleMessageTarget.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 StaticConsoleMessageTarget.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring StaticConsoleMessageTarget.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 StaticConsoleMessageTarget.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown StaticConsoleMessageTarget.GetChild( int32 ) -| -|- -| GetChildCount -| int32 StaticConsoleMessageTarget.GetChildCount() -| -|- -| GetChildIndex -| int32 StaticConsoleMessageTarget.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown StaticConsoleMessageTarget.GetFirstChild() -| -|- -| GetLastChild -| unknown StaticConsoleMessageTarget.GetLastChild() -| -|- -| GetParent -| unknown StaticConsoleMessageTarget.GetParent() -| -|- -| GetPositionWithinWindow -| unknown StaticConsoleMessageTarget.GetPositionWithinWindow() -| -|- -| HasClass -| bool StaticConsoleMessageTarget.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool StaticConsoleMessageTarget.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool StaticConsoleMessageTarget.HasHoverStyle() -| -|- -| HasKeyFocus -| bool StaticConsoleMessageTarget.HasKeyFocus() -| -|- -| IsDraggable -| bool StaticConsoleMessageTarget.IsDraggable() -| -|- -| IsReadyForDisplay -| bool StaticConsoleMessageTarget.IsReadyForDisplay() -| -|- -| IsSelected -| bool StaticConsoleMessageTarget.IsSelected() -| -|- -| IsTransparent -| bool StaticConsoleMessageTarget.IsTransparent() -| -|- -| LoadLayout -| bool StaticConsoleMessageTarget.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void StaticConsoleMessageTarget.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void StaticConsoleMessageTarget.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void StaticConsoleMessageTarget.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool StaticConsoleMessageTarget.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void StaticConsoleMessageTarget.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void StaticConsoleMessageTarget.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void StaticConsoleMessageTarget.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void StaticConsoleMessageTarget.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void StaticConsoleMessageTarget.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool StaticConsoleMessageTarget.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void StaticConsoleMessageTarget.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void StaticConsoleMessageTarget.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void StaticConsoleMessageTarget.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void StaticConsoleMessageTarget.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void StaticConsoleMessageTarget.ScrollToRightEdge() -| -|- -| ScrollToTop -| void StaticConsoleMessageTarget.ScrollToTop() -| -|- -| SetAcceptsFocus -| void StaticConsoleMessageTarget.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void StaticConsoleMessageTarget.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void StaticConsoleMessageTarget.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void StaticConsoleMessageTarget.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void StaticConsoleMessageTarget.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void StaticConsoleMessageTarget.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void StaticConsoleMessageTarget.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void StaticConsoleMessageTarget.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void StaticConsoleMessageTarget.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void StaticConsoleMessageTarget.SetDraggable( bool ) -| -|- -| SetFocus -| bool StaticConsoleMessageTarget.SetFocus() -| -|- -| SetHasClass -| void StaticConsoleMessageTarget.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void StaticConsoleMessageTarget.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void StaticConsoleMessageTarget.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void StaticConsoleMessageTarget.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void StaticConsoleMessageTarget.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void StaticConsoleMessageTarget.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void StaticConsoleMessageTarget.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetTopOfInputContext -| void StaticConsoleMessageTarget.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void StaticConsoleMessageTarget.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void StaticConsoleMessageTarget.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void StaticConsoleMessageTarget.ToggleClass( cstring ) -| -|- -| TriggerClass -| void StaticConsoleMessageTarget.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void StaticConsoleMessageTarget.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool StaticConsoleMessageTarget.UpdateFocusInContext() -| -|} -== SteamOverlayAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| OpenToProfileID -| void SteamOverlayAPI.OpenToProfileID( cstring profileID ) -| Opens the steam overlay to the given user/group profile by their steam ID. profileID is the 64bit int steam ID in a string. -|- -| OpenURL -| void SteamOverlayAPI.OpenURL( cstring url ) -| Opens the steam overlay browser at the given URL -|- -| OpenURLModal -| void SteamOverlayAPI.OpenURLModal( cstring url ) -| Opens the steam overlay browser at the given URL in a modal window (no other windows in overlay, and overlay closes when window closes) -|} -== ToggleButton == -{| class="standard-table" style="width: 100%;" -! Property Name -! Type -! ReadOnly -! Description -|- -| activationenabled -| bool -| -| -|- -| actuallayoutheight -| float -| X -| -|- -| actuallayoutwidth -| float -| X -| -|- -| actualuiscale_x -| float -| X -| -|- -| actualuiscale_y -| float -| X -| -|- -| actualxoffset -| float -| X -| -|- -| actualyoffset -| float -| X -| -|- -| checked -| bool -| -| -|- -| contentheight -| float -| X -| -|- -| contentwidth -| float -| X -| -|- -| defaultfocus -| cstring -| -| -|- -| desiredlayoutheight -| float -| X -| -|- -| desiredlayoutwidth -| float -| X -| -|- -| enabled -| bool -| -| -|- -| hittest -| bool -| -| -|- -| hittestchildren -| bool -| -| -|- -| id -| cstring -| X -| -|- -| inputnamespace -| cstring -| -| -|- -| layoutfile -| cstring -| X -| -|- -| paneltype -| cstring -| X -| -|- -| rememberchildfocus -| bool -| -| -|- -| scrolloffset_x -| float -| X -| -|- -| scrolloffset_y -| float -| X -| -|- -| selectionpos_x -| float -| -| -|- -| selectionpos_y -| float -| -| -|- -| style -| unknown -| X -| -|- -| tabindex -| float -| -| -|- -| text -| cstring -| -| -|- -| visible -| bool -| -| -|} -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AcceptsFocus -| bool ToggleButton.AcceptsFocus() -| -|- -| AcceptsInput -| bool ToggleButton.AcceptsInput() -| -|- -| AddClass -| void ToggleButton.AddClass( cstring ) -| -|- -| ApplyStyles -| void ToggleButton.ApplyStyles( bool ) -| -|- -| BAscendantHasClass -| bool ToggleButton.BAscendantHasClass( cstring ) -| -|- -| CanSeeInParentScroll -| bool ToggleButton.CanSeeInParentScroll() -| -|- -| Children -| unknown ToggleButton.Children() -| -|- -| ClearPanelEvent -| void ToggleButton.ClearPanelEvent( cstring ) -| -|- -| ClearPropertyFromCode -| void ToggleButton.ClearPropertyFromCode( unknown ) -| -|- -| CreateChildren -| bool ToggleButton.CreateChildren( cstring ) -| -|- -| CreateCopyOfCSSKeyframes -| unknown ToggleButton.CreateCopyOfCSSKeyframes( cstring ) -| -|- -| Data -| void ToggleButton.Data( js_raw_arg ) -| -|- -| DeleteAsync -| void ToggleButton.DeleteAsync( float ) -| -|- -| DeleteKeyframes -| void ToggleButton.DeleteKeyframes( unknown ) -| -|- -| FindChild -| unknown ToggleButton.FindChild( cstring ) -| -|- -| FindChildInLayoutFile -| unknown ToggleButton.FindChildInLayoutFile( cstring ) -| -|- -| FindChildrenWithClassTraverse -| unknown ToggleButton.FindChildrenWithClassTraverse( cstring ) -| -|- -| FindChildTraverse -| unknown ToggleButton.FindChildTraverse( cstring ) -| -|- -| GetAttributeInt -| int32 ToggleButton.GetAttributeInt( cstring , int32 ) -| -|- -| GetAttributeString -| cstring ToggleButton.GetAttributeString( cstring , cstring ) -| -|- -| GetAttributeUInt32 -| uint32 ToggleButton.GetAttributeUInt32( cstring , uint32 ) -| -|- -| GetChild -| unknown ToggleButton.GetChild( int32 ) -| -|- -| GetChildCount -| int32 ToggleButton.GetChildCount() -| -|- -| GetChildIndex -| int32 ToggleButton.GetChildIndex( unknown ) -| -|- -| GetFirstChild -| unknown ToggleButton.GetFirstChild() -| -|- -| GetLastChild -| unknown ToggleButton.GetLastChild() -| -|- -| GetParent -| unknown ToggleButton.GetParent() -| -|- -| GetPositionWithinWindow -| unknown ToggleButton.GetPositionWithinWindow() -| -|- -| HasClass -| bool ToggleButton.HasClass( cstring ) -| -|- -| HasDescendantKeyFocus -| bool ToggleButton.HasDescendantKeyFocus() -| -|- -| HasHoverStyle -| bool ToggleButton.HasHoverStyle() -| -|- -| HasKeyFocus -| bool ToggleButton.HasKeyFocus() -| -|- -| IsDraggable -| bool ToggleButton.IsDraggable() -| -|- -| IsReadyForDisplay -| bool ToggleButton.IsReadyForDisplay() -| -|- -| IsSelected -| bool ToggleButton.IsSelected() -| -|- -| IsTransparent -| bool ToggleButton.IsTransparent() -| -|- -| LoadLayout -| bool ToggleButton.LoadLayout( cstring , bool , bool ) -| -|- -| LoadLayoutAsync -| void ToggleButton.LoadLayoutAsync( cstring , bool , bool ) -| -|- -| LoadLayoutFromString -| void ToggleButton.LoadLayoutFromString( js_raw_arg ) -| -|- -| LoadLayoutFromStringAsync -| void ToggleButton.LoadLayoutFromStringAsync( cstring , bool , bool ) -| -|- -| LoadLayoutSnippet -| bool ToggleButton.LoadLayoutSnippet( cstring ) -| -|- -| MoveChildAfter -| void ToggleButton.MoveChildAfter( unknown , unknown ) -| -|- -| MoveChildBefore -| void ToggleButton.MoveChildBefore( unknown , unknown ) -| -|- -| RegisterForReadyEvents -| void ToggleButton.RegisterForReadyEvents( bool ) -| -|- -| RemoveAndDeleteChildren -| void ToggleButton.RemoveAndDeleteChildren() -| -|- -| RemoveClass -| void ToggleButton.RemoveClass( cstring ) -| -|- -| ScrollParentToFitWhenFocused -| bool ToggleButton.ScrollParentToFitWhenFocused() -| -|- -| ScrollParentToMakePanelFit -| void ToggleButton.ScrollParentToMakePanelFit( unknown , bool ) -| -|- -| ScrollToBottom -| void ToggleButton.ScrollToBottom() -| -|- -| ScrollToFitRegion -| void ToggleButton.ScrollToFitRegion( float , float , float , float , unknown , bool , bool ) -| -|- -| ScrollToLeftEdge -| void ToggleButton.ScrollToLeftEdge() -| -|- -| ScrollToRightEdge -| void ToggleButton.ScrollToRightEdge() -| -|- -| ScrollToTop -| void ToggleButton.ScrollToTop() -| -|- -| SetAcceptsFocus -| void ToggleButton.SetAcceptsFocus( bool ) -| -|- -| SetAttributeInt -| void ToggleButton.SetAttributeInt( cstring , int32 ) -| -|- -| SetAttributeString -| void ToggleButton.SetAttributeString( cstring , cstring ) -| -|- -| SetAttributeUInt32 -| void ToggleButton.SetAttributeUInt32( cstring , uint32 ) -| -|- -| SetDialogVariable -| void ToggleButton.SetDialogVariable( cstring , cstring ) -| -|- -| SetDialogVariableFloat -| void ToggleButton.SetDialogVariableFloat( cstring , float ) -| -|- -| SetDialogVariableInt -| void ToggleButton.SetDialogVariableInt( cstring , int32 ) -| -|- -| SetDialogVariableTime -| void ToggleButton.SetDialogVariableTime( cstring , int64 ) -| -|- -| SetDisableFocusOnMouseDown -| void ToggleButton.SetDisableFocusOnMouseDown( bool ) -| -|- -| SetDraggable -| void ToggleButton.SetDraggable( bool ) -| -|- -| SetFocus -| bool ToggleButton.SetFocus() -| -|- -| SetHasClass -| void ToggleButton.SetHasClass( cstring , bool ) -| -|- -| SetInputNamespace -| void ToggleButton.SetInputNamespace( cstring ) -| -|- -| SetPanelEvent -| void ToggleButton.SetPanelEvent( js_raw_arg ) -| -|- -| SetParent -| void ToggleButton.SetParent( unknown ) -| -|- -| SetReadyForDisplay -| void ToggleButton.SetReadyForDisplay( bool ) -| -|- -| SetReadyForDisplay -| void ToggleButton.SetReadyForDisplay( bool ) -| -|- -| SetScrollParentToFitWhenFocused -| void ToggleButton.SetScrollParentToFitWhenFocused( bool ) -| -|- -| SetSelected -| void ToggleButton.SetSelected( bool ) -| -|- -| SetTopOfInputContext -| void ToggleButton.SetTopOfInputContext( bool ) -| -|- -| SortChildrenOnAttribute -| void ToggleButton.SortChildrenOnAttribute( cstring , bool ) -| -|- -| SwitchClass -| void ToggleButton.SwitchClass( cstring , cstring ) -| -|- -| ToggleClass -| void ToggleButton.ToggleClass( cstring ) -| -|- -| TriggerClass -| void ToggleButton.TriggerClass( cstring ) -| -|- -| UpdateCurrentAnimationKeyframes -| void ToggleButton.UpdateCurrentAnimationKeyframes( unknown ) -| -|- -| UpdateFocusInContext -| bool ToggleButton.UpdateFocusInContext() -| -|} -== UiToolkitAPI == -Helper to show popups, tooltips, context menus and to register/invoke js callbacks. -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| AddDenyAllInputToGame -| uint64 UiToolkitAPI.AddDenyAllInputToGame( unknown panelPtr, cstring strDebugContextName ) -| Denies input to the game by filtering input events. Returns a handle used by ReleaseDenyAllInputToGame. -|- -| AddDenyMouseInputToGame -| uint64 UiToolkitAPI.AddDenyMouseInputToGame( unknown panelPtr, cstring strDebugContextName ) -| Denies mouse input to the game by filtering mouse input events. Returns a handle used by ReleaseDenyMouseInputToGame. -|- -| CloseAllVisiblePopups -| void UiToolkitAPI.CloseAllVisiblePopups() -| Force closing all visible popups -|- -| GetGlobalObject -| void UiToolkitAPI.GetGlobalObject( js_raw_arg ) -| Returns a global object that can be used to store global variables you would like to share across js files. -|- -| HideCustomLayoutTooltip -| void UiToolkitAPI.HideCustomLayoutTooltip( cstring tooltipID ) -| Hide the tooltip with the given id. -|- -| HideTextTooltip -| void UiToolkitAPI.HideTextTooltip() -| Hide the text tooltip -|- -| HideTitleImageTextTooltip -| void UiToolkitAPI.HideTitleImageTextTooltip() -| Hide the title image text tooltip -|- -| HideTitleTextTooltip -| void UiToolkitAPI.HideTitleTextTooltip() -| Hide the title text tooltip -|- -| InvokeJSCallback -| void UiToolkitAPI.InvokeJSCallback( js_raw_arg ) -| Invoke a javascript callback using a handle previously registered with RegisterJSCallback. First argument must be the callback handle followed by the callback's arguments. -|- -| IsPanoramaInECOMode -| bool UiToolkitAPI.IsPanoramaInECOMode() -| Is Panorama in ECO (perf) mode -|- -| MakeStringSafe -| cstring UiToolkitAPI.MakeStringSafe( cstring str ) -| -|- -| ProfilingScopeBegin -| void UiToolkitAPI.ProfilingScopeBegin( cstring tagName ) -| Notify telemetry that a zone is been entered -|- -| ProfilingScopeEnd -| double UiToolkitAPI.ProfilingScopeEnd() -| Notify telemetry that a zone is been left. Returns duration in milliseconds. -|- -| RegisterHUDPanel2d -| void UiToolkitAPI.RegisterHUDPanel2d( cstring panelTypeName, cstring layoutFile ) -| Register a HUD panel type name with the corresponding layout file -|- -| RegisterJSCallback -| int32 UiToolkitAPI.RegisterJSCallback( unknown jsCallbackFunc ) -| Register a javascript callback that can be invoke at a later stage using InvokeJSCallback. Returns a callback handle. -|- -| RegisterPanel2d -| void UiToolkitAPI.RegisterPanel2d( cstring panelTypeName, cstring layoutFile ) -| Register a panel type name with the corresponding layout file -|- -| ReleaseDenyAllInputToGame -| void UiToolkitAPI.ReleaseDenyAllInputToGame( uint64 handle ) -| ReleaseDenyAllInputToGame takes a handle as parameters previously returned by AddDenyAllInputToGame -|- -| ReleaseDenyMouseInputToGame -| void UiToolkitAPI.ReleaseDenyMouseInputToGame( uint64 handle ) -| ReleaseDenyMouseInputToGame takes a handle as parameters previously returned by AddDenyMouseInputToGame -|- -| ShowCustomLayoutContextMenu -| unknown UiToolkitAPI.ShowCustomLayoutContextMenu( cstring targetPanelID, cstring contentmenuID, cstring layoutFile ) -| Show a context menu with a specific id and using the given layout. targetPanelID can be the empty string in which case the cursor position is used to position the context menu. Returns context menu panel. -|- -| ShowCustomLayoutContextMenuParameters -| unknown UiToolkitAPI.ShowCustomLayoutContextMenuParameters( cstring targetPanelID, cstring contentmenuID, cstring layoutFile, cstring parameters ) -| Show a context menu with a specific id and using the given layout and parameters. targetPanelID can be the empty string in which case the cursor position is used to position the context menu. Returns context menu panel. -|- -| ShowCustomLayoutContextMenuParametersDismissEvent -| unknown UiToolkitAPI.ShowCustomLayoutContextMenuParametersDismissEvent( cstring targetPanelID, cstring contentmenuID, cstring layoutFile, cstring parameters, unknown dismissJsFunc ) -| Show a context menu with a specific id and using the given layout and parameters and call a function when dismissed. targetPanelID can be the empty string in which case the cursor position is used to position the context menu. Returns context menu panel. -|- -| ShowCustomLayoutParametersTooltip -| void UiToolkitAPI.ShowCustomLayoutParametersTooltip( cstring targetPanelID, cstring tooltipID, cstring layoutFile, cstring parameters ) -| Show a tooltip with a specifix id and using the given layout and parameters. -|- -| ShowCustomLayoutParametersTooltipStyled -| void UiToolkitAPI.ShowCustomLayoutParametersTooltipStyled( cstring targetPanelID, cstring tooltipID, cstring layoutFile, cstring parameters, cstring style ) -| Show a tooltip with a specifix id and using the given layout and parameters. Also apply a CSS class named "style" (to the tooltip root panel) in order to allow custom styling (eg. "Tooltip_NoArrow" to remove tooltip's arrow). -|- -| ShowCustomLayoutPopup -| unknown UiToolkitAPI.ShowCustomLayoutPopup( cstring popupID, cstring layoutFile ) -| Show a popup that lets you specify a layout. -|- -| ShowCustomLayoutPopupParameters -| unknown UiToolkitAPI.ShowCustomLayoutPopupParameters( cstring popupID, cstring layoutFile, cstring parameters ) -| Show a popup that lets you specify a layout and parameters. -|- -| ShowCustomLayoutTooltip -| void UiToolkitAPI.ShowCustomLayoutTooltip( cstring targetPanelID, cstring tooltipID, cstring layoutFile ) -| Show a tooltip with a specifix id and using the given layout. -|- -| ShowCustomLayoutTooltipStyled -| void UiToolkitAPI.ShowCustomLayoutTooltipStyled( cstring targetPanelID, cstring tooltipID, cstring layoutFile, cstring style ) -| Show a tooltip with a specifix id and using the given layout. Also apply a CSS class named "style" (to the tooltip root panel) in order to allow custom styling (eg. "Tooltip_NoArrow" to remove tooltip's arrow). -|- -| ShowGenericPopup -| unknown UiToolkitAPI.ShowGenericPopup( cstring title, cstring message, cstring style ) -| Show a popup with the given title add message and optional style. Button present: "OK". -|- -| ShowGenericPopupBgStyle -| unknown UiToolkitAPI.ShowGenericPopupBgStyle( cstring title, cstring message, cstring style, cstring bgStyle ) -| Show a popup with the given title add message and optional style. You can specify the background style ("none", "dim" or "blur"). Button present: "OK". -|- -| ShowGenericPopupCancel -| unknown UiToolkitAPI.ShowGenericPopupCancel( cstring title, cstring message, cstring style, unknown cancelJSFunc ) -| Show a popup with the given title add message and optional style. Button present: "Cancel". -|- -| ShowGenericPopupCancelBgStyle -| unknown UiToolkitAPI.ShowGenericPopupCancelBgStyle( cstring title, cstring message, cstring style, unknown cancelJSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style. You can specify the background style ("none", "dim" or "blur"). Button present: "Cancel". -|- -| ShowGenericPopupOk -| unknown UiToolkitAPI.ShowGenericPopupOk( cstring title, cstring message, cstring style, unknown okJSFunc ) -| Show a popup with the given title add message and optional style. Button present: "OK". -|- -| ShowGenericPopupOkBgStyle -| unknown UiToolkitAPI.ShowGenericPopupOkBgStyle( cstring title, cstring message, cstring style, unknown okJSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style. You can specify the background style ("none", "dim" or "blur"). Button present: "OK". -|- -| ShowGenericPopupOkCancel -| unknown UiToolkitAPI.ShowGenericPopupOkCancel( cstring title, cstring message, cstring style, unknown okJSFunc, unknown cancelJSFunc ) -| Show a popup with the given title add message and optional style. Button present: "Ok"/"Cancel". -|- -| ShowGenericPopupOkCancelBgStyle -| unknown UiToolkitAPI.ShowGenericPopupOkCancelBgStyle( cstring title, cstring message, cstring style, unknown okJSFunc, unknown cancelJSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style. You can specify the background style ("none", "dim" or "blur"). Button present: "Ok"/"Cancel". -|- -| ShowGenericPopupOneOption -| unknown UiToolkitAPI.ShowGenericPopupOneOption( cstring title, cstring message, cstring style, cstring optionName, unknown optionJSFunc ) -| Show a popup with the given title add message and optional style and let you specify the name of one button. -|- -| ShowGenericPopupOneOptionBgStyle -| unknown UiToolkitAPI.ShowGenericPopupOneOptionBgStyle( cstring title, cstring message, cstring style, cstring optionName, unknown optionJSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style and let you specify the name of one button. You can specify the background style ("none", "dim" or "blur"). -|- -| ShowGenericPopupThreeOptions -| unknown UiToolkitAPI.ShowGenericPopupThreeOptions( cstring title, cstring message, cstring style, cstring option1Name, unknown option1JSFunc, cstring option2Name, unknown option2JSFunc, cstring option3Name, unknown option3JSFunc ) -| Show a popup with the given title add message and optional style and let you specify the name of two button. -|- -| ShowGenericPopupThreeOptionsBgStyle -| unknown UiToolkitAPI.ShowGenericPopupThreeOptionsBgStyle( cstring title, cstring message, cstring style, cstring option1Name, unknown option1JSFunc, cstring option2Name, unknown option2JSFunc, cstring option3Name, unknown option3JSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style and let you specify the name of two button. You can specify the background style ("none", "dim" or "blur"). -|- -| ShowGenericPopupTwoOptions -| unknown UiToolkitAPI.ShowGenericPopupTwoOptions( cstring title, cstring message, cstring style, cstring option1Name, unknown option1JSFunc, cstring option2Name, unknown option2JSFunc ) -| Show a popup with the given title add message and optional style and let you specify the name of two button. -|- -| ShowGenericPopupTwoOptionsBgStyle -| unknown UiToolkitAPI.ShowGenericPopupTwoOptionsBgStyle( cstring title, cstring message, cstring style, cstring option1Name, unknown option1JSFunc, cstring option2Name, unknown option2JSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style and let you specify the name of two button. You can specify the background style ("none", "dim" or "blur"). -|- -| ShowGenericPopupYesNo -| unknown UiToolkitAPI.ShowGenericPopupYesNo( cstring title, cstring message, cstring style, unknown yesJSFunc, unknown noJSFunc ) -| Show a popup with the given title add message and optional style. Button present: "Yes"/"No". -|- -| ShowGenericPopupYesNoBgStyle -| unknown UiToolkitAPI.ShowGenericPopupYesNoBgStyle( cstring title, cstring message, cstring style, unknown yesJSFunc, unknown noJSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style. You can specify the background style ("none", "dim" or "blur"). Button present: "Yes"/"No". -|- -| ShowGenericPopupYesNoCancel -| unknown UiToolkitAPI.ShowGenericPopupYesNoCancel( cstring title, cstring message, cstring style, unknown yesJSFunc, unknown noJSFunc, unknown cancelJSFunc ) -| Show a popup with the given title add message and optional style. Button present: "Yes"/"No"/"Cancel". -|- -| ShowGenericPopupYesNoCancelBgStyle -| unknown UiToolkitAPI.ShowGenericPopupYesNoCancelBgStyle( cstring title, cstring message, cstring style, unknown yesJSFunc, unknown noJSFunc, unknown cancelJSFunc, cstring bgStyle ) -| Show a popup with the given title add message and optional style. You can specify the background style ("none", "dim" or "blur"). Button present: "Yes"/"No"/"Cancel". -|- -| ShowGlobalCustomLayoutPopup -| unknown UiToolkitAPI.ShowGlobalCustomLayoutPopup( cstring popupID, cstring layoutFile ) -| Show a popup on the 'global popups top level window' that lets you specify a layout. -|- -| ShowGlobalCustomLayoutPopupParameters -| unknown UiToolkitAPI.ShowGlobalCustomLayoutPopupParameters( cstring popupID, cstring layoutFile, cstring parameters ) -| Show a popup on 'global popups top level window' that lets you specify a layout and parameters. -|- -| ShowSimpleContextMenu -| unknown UiToolkitAPI.ShowSimpleContextMenu( cstring targetPanelID, cstring contentmenuID, unknown items ) -| Show a context menu with a specific id and populate the context menu item list using the given "items" array. Each elements of the items array is a javascript object of the form {label, jsCallback, style, icon}. targetPanelID can be the empty string in which case the cursor position is used to position the context menu. Returns context menu panel. -|- -| ShowSimpleContextMenuWithDismissEvent -| unknown UiToolkitAPI.ShowSimpleContextMenuWithDismissEvent( cstring targetPanelID, cstring contentmenuID, unknown items, unknown dismissJsFunc ) -| Show a context menu with a specific id and populate the context menu item list using the given "items" array. Each elements of the items array is a javascript object of the form {label, jsCallback, style, icon}. targetPanelID can be the empty string in which case the cursor position is used to position the context menu. Returns context menu panel. -|- -| ShowTextTooltip -| void UiToolkitAPI.ShowTextTooltip( cstring targetPanelID, cstring text ) -| Show a tooltip with the given text -|- -| ShowTextTooltipOnPanel -| void UiToolkitAPI.ShowTextTooltipOnPanel( unknown targetPanel, cstring text ) -| Show a tooltip with the given text on given panel -|- -| ShowTextTooltipOnPanelStyled -| void UiToolkitAPI.ShowTextTooltipOnPanelStyled( unknown targetPanel, cstring text, cstring style ) -| Show a tooltip with the given text on given panel. Also apply a CSS class named "style" to allow custom styling. -|- -| ShowTextTooltipStyled -| void UiToolkitAPI.ShowTextTooltipStyled( cstring targetPanelID, cstring text, cstring style ) -| Show a tooltip with the given text. Also apply a CSS class named "style" to allow custom styling. -|- -| ShowTitleImageTextTooltip -| void UiToolkitAPI.ShowTitleImageTextTooltip( cstring targetPanelID, cstring title, cstring image, cstring text ) -| Show a tooltip with the given title, image and text. -|- -| ShowTitleImageTextTooltipStyled -| void UiToolkitAPI.ShowTitleImageTextTooltipStyled( cstring targetPanelID, cstring title, cstring image, cstring text, cstring style ) -| Show a tooltip with the giben title, image and text. Also apply a CSS class named "style" to allow custom styling. -|- -| ShowTitleTextTooltip -| void UiToolkitAPI.ShowTitleTextTooltip( cstring targetPanelID, cstring title, cstring text ) -| Show a tooltip with the given title and text. -|- -| ShowTitleTextTooltipStyled -| void UiToolkitAPI.ShowTitleTextTooltipStyled( cstring targetPanelID, cstring title, cstring text, cstring style ) -| Show a tooltip with the given title and text. Also apply a CSS class named "style" to allow custom styling. -|- -| UnregisterJSCallback -| void UiToolkitAPI.UnregisterJSCallback( int32 jsCallbackHandle ) -| Unregister a javascript callback previously registered with RegisterJSCallback. -|} -== UserAPI == -{| class="standard-table" style="width: 100%;" -! Method Name -! Signature -! Description -|- -| GetXUID -| uint64 UserAPI.GetXUID() -| Gets the XUID (steamid as integer) of the local player -|} \ No newline at end of file