Click or drag to resize
MachineDataSaveCallback Delegate
Called when the machine is saved to retrieve the value to be saved.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate string SaveCallback(
	string title
)

Parameters

title
Type: SystemString
Title of the section to be written

Return Value

Type: String
Value to be saved
See Also