garrysmod-requests icon indicating copy to clipboard operation
garrysmod-requests copied to clipboard

Add flags argument to util.DecalEx

Open Kefta opened this issue 6 years ago • 2 comments

It's already an argument R_DecalShoot_: https://github.com/VSES/SourceEngine2007/blob/43a5c90a5ada1e69ca044595383be67f40b33c61/se2007/engine/r_decal.cpp#L974-L975 Possible flags: https://github.com/VSES/SourceEngine2007/blob/43a5c90a5ada1e69ca044595383be67f40b33c61/se2007/engine/decal_private.h#L59-L74

FDECAL_PLAYERSPRAY, FDECAL_PERMANENT, FDECAL_CUSTOM, and FDECAL_DONTSAVE are particularly useful for controlling decal priority and permanence.

Kefta avatar Jun 25 '18 20:06 Kefta