Index: doc/next-migration.html =================================================================== diff -u -r74bae7e8ef9109fbcd95b77be8cf422ce330b59d -rd79efb10b92ad2045196990af50bc042e60b88f4 --- doc/next-migration.html (.../next-migration.html) (revision 74bae7e8ef9109fbcd95b77be8cf422ce330b59d) +++ doc/next-migration.html (.../next-migration.html) (revision d79efb10b92ad2045196990af50bc042e60b88f4) @@ -3297,8 +3297,15 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/cls/ delete property /name/
-/obj/ delete object property /name/
+
# Like deletion of Methods:
+# Delete on the object, where the
+# variable handler is defined.
+
+/cls/ delete property /name/
+/obj/ delete object property /name/
+
+/cls/ delete variable /name/
+/obj/ delete object variable /name/
@@ -3799,7 +3806,7 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/cls/ info methods -methodtype setter ?pattern?
+
/cls/ info methods -type setter ?pattern?
@@ -3825,7 +3832,7 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/cls/ info methods -methodtype scripted ?pattern?
+
/cls/ info methods -type scripted ?pattern?
@@ -3851,7 +3858,7 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/cls/ info methods -methodtype alias ?pattern?
+
/cls/ info methods -type alias ?pattern?
@@ -3877,7 +3884,7 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/cls/ info methods -methodtype forwarder ?pattern?
+
/cls/ info methods -type forwarder ?pattern?
@@ -3903,7 +3910,7 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/cls/ info methods -methodtype object ?pattern?
+
/cls/ info methods -type object ?pattern?
@@ -4005,7 +4012,7 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/obj/ info object methods -methodtype setter ?pattern?
+
/obj/ info object methods -type setter ?pattern?
@@ -4031,7 +4038,7 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/obj/ info object methods -methodtype scripted ?pattern?
+
/obj/ info object methods -type scripted ?pattern?
@@ -4057,7 +4064,7 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/obj/ info object methods -methodtype alias ?pattern?
+
/obj/ info object methods -type alias ?pattern?
@@ -4083,7 +4090,7 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/obj/ info object methods -methodtype forwarder ?pattern?
+
/obj/ info object methods -type forwarder ?pattern?
@@ -4109,7 +4116,7 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -
/obj/ info object methods -methodtype object ?pattern?
+
/obj/ info object methods -type object ?pattern?
@@ -4306,7 +4313,7 @@ # -source ... # -callprotection ... # -incontext -# -methodtype ... +# -type ... # -nomixins
@@ -6630,7 +6637,7 @@