Show / Hide Table of Contents

Class PlayerNotebook

Stores player notes and finished quests.

Inheritance
Object
PlayerNotebook
Namespace: DaggerfallWorkshop.Game.Player
Assembly: Assembly-CSharp.dll
Syntax
public class PlayerNotebook

Fields

| Improve this Doc View Source

MaxLineLenth

Declaration
public const int MaxLineLenth = 70
Field Value
Type Description
Int32

Methods

| Improve this Doc View Source

AddFinishedQuest(TextFile.Token[])

Declaration
public void AddFinishedQuest(TextFile.Token[] message)
Parameters
Type Name Description
TextFile.Token[] message
| Improve this Doc View Source

AddFinishedQuest(List<Message>)

Declaration
public void AddFinishedQuest(List<Message> messages)
Parameters
Type Name Description
List<Message> messages
| Improve this Doc View Source

AddMessage(String)

Declaration
public void AddMessage(string str)
Parameters
Type Name Description
String str
| Improve this Doc View Source

AddNote(List<TextFile.Token>)

Declaration
public void AddNote(List<TextFile.Token> texts)
Parameters
Type Name Description
List<TextFile.Token> texts
| Improve this Doc View Source

AddNote(String, Int32)

Declaration
public void AddNote(string str, int index = -1)
Parameters
Type Name Description
String str
Int32 index
| Improve this Doc View Source

Clear()

Declaration
public void Clear()
| Improve this Doc View Source

GetFinishedQuest(Int32)

Declaration
public TextFile.Token[] GetFinishedQuest(int index)
Parameters
Type Name Description
Int32 index
Returns
Type Description
TextFile.Token[]
| Improve this Doc View Source

GetFinishedQuests()

Declaration
public List<TextFile.Token[]> GetFinishedQuests()
Returns
Type Description
List<TextFile.Token[]>
| Improve this Doc View Source

GetMessages()

Declaration
public List<TextFile.Token[]> GetMessages()
Returns
Type Description
List<TextFile.Token[]>
| Improve this Doc View Source

GetNote(Int32)

Declaration
public TextFile.Token[] GetNote(int index)
Parameters
Type Name Description
Int32 index
Returns
Type Description
TextFile.Token[]
| Improve this Doc View Source

GetNotebookSaveData()

Declaration
public PlayerNotebook.NotebookData_v1 GetNotebookSaveData()
Returns
Type Description
PlayerNotebook.NotebookData_v1
| Improve this Doc View Source

GetNotes()

Declaration
public List<TextFile.Token[]> GetNotes()
Returns
Type Description
List<TextFile.Token[]>
| Improve this Doc View Source

MoveFinishedQuest(Int32, Int32)

Declaration
public void MoveFinishedQuest(int srcIdx, int destIdx)
Parameters
Type Name Description
Int32 srcIdx
Int32 destIdx
| Improve this Doc View Source

MoveNote(Int32, Int32)

Declaration
public void MoveNote(int srcIdx, int destIdx)
Parameters
Type Name Description
Int32 srcIdx
Int32 destIdx
| Improve this Doc View Source

RemoveFinishedQuest(Int32)

Declaration
public void RemoveFinishedQuest(int index)
Parameters
Type Name Description
Int32 index
| Improve this Doc View Source

RemoveNote(Int32)

Declaration
public void RemoveNote(int index)
Parameters
Type Name Description
Int32 index
| Improve this Doc View Source

RestoreNotebookData(PlayerNotebook.NotebookData_v1)

Declaration
public void RestoreNotebookData(PlayerNotebook.NotebookData_v1 notebookData)
Parameters
Type Name Description
PlayerNotebook.NotebookData_v1 notebookData
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX