安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- Strings - Game Maker
Sometimes you will need to add special characters inside a string, such as double quotes ", newline characters or characters with a specific character code This can be done by using escape characters These are characters that are preceded by a backslash \ symbol
- Add a TAB character to a string? | GameMaker Community
Hello! Does anyone know how I can add a TAB character to a string?? I tried using unicode "9" code using chr(), tried something with vk_tab, but I don't know what else to test I could use multiple spaces, but technically they aren't Tabs Any help is appreciated
- Add a specific character - GameMaker Community
The "add character range" button should let you type in the range, guess it from all the strings present in the project, or load a file and add all characters present in it So save the character in a text file (in unicode format like UTF-8) and use the "from file" range option to load it
- How to check a specific character in a string? : r gamemaker
character = string_char_at (myString, index) If (character == “1”) do something
- GameMaker - Special characters in a string?
I think you enter them into the string by doing "\u" followed by four hex digits (e g "\u0100" for character #256) This could make the parsing a lot easier, since GameMaker considers "\u0100" to be a single character
- GameMaker - Insert line break | GameMaker Community
I'm trying to create a textbox that reads a string and shows it I need to make it so it can jump to the next line if the string is longer than the box I have followed a tutorial that uses the symbol "#" to insert line breaks manually My problem is this is not working using GMS2 (the tutorial is in 1 4)
|
|
|