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