0120: Expected calling convention type
function CStats__GetStatType<0x558E30>(statId: int): int // error: expected calling convention type (cdecl, stdcall, or thiscall), found 0x558E30.Possible solutions:
function CStats__GetStatType<cdecl, 0x558E30>(statId: int): int // OKLast updated