Show / Hide Table of Contents

Struct FlcFile.FLICHeader

Namespace: DaggerfallConnect.Arena2
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct FLICHeader

Properties

| Improve this Doc View Source

CreatorSN

Declaration
public int CreatorSN { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

DateCreated

Declaration
public int DateCreated { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Ext_flags

Declaration
public int Ext_flags { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

FileID

Declaration
public int FileID { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

FileSize

Declaration
public int FileSize { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Flags

Declaration
public int Flags { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Frame1Offset

Declaration
public int Frame1Offset { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Frame2Offset

Declaration
public int Frame2Offset { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

FrameDelay

Declaration
public int FrameDelay { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Height

Declaration
public int Height { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

KeyFrames

Declaration
public int KeyFrames { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

LastUpdate

Declaration
public int LastUpdate { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

MaxRegions

Declaration
public int MaxRegions { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

NumOfFrames

Declaration
public int NumOfFrames { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

PixelDepth

Declaration
public int PixelDepth { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

ReqMemory

Declaration
public int ReqMemory { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

TotalFrames

Declaration
public int TotalFrames { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

TranspLevels

Declaration
public int TranspLevels { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

UpdaterSN

Declaration
public int UpdaterSN { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Width

Declaration
public int Width { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

XAspect

Declaration
public int XAspect { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

YAspect

Declaration
public int YAspect { get; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX