Create text [Obsolete]

STD Library
Obsolete
Server Side
Both Mobile and PC

Create a text with the specified text content. If there are more properties to be set, further set its entity properties through the entity (deprecated, please use CreateLevelObject)

Declaration

func CreateTextEntity_Deprecated(out var entityVarName entity<PresentText_Deprecated>, ownerPlayer entity<Player>, text object)
go

Parameters

Input

Name Type Description
Player Player The player entity it belongs to, only visible to that player
Text Object The text content that needs to be presented

Out

Name Type Description
Text entity PresentText[Obsolete] The code is used to indicate the name of the parameter for creating a text entity. The corresponding local variable value is the entity for creating the text.