Click or drag to resize

ScriptAuthor Constructor

Creates a new instance of ScriptAuthor.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public ScriptAuthor(
	string name,
	string company,
	string email
)

Parameters

name  String
The name of the script author.
company  String
The related company name for the script.
email  String
The e-mail address for the script author.
See Also