# Return name of object (without namespace prefix) +/obj/ info name
Index: doc/next-migration.html =================================================================== diff -u -r9f32dd2c379759ca82cf9b49dcc9c62af01f5cc8 -r062dd3cb76774853a767854e29f60a3325c4bd94 --- doc/next-migration.html (.../next-migration.html) (revision 9f32dd2c379759ca82cf9b49dcc9c62af01f5cc8) +++ doc/next-migration.html (.../next-migration.html) (revision 062dd3cb76774853a767854e29f60a3325c4bd94) @@ -3,7 +3,7 @@
- +/obj/ info has type /sometype/+
# Check if object is a subtype of some class +/obj/ info has type /sometype/
/obj/ info has mixin /cls/
# Check if object has the specified mixin registered +/obj/ info has mixin /cls/
/obj/ info is class
# Check if object is a class +/obj/ info is class
/obj/ info is metaclass
# Check if object is a metaclass +/obj/ info is metaclass
/obj/ info is baseclass
# Check if object is a baseclass of an object system +/obj/ info is baseclass
# n.a.
# Return name of object (without namespace prefix) +/obj/ info name
/obj/ object::exists /obj/
::nsf::object::exists /obj/
# Check for existence of object (nsf primitive) +::nsf::object::exists /obj/