Table of Contents

Class DefinitionContext

Namespace
TaleWorlds.SaveSystem.Definition
Assembly
TaleWorlds.SaveSystem.dll
public class DefinitionContext
Inheritance
DefinitionContext
Inherited Members

Constructors

DefinitionContext()

public DefinitionContext()

Fields

_errors

public List<string> _errors

Field Value

List<string>

Properties

Errors

public IEnumerable<string> Errors { get; }

Property Value

IEnumerable<string>

GotError

public bool GotError { get; }

Property Value

bool

Methods

FillWithCurrentTypes()

public void FillWithCurrentTypes()

GenerateCode(SaveCodeGenerationContext)

public void GenerateCode(SaveCodeGenerationContext context)

Parameters

context SaveCodeGenerationContext

TryGetTypeDefinition(SaveId)

public TypeDefinitionBase TryGetTypeDefinition(SaveId saveId)

Parameters

saveId SaveId

Returns

TypeDefinitionBase

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).