getIncludeById
Returns the first include with the given ID. The include must have been created using the <include> tag.
Syntax
ogscript.getIncludeById (Include ID);
Parameters
Parameter |
Type |
Required |
Description |
Include ID |
String |
Yes |
ID of the include to find. |
Returns
IncludeReloadableContainer
Example
Coming soon.