Difference between revisions of "AGIWiki/discard.view.v"

Jump to navigation Jump to search
m
Text replacement - "<source lang=" to "<syntaxhighlight lang="
m
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=")
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{AGIWiki}}
{{AGIWiki}}
 
{{AGIWiki/Object and View commands}}
The '''discard.view.v''' command removes a [[AGIWiki/View|view resource]] from memory. There is an [[AGIWiki/Indirect command|direct]] version of this command called '''[[AGIWiki/discard.view|discard.view]]'''.
The '''discard.view.v''' command removes a [[AGIWiki/View|view resource]] from memory. There is an [[AGIWiki/Indirect command|direct]] version of this command called '''[[AGIWiki/discard.view|discard.view]]'''.


Line 38: Line 37:
The following example uses <code>discard.view.v</code> to remove view 203 from memory:
The following example uses <code>discard.view.v</code> to remove view 203 from memory:


<syntax type = "C++">
<syntaxhighlight lang="cpp">
  load.view(203);
  load.view(203);
  v100 = 203;
  v100 = 203;
  discard.view.v(v100);
  discard.view.v(v100);
</syntax>
</syntaxhighlight>


== Technical Information ==
== Technical Information ==
Line 58: Line 57:
* [[AGIWiki/discard.view|discard.view]]
* [[AGIWiki/discard.view|discard.view]]
* [[AGIWiki/load.view|load.view]]
* [[AGIWiki/load.view|load.view]]
* [[AGIWiki/load.view.v|load.view.v]]
* [[AGIWiki/load.view|load.view.v]]


== Sources ==
== Sources ==
TrustedUser
2,147

edits

Navigation menu