Game Modding | Call of Duty: Black Ops 3 | Radiant
Magicman:
Quick question, is there any way to search for an entity based on its target name? For example, I'm not sure where something in my map is, but I do know the targetname.
Harry Bo21:
Entity list
xBuscha78:
ent = GetEnt( "whatever", "targetname" );
entarray = GetEntArray( "whatever", "targetname" );
Magicman:
Entity list