MCPcopy Index your code
hub / github.com/4ian/GDevelop / setString

Method setString

Extensions/TextObject/textruntimeobject.ts:441–443  ·  view source on GitHub ↗

* Set the string displayed by the object. * @param text The new text * @deprecated use `setText` instead

(text: string)

Source from the content-addressed store, hash-verified

439 * @deprecated use `setText` instead
440 */
441 setString(text: string): void {
442 this.setText(text);
443 }
444
445 /**
446 * Get the string displayed by the object.

Callers 15

loadPlayerDataFunction · 0.45
setPlayerDataFunction · 0.45
setPlayerScoreFunction · 0.45
getPlayerEntryFunction · 0.45
loadInterstitialAdFunction · 0.45
showInterstitialAdFunction · 0.45
loadRewardedVideoFunction · 0.45
showRewardedVideoFunction · 0.45
createLobbyFunction · 0.45
getLobbiesListFunction · 0.45
joinLobbyFunction · 0.45

Calls 1

setTextMethod · 0.95

Tested by

no test coverage detected