API Reference: FastCast - EtiTheSpirit/FastCastAPIDocs GitHub Wiki
This is obsolete. Visit https://etithespirit.github.io/FastCastAPIDocs/ instead.
FastCast
The current version is: FastCast 9.1.0
FastCast is the root type of the module. It allows access to creating new Caster objects, and is what is returned when you call require() on the module.
Constructors
Caster FastCast.new()
Construct a new Caster instance, which represents an entire gun or other projectile launching system.
Properties
boolean DebugLogging
If true, verbose debug logging will be used, printing detailed information about what's going on during processing.
boolean VisualizeCasts
If true, casts will be shown ray-by-ray in the 3D world. Black cones will be used to visualize each ray segment, and red (or green) spheres will be used to show hits. A red cone signifies a raycast that was ignored due to bullet piercing. Green spheres indicate a hit that was ignored for the same reason. Red spheres indicate a cast that hit an object.