AuthorInformationAttribute Constructor (String) |
This overload allows the user to set only the Author Name field.
In this way an author doesn't have to give out their personal
email address.
Namespace: Terrarium.Sdk.Classes.Creature.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic AuthorInformationAttribute(
string authorName
)
Public Sub New (
authorName As String
)
public:
AuthorInformationAttribute(
String^ authorName
)
new :
authorName : string -> AuthorInformationAttribute
Parameters
- authorName
- Type: SystemString
The creature author's name. Should be a name that can be displayed on a top x population chart.
See Also