Difference between revisions of "AGIWiki/discard.view"

Jump to navigation Jump to search
m
Text replacement - "</source>" to "</syntaxhighlight>"
(fixing link)
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 37: Line 37:
The following example uses <code>discard.view</code> to remove view 203 from memory:
The following example uses <code>discard.view</code> to remove view 203 from memory:


<source lang="cpp">
<syntaxhighlight lang="cpp">
  load.view(203);
  load.view(203);
  discard.view(203);
  discard.view(203);
</source>
</syntaxhighlight>


== Technical Information ==
== Technical Information ==
TrustedUser
2,147

edits

Navigation menu