typegraph/scripts/generic/delete.gml

13 lines
148 B
Plaintext
Raw Permalink Normal View History

///delete(id)
/**
* delete :: Instance -> ()
*
* Removes an instance.
*
* @param the instance id
*/
with (argument0)
instance_destroy();