Difference between revisions of "GetLinkedRefChain - ObjectReference"
Jump to navigation
Jump to search
→Examples
imported>Docclox m (→Examples: Made a slight change to the example using a more efficient code structure) |
imported>Docclox |
||
Line 37: | Line 37: | ||
while (i > 0) | while (i > 0) | ||
i -= 1 | i -= 1 | ||
LinkedRefs[i]. | LinkedRefs[i].EnableNoWait() | ||
endwhile | endwhile | ||