quick question... will..
Code:
engfunc(EngFunc_FindEntityByString, ent,"classname","classnamehere")
work the same as..
Code:
find_ent_by_class(ent, "classnamehere")
or is the word classname wrong?. I can't find a list of what strings I can use.. I guess it's in the SDK somewhere but windows search didn't find anything.