fm_trace_hull
- Синтаксис
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- This function has no description.
stock fm_trace_hull(const Float:origin[3], hull, ignoredent = 0, ignoremonsters = 0) {
new result = 0;
engfunc(EngFunc_TraceHull, origin, origin, ignoremonsters, hull, ignoredent > 0 ? ignoredent : 0, 0);
if (get_tr2(0, TR_StartSolid))
result += 1;
if (get_tr2(0, TR_AllSolid))
result += 2;
if (!get_tr2(0, TR_InOpen))
result += 4;
return result;
}
Переменная | Описание |
---|---|
Нет агрументов |