Open main menu

Difference between revisions of "AGI/Specifications/Overview"

m
no edit summary
m (colour -> color)
m
 
Line 78: Line 78:
Example LOGIC code (from the AGI version of KQ4):
Example LOGIC code (from the AGI version of KQ4):


<syntax type="C++">
<syntaxhighlight lang="C++">
animate.obj (smoke);
animate.obj (smoke);
ignore.horizon (smoke);
ignore.horizon (smoke);
Line 89: Line 89:
cycle.time (smoke, work);
cycle.time (smoke, work);
draw (smoke);
draw (smoke);
</syntax>
</syntaxhighlight>


<span id="Debug"></span>
<span id="Debug"></span>
86

edits