GetFullName (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
example
>Camoy
Redirecting to GetFullName (Method)
Line 1: Line 1:
<onlyinclude>
#REDIRECT [[GetFullName_(Method)]]
{{Function|
name                  = GetFullName
|arguments            =
|returns              = [[String]] ''path to object''
|description          = Returns a string with dot seperated path to object (excluding Game)
|object              = Global
|}}
</onlyinclude>
 
 
 
 
 
 
 
 
 
 
 
 
 
{{Example|
<pre>
print( game.Players.Player.Character:GetFullName() ) --> Workspace.Player
</pre>}}

Revision as of 21:55, 27 December 2010