HPL3/SOMA/Scripting/Scripting Api/Error
< HPL3 | SOMA | Scripting | Scripting Api
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Summary
Return Type | Function and Description |
---|---|
void | Error(const tString &in asString) |
void | Error(uint aLabel, const tString &in asString) |
void | Error(const tString &in asString, uint aLabel) |
Function Detail
Error
Error
void Error(uint aLabel,
const tString &in asString)
Parameters
- aLabel (uint) —
- asString (tString) —
Returns:
- void
Error
void Error(const tString &in asString,
uint aLabel)
Parameters
- asString (tString) —
- aLabel (uint) —
Returns:
- void