Show / Hide Table of Contents

Class VideoReplacement

Handles import and injection of custom videos with the purpose of providing modding support. MovieTextures are imported from mod bundles with load order or streamed directly from disk.

Inheritance
Object
VideoReplacement
Namespace: DaggerfallWorkshop.Utility.AssetInjection
Assembly: Assembly-CSharp.dll
Syntax
public static class VideoReplacement

Properties

| Improve this Doc View Source

MoviePath

Path to custom movies on disk.

Declaration
public static string MoviePath { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

TryImportMovie(String, out VideoPlayerDrawer)

Seek movie from mods.

Declaration
public static bool TryImportMovie(string name, out VideoPlayerDrawer videoPlayerDrawer)
Parameters
Type Name Description
String name

Name of movie to seek including .VID extension.

VideoPlayerDrawer videoPlayerDrawer

Video player with imported video and sound data.

Returns
Type Description
Boolean

True if movie is found.

  • Improve this Doc
  • View Source
In This Article
  • Properties
    • MoviePath
  • Methods
    • TryImportMovie(String, out VideoPlayerDrawer)
Back to top Generated by DocFX