Skip to content

Commit cf9c096

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 1854ede + 986cbb6 commit cf9c096

File tree

5 files changed

+724
-724
lines changed

5 files changed

+724
-724
lines changed

docs/Font.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ___
112112
### Get·Character·Width () {: aria-label='Functions' }
113113
[ ](#){: .abrep .tooltip .badge }
114114
#### 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.
116116
___
117117
### Get·Line·Height () {: aria-label='Functions' }
118118
[ ](#){: .abrep .tooltip .badge }
@@ -122,15 +122,15 @@ ___
122122
### Get·String·Width () {: aria-label='Functions' }
123123
[ ](#){: .abrep .tooltip .badge }
124124
#### 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.
126126

127127
???- bug "Bug"
128128
Calling this function with `nil` as the parameter will crash the game.
129129
___
130130
### Get·String·Width·UTF8 () {: aria-label='Functions' }
131131
[ ](#){: .abrep .tooltip .badge }
132132
#### 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.
134134
___
135135
### Is·Loaded () {: aria-label='Functions' }
136136
[ ](#){: .abrep .tooltip .badge }

docs/MusicManager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ___
9595
___
9696
### Queue () {: aria-label='Functions' }
9797
[ ](#){: .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' }
9999

100100
___
101101
### Reset·Pitch () {: aria-label='Functions' }

0 commit comments

Comments
 (0)