TrustedUser
2,147
edits
(Created page with "__NOTOC__ {{AGIWiki}} {{AGIWiki/Object and View commands}} The load.view and load.view.v commands load a view resource into memory. A view must be loaded before it can be assi...") |
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") |
||
Line 31: | Line 31: | ||
== Example == | == Example == | ||
< | <syntaxhighlight lang="cpp"> | ||
//The following code loads VIEW.025 into memory using load.view: | //The following code loads VIEW.025 into memory using load.view: | ||
load.view(25); | load.view(25); | ||
</source> | </source> | ||
< | <syntaxhighlight lang="cpp"> | ||
//The following code uses the indirect command load.view.v to do the same thing: | //The following code uses the indirect command load.view.v to do the same thing: | ||
v195 = 25; | v195 = 25; |