CadLineIsRay
Returns whether the line is a ray (infinite in one direction).
std::int32_t CadLineIsRay (
YuHandle hEnt
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.
Returns whether the line is a ray (infinite in one direction).
Nonzero (TRUE) on success, 0 (FALSE) on failure.