Type Alias: TXR_rq_target
ts
type TXR_rq_target = EnumeratedStaticsValues<typeof rq_target>;Ray query target bitmask accepted by level.ray_pick() and ray_pick.set_flags().
Source
src/xrGame/level_script.cpp, rq_target binding.
Remarks
Values are bit flags from collide::rq_target. Combined constants such as rqtBoth and rqtDyn are precomputed masks exported by the engine, not separate target categories.