I am working on converting all the plugins I use to only fakemeta instead of engine. I was wondering if someone would explain to me the difference between these two ways of setting origin:
Code:
engfunc ( EngFunc_SetOrigin, g_entbw[id], gfv_entorigin )
Code:
set_pev ( g_entbw[id], pev_origin, gfv_entorigin )
Is one better than the other? Is there any benefit to using one over the other? If you can help that is appreciated. Thanks.