Description
Wiki Description
Sends an error and stack trace to the Papyrus script log and the game's warning system.
Documentation Comment
Issue an error with stack trace to the script log and warning system
Caveats
Parameters
stringasMessage
CK Wiki Description
The message to emit as an error.
Examples
; Emit an error if the script user didn't give us a target
if !Target
Game.Error(self + " has no target!")
endIfAuto-Generated Example
string myString__asMessage
Game.Error(myString__asMessage)Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
