mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-13 04:50:04 +03:00
Syntax
parent
1d8272e2df
commit
4543c9c337
@ -3,6 +3,7 @@
|
||||
```
|
||||
void MarkContentCorrupt( bool missingFilesOnly )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Ticket GetAuthSessionTicket( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Creates an auth ticket.
|
||||
Which you can send to a server to authenticate that you are who you say you are.
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Dispose( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void SetupCommonInterfaces( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Update( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Dispose( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Dispose( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Update( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Should be called at least once every frame
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void ForcePlatform( OperatingSystem os, Architecture arch )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
SteamFriend Get( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Image GetAvatar( AvatarSize size, ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
string GetName( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Refresh( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Color GetPixel( int x, int y )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Definition CreateDefinition( int id )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Result Deserialize( byte[] data, int dataLength )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Dispose( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Definition FindDefinition( int DefinitionId )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void PlaytimeHeartbeat( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Call this at least every two minutes, every frame doesn't hurt.
|
||||
You should call it when you consider it active play time.
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Single PriceCategoryToFloat( string price )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Refresh( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Call this to retrieve the items.
|
||||
Note that if this has already been called it won't
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Dispose( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
bool SendP2PPacket( ulong steamid, byte[] data, int length, SendType eP2PSendType, int nChannel )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void AcceptFriendRequest( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void AddFriend( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void IgnoreFriendRequest( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void OpenAchievements( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void OpenChat( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void OpenProfile( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void OpenStats( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void OpenTrade( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void OpenUrl( string url )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void OpenUserPage( string name, ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void RemoveFriend( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Trigger( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void LogOnAnonymous( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Log onto Steam anonymously
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void SetKey( string Key, string Value )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Update( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Should be called at least once every frame
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void UpdatePlayer( ulong steamid, string name, int score )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void EndSession( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
bool StartSession( byte[] data, ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void AddToFavourite( Server server )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void AddToHistory( Server server )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Request Custom( IEnumerable\<string\> serverList )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Request Favourites( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Favourite filters don't seem to work, so we don't bother.
|
||||
You should apply them post process'dly
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Request History( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
History filters don't seem to work, so we don't bother.
|
||||
You should apply them post process'dly
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Request Internet( Filter filter )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
bool IsFavourite( Server server )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void RemoveFromFavourite( Server server )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void RemoveFromHistory( Server server )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
bool GetOutgoingPacket( Packet& packet )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Handle( byte[] data, int size, uint address, UInt16 port )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Commit( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Single GetFloat( ulong steamid, string name, Single defaultValue )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
int GetInt( ulong steamid, string name, int defaultValue )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Refresh( ulong steamid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
bool Set( ulong steamid, string name, Single stat )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Single GetFloat( string name )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Double GetGlobalFloat( string name )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Int64 GetGlobalInt( string name )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
int GetInt( string name )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void UpdateGlobalStats( int days )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void UpdateStats( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Refresh( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
bool Decompress( IntPtr input, int inputoffset, int inputsize, MemoryStream output, uint samepleRate )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Dispose( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Editor CreateItem( ItemType type )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Query CreateQuery( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
void Dispose( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Editor EditItem( ulong itemId )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
@ -3,6 +3,7 @@
|
||||
```
|
||||
Item GetItem( ulong itemid )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user