Exemplo n.º 1
0
	// Called by CEntityListSystem
	void LevelInitPreEntity() 
	{ 
		gEntList.AddListenerEntity( this );
		Clear(); 
	}
Exemplo n.º 2
0
void CNotifyList::LevelInitPreEntity()
{
	gEntList.AddListenerEntity( this );
}