Exemplo n.º 1
0
void CFuncTrackTrain::Blocked(CBaseEntity *pOther)
{
	Blocked_(pOther);
}
Exemplo n.º 2
0
void CFuncPlat::Blocked(CBaseEntity *pOther)
{
	Blocked_(pOther);
}
Exemplo n.º 3
0
void CPendulum::Blocked(CBaseEntity *pOther)
{
	Blocked_(pOther);
}
Exemplo n.º 4
0
void CBaseDoor::Blocked(CBaseEntity *pOther)
{
	Blocked_(pOther);
}
Exemplo n.º 5
0
void CFuncRotating::Blocked(CBaseEntity *pOther)
{
	Blocked_(pOther);
}