/ HALion Developer Resource / HALion Script / Reference /
onRemoveFromSlot
onRemoveFromSlot()
Description
This callback function is called when the program is removed from the Slot Rack.
Available in: Controller.
Example
-- Print a message when removing the program from the Slot Rack.
function onRemoveFromSlot()
print('"Goodbye" from the Slot Rack.')
end
See also: onLoadIntoSlot