ID:1506296
 
Problem description: What is the opposite of the del proc?

New()

EDIT: In the sense that New() creates objects and Del() deletes them.

obj
New()
..()

var/obj/T = new() // calls obj.New()
thanks