Method | Description | |
---|---|---|
AllStrategies ( ) : IEnumerable |
||
CreateStrategiesFolderIfNecessary ( ) : bool | ||
DynamicStrategyLoader ( ) : System | ||
DynamicallyLoadFromFile ( ) : |
||
DynamicallyLoadFromSource ( string code ) : CompiledResult | ||
GetPlayerAction ( object playerActionOrString ) : |
||
GetPlayerAction ( string name ) : |
||
GetPlayerActionFromCode ( string code ) : |
||
GetPlayerSource ( string name ) : string | ||
Load ( ) : bool | ||
LoadAllCustomStrategies ( ) : bool | ||
WriteOutAllEmbeddedStrategies ( ) : bool |
Method | Description | |
---|---|---|
InitGetCompiler ( ) : void |
public static CreateStrategiesFolderIfNecessary ( ) : bool | ||
return | bool |
public DynamicallyLoadFromFile ( ) : |
||
return |
public DynamicallyLoadFromSource ( string code ) : CompiledResult | ||
code | string | |
return | CompiledResult |
public GetPlayerAction ( object playerActionOrString ) : |
||
playerActionOrString | object | |
return |
public GetPlayerAction ( string name ) : |
||
name | string | |
return |
public GetPlayerActionFromCode ( string code ) : |
||
code | string | |
return |
public GetPlayerSource ( string name ) : string | ||
name | string | |
return | string |
public static WriteOutAllEmbeddedStrategies ( ) : bool | ||
return | bool |