Category:Tidbits and Snippets: Difference between revisions

Jump to navigation Jump to search
m (→‎Assorted: Emphasis)
(5 intermediate revisions by 3 users not shown)
Line 4: Line 4:


'''CJ''': When crossfading, '''GetCurrentMusic will always return the newest track''' (i.e. the one that is fading in). [http://www.bigbluecup.com/yabb/index.php?topic=26252.msg335041#msg335041]
'''CJ''': When crossfading, '''GetCurrentMusic will always return the newest track''' (i.e. the one that is fading in). [http://www.bigbluecup.com/yabb/index.php?topic=26252.msg335041#msg335041]
Using '''special symbols / characters''' in {{link|String formatting||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.");
----
----


[[Category:Adventure Game Design]]
[[Category:Adventure Game Design]]
0

edits

Navigation menu