Category:Tidbits and Snippets

From Adventure Game Studio | Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The following information is based on strazer's tidbits and snippets page.

Assorted

CJ: When crossfading, GetCurrentMusic will always return the newest track (i.e. the one that is fading in). [1]


Using special symbols / characters in String Formatting:


To use the % symbol in strings:

Display("The %% is the percent symbol.");

To use quote marks in strings:

Display("The \" is a quote mark.");

To use line breaks in strings:

Display("The [ is a line break.");

To use the [ symbol in strings:

Display("The \[ is a left brace.");

Pages in category ‘Tidbits and Snippets’

The following 10 pages are in this category, out of 10 total.