Search Results for

    Show / Hide Table of Contents

    Class AudioLinePlugin

    Automatically plays audio when a dialogue line has an audio metadata key. The clip ID from the metadata is passed to the engine's IAudioProvider. Stops playback when the view is cleared.

    [NPC] ## audio:vo_npc_greeting
    Hello there, traveler.
    Inheritance
    object
    EnginePlugin
    AudioLinePlugin
    Inherited Members
    EnginePlugin.OnConversationStart(Conversation)
    EnginePlugin.OnConversationEnd()
    EnginePlugin.OnChoicesPresented(List<Choice>)
    EnginePlugin.OnChoiceSelected(Choice)
    Namespace: Ibralogue.Plugins
    Assembly: .dll
    Syntax
    public class AudioLinePlugin : EnginePlugin

    Methods

    | Edit this page View Source

    Clear()

    Declaration
    public override void Clear()
    Overrides
    EnginePlugin.Clear()
    | Edit this page View Source

    Display(Line)

    Declaration
    public override void Display(Line line)
    Parameters
    Type Name Description
    Line line
    Overrides
    EnginePlugin.Display(Line)
    • Edit this page
    • View Source
    In this article
    Back to top Ibralogue Docs