Click or drag to resize

PreconditionsMakeContextError Method (Object, String)

Makes error text with respect to the context.

Namespace:  KSPDev.ProcessingUtils
Assembly:  KSPDev_Utils.1.2 (in KSPDev_Utils.1.2.dll) Version: 1.2 for KSP v1.6+
Syntax
C#
public static string MakeContextError(
	Object context,
	string message
)
Request Example View Source

Parameters

context
Type: SystemObject
The context or null. Context can be any string (keep it short) or an object.
message
Type: SystemString
The message to present.

Return Value

Type: String
The complete error string.
See Also