stream-add-instance-to-space-instanceStreamingstream-instancestream-delete-instanceGoTo Top

stream-delete-instance   unit-instance streamer => instance[Function]

Purpose
Write deleting a unit instance (or space instance) to a streamer.

Package   :gbbopen

Module   :streaming

Arguments and values

unit-instance     A unit instance (or space instance)
streamer     A streamer

Returns
The unit-instance.

See also
    stream-add-instance-to-space-instance
    stream-instance
    stream-instances
    stream-instances-of-class
    stream-instances-on-space-instances
    stream-remove-instance-from-space-instance

Example
Stream deleting a hyp unit instance to streamer *streamer*:

  > (stream-delete-instance (find-instance-by-name 419 'hyp) *streamer*)
  #<hyp 419 (1835 4791) 0.85 [5..35]>
  >


The GBBopen Project


stream-add-instance-to-space-instanceStreamingstream-instancestream-delete-instanceGoTo Top