HPL3/Amnesia: Rebirth/Scripting/Scripting Api/Logging
< HPL3 | Amnesia: Rebirth | 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!
Contents
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) |
void | FatalError(const tString &in asString) |
void | Log(const tString &in asString) |
void | Log(uint aLabel, const tString &in asString) |
void | Log(const tString &in asString, uint aLabel) |
void | LogNewLine(const tString &in asString) |
void | Warning(const tString &in asString) |
void | Warning(uint aLabel, int alWarningLevel, const tString &in asString) |
void | Warning(const tString &in asString, uint aLabel, int alWarningLevel) |
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
FatalError
Log
Log
void Log(uint aLabel,
const tString &in asString)
Parameters
- aLabel (uint) —
- asString (tString) —
Returns:
- void
Log
void Log(const tString &in asString,
uint aLabel)
Parameters
- asString (tString) —
- aLabel (uint) —
Returns:
- void
LogNewLine
Warning
Warning
void Warning(uint aLabel,
int alWarningLevel,
const tString &in asString)
Parameters
- aLabel (uint) —
- alWarningLevel (int) —
- asString (tString) —
Returns:
- void
Warning
void Warning(const tString &in asString,
uint aLabel,
int alWarningLevel)
Parameters
- asString (tString) —
- aLabel (uint) —
- alWarningLevel (int) —
Returns:
- void