Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the source code of this node.
Syntax
public void AOTsetSource(str source, [boolean isStatic])
Run On
Called
Parameters
- source
Type: str
A string that contains the new source code.
- isStatic
Type: boolean
The value that specifies whether the method is static; optional.
Remarks
This method is overridden by nodes that have source code.