Got game invite function #1
Comments
|
I believe game invites are sent as chat messages, but as So you just need to listen for the |
|
Ok but how I only see methods and no events that get trigert am I just stupid? |
|
See https://github.com/SteamRE/Steam4NET/blob/master/Steam4Test/Program.cs#L191 for how callbacks are handled. You'd want to be checking for |
|
I already looked at that code but I think I miss something obvious: Then I need to check if callbackMsg is EChatEntryType.k_EChatEntryTypeInviteGame but callbackMsg is int and EChatEntryType.k_EChatEntryTypeInviteGame is somethinh different?! (Also how do I mark code like you did?) |
|
You need to convert |
|
I did that: However friendStatMsg.m_eChatEntryType.Equals(EChatEntryType.k_EChatEntryTypeInviteGame) Don't do anything at all I also tried |
|
I tried everything I can think of now - nothing |
I can't seem to be able to find a function that executes when you recieve a game invite
The text was updated successfully, but these errors were encountered: