.NET API
TraconSkillOptions
Namespace Tracon · Assembly
Tracon.Core.dllDefines limits for skill content and agent attachment.
public sealed class TraconSkillOptionsInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”TraconSkillOptions()
Section titled “ TraconSkillOptions()”public TraconSkillOptions()Properties
Section titled “Properties”MaxInstructionsLength
Section titled “ MaxInstructionsLength”Gets or sets the largest byte count for Markdown instructions.
public int MaxInstructionsLength { get; set; }Property Value
Section titled “Property Value”MaxResourceContentLength
Section titled “ MaxResourceContentLength”Gets or sets the largest byte count for one resource’s content.
public int MaxResourceContentLength { get; set; }Property Value
Section titled “Property Value”MaxResourcesPerSkill
Section titled “ MaxResourcesPerSkill”Gets or sets the largest resource count that a skill can carry.
public int MaxResourcesPerSkill { get; set; }Property Value
Section titled “Property Value”MaxSkillsPerAgent
Section titled “ MaxSkillsPerAgent”Gets or sets the largest skill count that can attach to one agent.
public int MaxSkillsPerAgent { get; set; }Property Value
Section titled “Property Value”Scripts
Section titled “ Scripts”Gets or sets script-execution options. They are disabled by default.
public TraconSkillScriptOptions Scripts { get; set; }