AGIWiki/VB Logic Syntax

From ScummVM :: Wiki
< AGIWiki
Revision as of 18:10, 21 February 2013 by Sact (talk | contribs) (Created page with "{{AGIWiki}} The '''VB Logic Syntax''' is a syntax style for AGI logic resources that is based on Visual Basic. It was introduced with the [[AGI...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
AGIWiki


The VB Logic Syntax is a syntax style for AGI logic resources that is based on Visual Basic. It was introduced with the WinAGI development environment and is currently supported by WinAGI only.

Note: there is another AGI syntax style, based on the C programming language. The C-like syntax is the "official" AGI syntax and enjoys the widest support among AGI development environments. This is primarily a concern if compatibility across development environments is a priority for your project.