<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dev.playonset.com/index.php?action=history&amp;feed=atom&amp;title=IsText3DStreamedIn</id>
	<title>IsText3DStreamedIn - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dev.playonset.com/index.php?action=history&amp;feed=atom&amp;title=IsText3DStreamedIn"/>
	<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=IsText3DStreamedIn&amp;action=history"/>
	<updated>2026-04-30T00:06:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://dev.playonset.com/index.php?title=IsText3DStreamedIn&amp;diff=3845&amp;oldid=prev</id>
		<title>28days: Added 1.1.0 function</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=IsText3DStreamedIn&amp;diff=3845&amp;oldid=prev"/>
		<updated>2020-03-08T09:24:13Z</updated>

		<summary type="html">&lt;p&gt;Added 1.1.0 function&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Info|Function|Server|1.1.0}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Checks if stated Text 3D is streamed in for the player}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|IsText3DStreamedIn(player, text3d)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|player|Player which you want to check}}&lt;br /&gt;
{{FuncParam|text3d|Text3D which you want to check}}&lt;br /&gt;
&lt;br /&gt;
{{FuncReturnValue|Returns &amp;#039;&amp;#039;&amp;#039;true&amp;#039;&amp;#039;&amp;#039; on success.}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;quot;&amp;gt;&lt;br /&gt;
function text3DCheck(player)&lt;br /&gt;
   local x, y, z = GetPlayerLocation(player)&lt;br /&gt;
   local text3d = CreateText3D(&amp;quot;test&amp;quot;, 12, x, y, z, 0, 0, 0)&lt;br /&gt;
&lt;br /&gt;
   if IsText3DStreamedIn(player, text3d) then&lt;br /&gt;
      AddPlayerChat(&amp;#039;text3d has been created and streamed in&amp;#039;)&lt;br /&gt;
   end&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
{{Text3DFunctions}}&lt;/div&gt;</summary>
		<author><name>28days</name></author>
	</entry>
</feed>