Black Ops III

AddBoltedFXExclusionVolume

Create a bolted volume that will exclude FX that are flagged as "Respect Exclusion Volumes". Returns volume ID.

Example:

volumeID = AddBoltedFXExclusionVolume( 0, entity, tag_origin, (10, 10, 10) )

Parameters

ParameterSummary
*localClientNumThe local client to create the volume on.
*entityThe entity to attach the volume to.
*tag nameThe tag to use as the volume's origin.
*half extentsThe half extents of the volume.
offsetAn offset from the tag name for the volume's origin; default is 0 0 0.

* = mandatory