Difference between revisions of "AGIWiki/controller"

Jump to navigation Jump to search
42 bytes added ,  15:10, 25 October 2018
m
Text replacement - "</source>" to "</syntaxhighlight>"
m (Text replacement - "</source>" to "</syntaxhighlight>")
Tags: Mobile edit Mobile web edit
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{AGIWiki}}
{{AGIWiki}}
 
{{AGIWiki/Test commands}}
''This article refers controller-command. For information about Controllers as part of an AGI game, see [[AGIWiki/Controller|Controller]].''
''This article refers controller-command. For information about Controllers as part of an AGI game, see [[AGIWiki/Controller|Controller]].''


Line 22: Line 21:


== Example ==
== Example ==
<syntax type="C++">
<syntaxhighlight lang="cpp">
//build a simple menu structure
//build a simple menu structure
set.menu("Info");
set.menu("Info");
Line 55: Line 54:
   restore.game()
   restore.game()
}
}
</syntax>
</syntaxhighlight>


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

edits

Navigation menu