File tree 5 files changed +724
-724
lines changed
5 files changed +724
-724
lines changed Original file line number Diff line number Diff line change 112
112
### Get·Character·Width () {: aria-label='Functions' }
113
113
[ ] ( # ) {: .abrep .tooltip .badge }
114
114
#### int GetCharacterWidth ( char Character ) {: .copyable aria-label='Functions' }
115
- Returns the width of a specific character.
115
+ Returns the width of a specific character in pixels .
116
116
___
117
117
### Get·Line·Height () {: aria-label='Functions' }
118
118
[ ] ( # ) {: .abrep .tooltip .badge }
@@ -122,15 +122,15 @@ ___
122
122
### Get·String·Width () {: aria-label='Functions' }
123
123
[ ] ( # ) {: .abrep .tooltip .badge }
124
124
#### int GetStringWidth ( string String ) {: .copyable aria-label='Functions' }
125
- Converts a string from UTF8 to UTF16, and returns the string's width.
125
+ Converts a string from UTF8 to UTF16, and returns the string's width in pixels .
126
126
127
127
???- bug "Bug"
128
128
Calling this function with ` nil ` as the parameter will crash the game.
129
129
___
130
130
### Get·String·Width·UTF8 () {: aria-label='Functions' }
131
131
[ ] ( # ) {: .abrep .tooltip .badge }
132
132
#### int GetStringWidthUTF8 ( string String ) {: .copyable aria-label='Functions' }
133
- Returns the string width of a Unicode text.
133
+ Returns the string width of a Unicode text in pixels .
134
134
___
135
135
### Is·Loaded () {: aria-label='Functions' }
136
136
[ ] ( # ) {: .abrep .tooltip .badge }
Original file line number Diff line number Diff line change 95
95
___
96
96
### Queue () {: aria-label='Functions' }
97
97
[ ] ( # ) {: .abrep .tooltip .badge }
98
- #### void Queue ( [ MusicManager ] ( MusicManager .md) ID ) {: .copyable aria-label='Functions' }
98
+ #### void Queue ( [ Music ] ( enums/Music .md) ID ) {: .copyable aria-label='Functions' }
99
99
100
100
___
101
101
### Reset·Pitch () {: aria-label='Functions' }
You can’t perform that action at this time.
0 commit comments