I understood about the virtual functions, thanks.
Code:
{
"name" : "CREATE_NAMED_ENTITY",
"library" : "mod",
"arguments" :
[
{
"type" : "int",
"info" : "iszClass"
}
],
"return" :
{
"type" : "edict_s *",
"info" : "pent"
},
"identifiers":
[
{
"os" : "windows",
"mod" : "cstrike",
"value" : [0x56,0x57,0x8B,"*","*","*",0x57,0xFF,"*","*","*","*","*",0x8B,"*",0x83,"*","*",0x85,"*",0x74,"*",0xA1]
},
{
"os" : "linux",
"mod" : "cstrike",
"value" : "CREATE_NAMED_ENTITY__FUi"
},
{
"os" : "linux",
"mod" : "cstrike",
"value" : "_Z19CREATE_NAMED_ENTITYj"
}
]
}
Code:
{
"name" : "PrecacheGeneric",
"library" : "engine",
"arguments" :
[
{
"type" : "char *"
}
],
"return" :
{
"type" : "int"
}
}