GetValueString (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
Page for GetValueString()
 
>Emess
redirect
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<onlyinclude>{{Method
#redirect [[GetValueString (Method)]]
|name        = GetValueString
|returns    = [[String]] ''value''
|description = Returns the [[StatsItem|StatsItems's]] value.  Its value cannot be read unless this function is used.
|object      = StatsItem
|protected  = yes
}}</onlyinclude>
 
{{clear floats}}
 
{{Example|
If using the [[Command Bar]] or a [[CoreScript]]...
<pre>
print(game.Stats.Workspace.World.Joints:GetValueString()) --> 7
</pre>
If using a [[Script]] or [[LocalScript]]...
<pre>
print(game.Stats.Workspace.World.Joints:GetValueString()) --> s GetValueString
</pre>
}}
 
[[Category:Methods]]

Latest revision as of 15:17, 21 May 2011