mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-03-13 05:50:16 +03:00
Generation
This commit is contained in:
parent
c8d4d8cab7
commit
188c938474
@ -364,17 +364,5 @@ namespace Steamworks
|
|||||||
return new CallResult<DurationControl_t>( returnValue );
|
return new CallResult<DurationControl_t>( returnValue );
|
||||||
}
|
}
|
||||||
|
|
||||||
#region FunctionMeta
|
|
||||||
[DllImport( Platform.LibraryName, EntryPoint = "SteamAPI_ISteamUser_BSetDurationControlOnlineState", CallingConvention = Platform.CC)]
|
|
||||||
[return: MarshalAs( UnmanagedType.I1 )]
|
|
||||||
private static extern bool _BSetDurationControlOnlineState( IntPtr self, DurationControlOnlineState eNewState );
|
|
||||||
|
|
||||||
#endregion
|
|
||||||
internal bool BSetDurationControlOnlineState( DurationControlOnlineState eNewState )
|
|
||||||
{
|
|
||||||
var returnValue = _BSetDurationControlOnlineState( Self, eNewState );
|
|
||||||
return returnValue;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -551,17 +551,6 @@ namespace Steamworks
|
|||||||
ExitSoon_Night = 7,
|
ExitSoon_Night = 7,
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
|
||||||
// EDurationControlOnlineState
|
|
||||||
//
|
|
||||||
internal enum DurationControlOnlineState : int
|
|
||||||
{
|
|
||||||
Invalid = 0,
|
|
||||||
Offline = 1,
|
|
||||||
Online = 2,
|
|
||||||
OnlineHighPri = 3,
|
|
||||||
}
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// EGameSearchErrorCode_t
|
// EGameSearchErrorCode_t
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user