-
Member
Why can't I decompile this into pseudocode?
Hi everyone,
EDIT: This is v173.1 GMS
I was looking around in IDA trying to find CWvsContext::OnPacket, and I found something that looks like it. When I tried to decompile it, it gave me an error.

This is the section that I found that looks like CWvsContext::OnPacket:

Thanks in advance,
-
-
Re: Why can't I decompile this into pseudocode?
It isn't a function. On the top of the red click "P" on keyboard to create it. Make sure it's the highest red part you click "P" on so you create the whole function from the start and not elsewhere
-
Member
Re: Why can't I decompile this into pseudocode?
I can access the pseudocode now, thanks!