Method | Description | |
---|---|---|
AddNewGenericScriptNode ( IGraphOwner owner, string scriptNodeName, string filePath ) : bool | ||
ClearModifiedFlags ( ) : void | ||
CloneNode ( IGraphOwner graphOwner, |
||
DeleteNode ( string nodePath ) : bool | ||
FillEncounterNodeTree ( |
||
GameMasterDataManager ( ) : System.Collections.Generic | ||
GetGameMasterNode ( string nodeId ) : |
||
GetGenericScriptNodes ( ) : ICollection |
||
GetInstance ( ) : |
||
Load ( ) : void | ||
OnCampaignSelected ( IGraphOwner graphOwner, |
||
RefreshGraph ( IGraphOwner graphOwner ) : void | ||
SaveModifiedFiles ( ) : void | ||
SelectCampaign ( IGraphOwner graphOwner, string module, string name ) : void | ||
TryAddEdge ( string sourceId, string destinationId ) : bool | ||
TryModifyJson ( IGraphOwner graphOwner, |
Method | Description | |
---|---|---|
ParseEncounterScripts ( string moduleName, string folderPath ) : void | ||
ParseGenericEncounterScripts ( string folderPath ) : void | ||
ParseNodeGraph ( string moduleName, string folderPath ) : void | ||
SearchForFileType ( string directory, string fileType, List |
public AddNewGenericScriptNode ( IGraphOwner owner, string scriptNodeName, string filePath ) : bool | ||
owner | IGraphOwner | |
scriptNodeName | string | |
filePath | string | |
return | bool |
public CloneNode ( IGraphOwner graphOwner, |
||
graphOwner | IGraphOwner | |
original | ||
cloneName | string | |
return | bool |
public FillEncounterNodeTree ( |
||
treeView | ||
return | void |
public GameMasterDataManager ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public GetGameMasterNode ( string nodeId ) : |
||
nodeId | string | |
return |
public GetGenericScriptNodes ( ) : ICollection |
||
return | ICollection |
public static GetInstance ( ) : |
||
return |
public OnCampaignSelected ( IGraphOwner graphOwner, |
||
graphOwner | IGraphOwner | |
selectedNode | ||
return | void |
public RefreshGraph ( IGraphOwner graphOwner ) : void | ||
graphOwner | IGraphOwner | |
return | void |
public SelectCampaign ( IGraphOwner graphOwner, string module, string name ) : void | ||
graphOwner | IGraphOwner | |
module | string | |
name | string | |
return | void |
public TryAddEdge ( string sourceId, string destinationId ) : bool | ||
sourceId | string | |
destinationId | string | |
return | bool |
public TryModifyJson ( IGraphOwner graphOwner, |
||
graphOwner | IGraphOwner | |
node | ||
newJsonString | string | |
return | void |