PluginStateResult

data class PluginStateResult(val instanceId: Int, val success: Boolean, val error: String, val filepath: String)

filepath is the path actually used for the save or load.

Constructors

Link copied to clipboard
constructor(instanceId: Int, success: Boolean, error: String, filepath: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard