| Prev | Next | Script Verbs |
Script Verbs
- script.clearBreakpoint - Remove a breakpoint from a line in a script.
- script.compile - Compile a script.
- script.getBreakpoint - Determine whether the current line is a breakpoint.
- script.getLanguage - Get the language of the target script.
- script.isComment - Determine if the current line is a comment.
- script.makeComment - Convert the current line into a comment.
- script.newScriptObject - Create a new script object.
- script.removeSource - Remove the source code from a script.
- script.setBreakpoint - Set the current line as a breakpoint.
- script.setLanguage - Set the language of the current script.
- script.startProfile - Start profiling.
- script.stopProfile - Stop profiling.
- script.unComment - Make the current line not a comment.
- script.unCompile - De-compile a compiled script.
| Prev | Next | Script Verbs |