inpFreeController

Releases controller handle and frees associated resources. Takes controller (controller handle from inpCreateController, positive integer). Returns nothing.

Input

Parameters & Returns

Parameters

controller Int

Returns

Void

Quick Summary

Releases controller handle and frees associated resources. Takes controller (controller handle from inpCreateController, positive integer). Returns nothing.

Technical Exegesis...

Releases controller handle and frees associated resources. Takes controller (controller handle from inpCreateController, positive integer). Returns nothing. Cleans up controller state memory and invalidates handle, call when controller no longer needed.

Example

Example.bam
; No example implemented yet