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

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

Static Public Member Functions

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

Properties

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

Detailed Description

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

Member Function Documentation

◆ FromStruct()

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

Factory method to create a EventLinkInfo from a SeqEventLink struct

Parameters
spSeqVarLink struct property
packagePackage containing sequence object
Returns
New VarLinkInfo

Property Documentation

◆ LinkDesc

string EventLinkInfo.LinkDesc
getset

LinkDesc property value

◆ ExpectedType

IEntry EventLinkInfo.ExpectedType
getset

Expected type of event

◆ ExpectedTypeName

string EventLinkInfo.ExpectedTypeName
get

Expected type name of event

◆ LinkedNodes

List<IEntry> EventLinkInfo.LinkedNodes
getset

Sequence objects that are linked to this event link


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