mud/lib/doc/efun/all/new
2020-09-06 05:43:07 -07:00

15 lines
309 B
Plaintext

new
object x = new( string name, ...);
class foo x = new(class foo);
If given a string, it behaves like clone object. If given a class type,
it creates a new instance of the class type.
See also:
clone_object,
destruct,
move_object
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere