Legendary Explorer Core Nightly
Core library for working with Mass Effect Trilogy / Legendary Edition files
Loading...
Searching...
No Matches
VarLinkInfo Class Reference

Basic description of a single VarLink (bottom of kismet action - this includes all links) More...

Static Public Member Functions

static VarLinkInfo FromStruct (StructProperty sp, IMEPackage package)
 Factory method to create a VarLinkInfo from a SeqVarLink struct More...
 

Properties

string LinkDesc [get, set]
 LinkDesc property value More...
 
string PropertyName [get, set]
 PropertyName property value More...
 
IEntry ExpectedType [get, set]
 Expected type of variable More...
 
string ExpectedTypeName [get]
 Expected type name of variable More...
 
List< IEntryLinkedNodes [get, set]
 Sequence objects that are linked to this var link More...
 

Detailed Description

Basic description of a single VarLink (bottom of kismet action - this includes all links)

Member Function Documentation

◆ FromStruct()

static VarLinkInfo VarLinkInfo.FromStruct ( StructProperty  sp,
IMEPackage  package 
)
inlinestatic

Factory method to create a VarLinkInfo from a SeqVarLink struct

Parameters
spSeqVarLink struct property
packagePackage containing sequence object
Returns
New VarLinkInfo

Property Documentation

◆ LinkDesc

string VarLinkInfo.LinkDesc
getset

LinkDesc property value

◆ PropertyName

string VarLinkInfo.PropertyName
getset

PropertyName property value

◆ ExpectedType

IEntry VarLinkInfo.ExpectedType
getset

Expected type of variable

◆ ExpectedTypeName

string VarLinkInfo.ExpectedTypeName
get

Expected type name of variable

◆ LinkedNodes

List<IEntry> VarLinkInfo.LinkedNodes
getset

Sequence objects that are linked to this var link


The documentation for this class was generated from the following file: