Exemple #1
0
void CFuncTrackTrain::Blocked(CBaseEntity *pOther)
{
	Blocked_(pOther);
}
Exemple #2
0
void CFuncPlat::Blocked(CBaseEntity *pOther)
{
	Blocked_(pOther);
}
Exemple #3
0
void CPendulum::Blocked(CBaseEntity *pOther)
{
	Blocked_(pOther);
}
Exemple #4
0
void CBaseDoor::Blocked(CBaseEntity *pOther)
{
	Blocked_(pOther);
}
Exemple #5
0
void CFuncRotating::Blocked(CBaseEntity *pOther)
{
	Blocked_(pOther);
}