Search Results for

    Show / Hide Table of Contents

    Struct CharacterPresetData

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.Agents
    Assembly: Glitch9.AIDevKit.Agent.dll
    Syntax
    [Serializable]
    public struct CharacterPresetData

    Fields

    | Edit this page View Source

    Catchphrase

    Declaration
    public string Catchphrase
    Field Value
    Type Description
    string
    | Edit this page View Source

    CharacterName

    Declaration
    public string CharacterName
    Field Value
    Type Description
    string
    | Edit this page View Source

    Description

    Declaration
    public string Description
    Field Value
    Type Description
    string
    | Edit this page View Source

    Disposition

    Declaration
    public CharacterDisposition Disposition
    Field Value
    Type Description
    CharacterDisposition
    | Edit this page View Source

    Faction

    Declaration
    public string Faction
    Field Value
    Type Description
    string
    | Edit this page View Source

    KnowledgeScope

    Declaration
    public CharacterKnowledgeScope KnowledgeScope
    Field Value
    Type Description
    CharacterKnowledgeScope
    | Edit this page View Source

    Location

    Declaration
    public string Location
    Field Value
    Type Description
    string
    | Edit this page View Source

    QuestHook

    Declaration
    public string QuestHook
    Field Value
    Type Description
    string
    | Edit this page View Source

    Role

    Declaration
    public CharacterRole Role
    Field Value
    Type Description
    CharacterRole
    | Edit this page View Source

    SpeechStyle

    Declaration
    public CharacterSpeechStyle SpeechStyle
    Field Value
    Type Description
    CharacterSpeechStyle
    | Edit this page View Source

    StartingMessage

    Declaration
    public string StartingMessage
    Field Value
    Type Description
    string
    | Edit this page View Source

    WorldContext

    Declaration
    public string WorldContext
    Field Value
    Type Description
    string

    Extension Methods

    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetHashCodeOrDefault<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation