GetValue (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
page for GetValue
>Blocco
Redirecting to GetValue (Method)
Line 1: Line 1:
<onlyinclude>{{Method
#REDIRECT [[GetValue (Method)]]
|name        = GetValue
|returns    = ''value''
|description = Returns the [[StatsItem|StatsItems's]] value.  Its value cannot be read unless this function is used. The value's type differs between differrent [[StatsItem|StatsItems]].
|object      = StatsItem
|protected  = yes
}}</onlyinclude>
 
{{clear floats}}
 
{{Example|
If using the [[Command Bar]] or a [[CoreScript]]...
<pre>
print(game.Stats.Workspace.World.Joints:GetValue()) --> 7
</pre>
If using a [[Script]] or [[LocalScript]]...
<pre>
print(game.Stats.Workspace.World.Joints:GetValue()) --> s GetValue
</pre>
}}
 
[[Category:Methods]]

Revision as of 20:36, 27 December 2010

Redirect to: