fm_trace_line
- Синтаксис
-
stock fm_trace_line(ignoreent, const Float:start[3], const Float:end[3], Float:ret[3]) { engfunc(EngFunc_TraceLine, start, end, ignoreent == -1 ? 1 : 0, ignoreent, 0); new ent = get_tr2(0, TR_pHit); get_tr2(0, TR_vecEndPos, ret); return pev_valid(ent) ? ent : 0; }
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- stock fm_point_contents(const Float:point[3]) return engfunc(EngFunc_PointContents, point)