IsDescendantOf (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>Mathchamp
m fixed link - Boolean
Line 2: Line 2:
name                  = IsDescendentOf
name                  = IsDescendentOf
|arguments            = [[Instance]] ancestor
|arguments            = [[Instance]] ancestor
|returns              = [[Boolean]] is descendent
|returns              = [[Bool|Boolean]] is descendent
|description          = Returns True if the object is an descendent of ''ancestor''
|description          = Returns True if the object is an descendent of ''ancestor''
|object              = Global
|object              = Global
|}}
|}}

Revision as of 16:52, 23 June 2008

IsDescendentOf( Instance ancestor )
Returns Boolean is descendent
Description: Returns True if the object is an descendent of ancestor