Spell Retrieve properly...
This commit is contained in:
committed by
Josh Allard
parent
5cd391a31b
commit
05a8e4e037
@@ -39,7 +39,7 @@ SteamWorksGCHooks::SteamWorksGCHooks()
|
||||
this->uHooked = eHooking;
|
||||
this->pGCSendMsg = forwards->CreateForward("SteamWorks_GCSendMessage", ET_Event, 3, NULL, Param_Cell, Param_String, Param_Cell);
|
||||
this->pGCMsgAvail = forwards->CreateForward("SteamWorks_GCMsgAvailable", ET_Ignore, 1, NULL, Param_Cell);
|
||||
this->pGCRetMsg = forwards->CreateForward("SteamWorks_GCRetreiveMessage", ET_Event, 5, NULL, Param_Cell, Param_Cell, Param_String, Param_Cell, Param_Cell);
|
||||
this->pGCRetMsg = forwards->CreateForward("SteamWorks_GCRetrieveMessage", ET_Event, 5, NULL, Param_Cell, Param_Cell, Param_String, Param_Cell, Param_Cell);
|
||||
|
||||
smutils->AddGameFrameHook(OurGCGameFrameHook);
|
||||
}
|
||||
|
||||
@@ -297,7 +297,7 @@ forward SteamWorks_OnClientGroupStatus(authid, groupid, bool:isMember, bool:isOf
|
||||
|
||||
forward EGCResults:SteamWorks_GCSendMessage(unMsgType, const String:pubData[], cubData);
|
||||
forward SteamWorks_GCMsgAvailable(cubData);
|
||||
forward EGCResults:SteamWorks_GCRetreiveMessage(punMsgType, const String:pubDest[], cubDest, pcubMsgSize);
|
||||
forward EGCResults:SteamWorks_GCRetrieveMessage(punMsgType, const String:pubDest[], cubDest, pcubMsgSize);
|
||||
|
||||
native EGCResults:SteamWorks_SendMessageToGC(unMsgType, const String:pubData[], cubData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user