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 @@ - + Migration Guide for the the Next Scripting Language -
/obj/ info has type /sometype/
+
# Check if object is a subtype of some class
+/obj/ info has type /sometype/
@@ -5963,7 +5966,8 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/obj/ info has mixin /cls/
+
# Check if object has the specified mixin registered
+/obj/ info has mixin /cls/
@@ -5989,7 +5993,8 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/obj/ info is class
+
# Check if object is a class
+/obj/ info is class
@@ -6015,7 +6020,8 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/obj/ info is metaclass
+
# Check if object is a metaclass
+/obj/ info is metaclass
@@ -6041,7 +6047,8 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/obj/ info is baseclass
+
# Check if object is a baseclass of an object system
+/obj/ info is baseclass
@@ -6055,6 +6062,33 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} +
# 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/
@@ -6915,7 +6950,7 @@