I'm trying to find the GetMainCharacterIndex function address in Cheat Engine.
Here's the function in Cheat engine:

And for example here's the GetTargetVID function in Cheat Engine:

In this function it's easy to find the address, its called in the 2nd line so the address is: base + 0x0F6F40.
How would I go about finding the address in the GetMainCharacterIndex function?