DeepDiscard (ScreenField subroutine)

From m204wiki
Revision as of 19:50, 23 August 2011 by JAL2 (talk | contribs)
Jump to navigation Jump to search

Do deep discard of a ScreenField object (ScreenField class)

[Introduced in Sirius Mods 8.0]


This page is under construction

Syntax

sfield:DeepDiscard

Syntax terms

sfield A ScreenField object, which may be Null.

Usage notes

  • Like the generic Discard method, DeepDiscard explicitly discards the method object. But, unlike Discard, it also explicitly discards all objects that are referenced by the object being discarded.

See also