IsDescendantOf (Function): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer No edit summary |
>Mr Doom Bringer No edit summary |
||
Line 2: | Line 2: | ||
name = IsDescendentOf | name = IsDescendentOf | ||
|arguments = [[Instance]] ancestor | |arguments = [[Instance]] ancestor | ||
| | |returns = [[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 05:10, 15 August 2007
IsDescendentOf( Instance ancestor ) | |
Returns | Boolean is descendent |
Description: | Returns True if the object is an descendent of ancestor |