DiskStream.registerLink()

   
Type function
Library wattageTileEngine.ObjectSystem.DiskStream.*
Return value VOID
Keywords  
See also  

Overview

This function works in conjunction with getNextLink() function. This function will register a reference link using the ID of the linked object. The function getNextLink() will retrieve the links in the same order that they were passed into this function.

Syntax

DiskStream.registerLink( objectId )
objectId (required)

Number. The ID of the referenced object.

Examples

Please see the example in the Usage Guide.