wiki.sine.space | sinespace

Difference between revisions of "Scripting/STrackInfo"

From wiki.sine.space
Jump to: navigation, search
(Added, defined + added simple examples of all members (2) of STrackInfo)
 
 
Line 1: Line 1:
=Public Attributes=
+
This page has moved to: https://docs.sine.space/v/scripting/client-scripting/types/strackinfo
 
+
{{ScriptFunction|string|Title|{ get; }|Title of the track|5= <pre>otc = function(trackInfo)
+
Space.Log(trackInfo.Title)
+
  end
+
Space.Host.ExecutingObject.Radio.OnTrackChange(otc)</pre>}}
+
 
+
{{ScriptFunction|string|Artist|{ get; }|Artist of the track|5= <pre>otc = function(trackInfo)
+
Space.Log(trackInfo.Artist)
+
  end
+
Space.Host.ExecutingObject.Radio.OnTrackChange(otc)</pre>}}
+
 
+
{{Scripting Navbox}}
+

Latest revision as of 08:07, 19 September 2022

This page has moved to: https://docs.sine.space/v/scripting/client-scripting/types/strackinfo