C# Class kOS.Safe.Compilation.OpcodeBogus

Opcode to be returned when getting an opcode that doesn't exist (outside program range). This generally happens only when there's an exception that occurs outside running a program, and the KSPLogger has to have something valid returned or it throws an exception that hides the original exception it was trying to report.
Inheritance: Opcode
Exibir arquivo Open project: KSP-KOS/KOS