OnText3DStreamIn: Difference between revisions

From Onset Developer Wiki
No edit summary
mNo edit summary
 
Line 16: Line 16:


{{RelatedFunctions}}
{{RelatedFunctions}}
[[Template:ClientEvents]]
{{TextClientEvents}}

Latest revision as of 09:26, 16 January 2020

OnText3DStreamIn

Type: Event
Context: Client
Introduced: v1.0

Description

This event is called when a player streams in the text 3d label.

Syntax

OnText3DStreamIn(text3d)

Parameters

  • text3d
    The text3d identifier which streamed in.

Example

AddEvent("OnText3DStreamIn", function (text3d)
    AddPlayerChat("OH! You just streamed in a text 3d "..text3d..".")
end)

See also