Fix

Garry Newman 2016-11-02 20:03:17 +00:00
parent f4dc093829
commit 1d8272e2df
71 changed files with 142 additions and 71 deletions

@ -1,6 +1,7 @@
# MarkContentCorrupt # MarkContentCorrupt
## Method
``` ```
Method void MarkContentCorrupt( bool missingFilesOnly )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# GetAuthSessionTicket # GetAuthSessionTicket
## Method
``` ```
Method Ticket GetAuthSessionTicket( )
``` ```
``` ```
Creates an auth ticket. Creates an auth ticket.

@ -1,6 +1,7 @@
# Dispose # Dispose
## Method
``` ```
Method void Dispose( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# SetupCommonInterfaces # SetupCommonInterfaces
## Method
``` ```
Method void SetupCommonInterfaces( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Update # Update
## Method
``` ```
Method void Update( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Dispose # Dispose
## Method
``` ```
Method void Dispose( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Dispose # Dispose
## Method
``` ```
Method void Dispose( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Update # Update
## Method
``` ```
Method void Update( )
``` ```
``` ```
Should be called at least once every frame Should be called at least once every frame

@ -1,6 +1,7 @@
# ForcePlatform # ForcePlatform
## Method
``` ```
Method void ForcePlatform( OperatingSystem os, Architecture arch )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Get # Get
## Method
``` ```
Method SteamFriend Get( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# GetAvatar # GetAvatar
## Method
``` ```
Method Image GetAvatar( AvatarSize size, ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# GetName # GetName
## Method
``` ```
Method string GetName( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Refresh # Refresh
## Method
``` ```
Method void Refresh( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# GetPixel # GetPixel
## Method
``` ```
Method Color GetPixel( int x, int y )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# CreateDefinition # CreateDefinition
## Method
``` ```
Method Definition CreateDefinition( int id )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Deserialize # Deserialize
## Method
``` ```
Method Result Deserialize( byte[] data, int dataLength )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Dispose # Dispose
## Method
``` ```
Method void Dispose( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# FindDefinition # FindDefinition
## Method
``` ```
Method Definition FindDefinition( int DefinitionId )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# PlaytimeHeartbeat # PlaytimeHeartbeat
## Method
``` ```
Method void PlaytimeHeartbeat( )
``` ```
``` ```
Call this at least every two minutes, every frame doesn't hurt. Call this at least every two minutes, every frame doesn't hurt.

@ -1,6 +1,7 @@
# PriceCategoryToFloat # PriceCategoryToFloat
## Method
``` ```
Method Single PriceCategoryToFloat( string price )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Refresh # Refresh
## Method
``` ```
Method void Refresh( )
``` ```
``` ```
Call this to retrieve the items. Call this to retrieve the items.

@ -1,6 +1,7 @@
# Dispose # Dispose
## Method
``` ```
Method void Dispose( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# SendP2PPacket # SendP2PPacket
## Method
``` ```
Method bool SendP2PPacket( ulong steamid, byte[] data, int length, SendType eP2PSendType, int nChannel )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# AcceptFriendRequest # AcceptFriendRequest
## Method
``` ```
Method void AcceptFriendRequest( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# AddFriend # AddFriend
## Method
``` ```
Method void AddFriend( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# IgnoreFriendRequest # IgnoreFriendRequest
## Method
``` ```
Method void IgnoreFriendRequest( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# OpenAchievements # OpenAchievements
## Method
``` ```
Method void OpenAchievements( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# OpenChat # OpenChat
## Method
``` ```
Method void OpenChat( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# OpenProfile # OpenProfile
## Method
``` ```
Method void OpenProfile( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# OpenStats # OpenStats
## Method
``` ```
Method void OpenStats( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# OpenTrade # OpenTrade
## Method
``` ```
Method void OpenTrade( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# OpenUrl # OpenUrl
## Method
``` ```
Method void OpenUrl( string url )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# OpenUserPage # OpenUserPage
## Method
``` ```
Method void OpenUserPage( string name, ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# RemoveFriend # RemoveFriend
## Method
``` ```
Method void RemoveFriend( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Trigger # Trigger
## Method
``` ```
Method void Trigger( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# LogOnAnonymous # LogOnAnonymous
## Method
``` ```
Method void LogOnAnonymous( )
``` ```
``` ```
Log onto Steam anonymously Log onto Steam anonymously

@ -1,6 +1,7 @@
# SetKey # SetKey
## Method
``` ```
Method void SetKey( string Key, string Value )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Update # Update
## Method
``` ```
Method void Update( )
``` ```
``` ```
Should be called at least once every frame Should be called at least once every frame

@ -1,6 +1,7 @@
# UpdatePlayer # UpdatePlayer
## Method
``` ```
Method void UpdatePlayer( ulong steamid, string name, int score )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# EndSession # EndSession
## Method
``` ```
Method void EndSession( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# StartSession # StartSession
## Method
``` ```
Method bool StartSession( byte[] data, ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# AddToFavourite # AddToFavourite
## Method
``` ```
Method void AddToFavourite( Server server )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# AddToHistory # AddToHistory
## Method
``` ```
Method void AddToHistory( Server server )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Custom # Custom
## Method
``` ```
Method Request Custom( IEnumerable\<string\> serverList )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Favourites # Favourites
## Method
``` ```
Method Request Favourites( )
``` ```
``` ```
Favourite filters don't seem to work, so we don't bother. Favourite filters don't seem to work, so we don't bother.

@ -1,6 +1,7 @@
# History # History
## Method
``` ```
Method Request History( )
``` ```
``` ```
History filters don't seem to work, so we don't bother. History filters don't seem to work, so we don't bother.

@ -1,6 +1,7 @@
# Internet # Internet
## Method
``` ```
Method Request Internet( Filter filter )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# IsFavourite # IsFavourite
## Method
``` ```
Method bool IsFavourite( Server server )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# RemoveFromFavourite # RemoveFromFavourite
## Method
``` ```
Method void RemoveFromFavourite( Server server )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# RemoveFromHistory # RemoveFromHistory
## Method
``` ```
Method void RemoveFromHistory( Server server )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# GetOutgoingPacket # GetOutgoingPacket
## Method
``` ```
Method bool GetOutgoingPacket( Packet& packet )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Handle # Handle
## Method
``` ```
Method void Handle( byte[] data, int size, uint address, UInt16 port )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Commit # Commit
## Method
``` ```
Method void Commit( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# GetFloat # GetFloat
## Method
``` ```
Method Single GetFloat( ulong steamid, string name, Single defaultValue )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# GetInt # GetInt
## Method
``` ```
Method int GetInt( ulong steamid, string name, int defaultValue )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Refresh # Refresh
## Method
``` ```
Method void Refresh( ulong steamid )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Set # Set
## Method
``` ```
Method bool Set( ulong steamid, string name, Single stat )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# GetFloat # GetFloat
## Method
``` ```
Method Single GetFloat( string name )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# GetGlobalFloat # GetGlobalFloat
## Method
``` ```
Method Double GetGlobalFloat( string name )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# GetGlobalInt # GetGlobalInt
## Method
``` ```
Method Int64 GetGlobalInt( string name )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# GetInt # GetInt
## Method
``` ```
Method int GetInt( string name )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# UpdateGlobalStats # UpdateGlobalStats
## Method
``` ```
Method void UpdateGlobalStats( int days )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# UpdateStats # UpdateStats
## Method
``` ```
Method void UpdateStats( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Refresh # Refresh
## Method
``` ```
Method void Refresh( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Decompress # Decompress
## Method
``` ```
Method bool Decompress( IntPtr input, int inputoffset, int inputsize, MemoryStream output, uint samepleRate )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Dispose # Dispose
## Method
``` ```
Method void Dispose( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# CreateItem # CreateItem
## Method
``` ```
Method Editor CreateItem( ItemType type )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# CreateQuery # CreateQuery
## Method
``` ```
Method Query CreateQuery( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# Dispose # Dispose
## Method
``` ```
Method void Dispose( )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# EditItem # EditItem
## Method
``` ```
Method Editor EditItem( ulong itemId )
``` ```
``` ```
No documentation available No documentation available

@ -1,6 +1,7 @@
# GetItem # GetItem
## Method
``` ```
Method Item GetItem( ulong itemid )
``` ```
``` ```
No documentation available No documentation available