View Single Post
VoiDeD
AlliedModders Donor
Join Date: Mar 2009
Location: Illinois, USA
Old 07-18-2014 , 00:08   Re: [ANY] SteamWorks
Reply With Quote #128

Quote:
Originally Posted by versatile_bfg View Post
This might be a stupid question but steamtools has this native like this:
native bool:Steam_SendHTTPRequest(HTTPRequestHandle: HTTPRequest, HTTPRequestComplete:callbackFunction, any:contextData = 0);

But the steamworks one is like this:
native bool:SteamWorks_SendHTTPRequest(Handle:hReque st);
SteamWorks_SetHTTPCallbacks().

Quote:
Originally Posted by versatile_bfg View Post
and what is the equivalent to native Steam_ReleaseHTTPRequest(HTTPRequestHandle:HT TPRequest);?
CloseHandle().
__________________

Last edited by VoiDeD; 07-18-2014 at 00:09.
VoiDeD is offline