Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: ArrchDK
Forum: General Authoring Discussion 01-24-10, 12:04 PM
Replies: 12
Views: 23,970
Posted By ArrchDK
/run local function child(f) if...

/run
local function child(f)
if f:GetObjectType() == "Texture" then
print(f:GetTexture())
else
local c = { f:GetChildren() }
for i = 1, getn(c) do
...
Showing results 1 to 1 of 1