Метод | Описание | |
---|---|---|
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, |
Метод | Описание | |
---|---|---|
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 | |
Результат | bool |
public CloneNode ( IGraphOwner graphOwner, |
||
graphOwner | IGraphOwner | |
original | ||
cloneName | string | |
Результат | bool |
public DeleteNode ( string nodePath ) : bool | ||
nodePath | string | |
Результат | bool |
public FillEncounterNodeTree ( |
||
treeView | ||
Результат | void |
public GameMasterDataManager ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public GetGameMasterNode ( string nodeId ) : |
||
nodeId | string | |
Результат |
public GetGenericScriptNodes ( ) : ICollection |
||
Результат | ICollection |
public static GetInstance ( ) : |
||
Результат |
public OnCampaignSelected ( IGraphOwner graphOwner, |
||
graphOwner | IGraphOwner | |
selectedNode | ||
Результат | void |
public RefreshGraph ( IGraphOwner graphOwner ) : void | ||
graphOwner | IGraphOwner | |
Результат | void |
public SelectCampaign ( IGraphOwner graphOwner, string module, string name ) : void | ||
graphOwner | IGraphOwner | |
module | string | |
name | string | |
Результат | void |
public TryAddEdge ( string sourceId, string destinationId ) : bool | ||
sourceId | string | |
destinationId | string | |
Результат | bool |
public TryModifyJson ( IGraphOwner graphOwner, |
||
graphOwner | IGraphOwner | |
node | ||
newJsonString | string | |
Результат | void |