- Changes to the Lua ScriptSystem spec.
This commit is contained in:
@@ -42,15 +42,4 @@ public interface ISafeStorageService : IStorageService
|
|||||||
/// Deletes all paths from all white lists.
|
/// Deletes all paths from all white lists.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void ClearAllWhitelists();
|
void ClearAllWhitelists();
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Whether the service instance is in file read-only mode.
|
|
||||||
/// </summary>
|
|
||||||
bool IsReadOnlyMode { get; }
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Sets the service into file read-only mode. Cannot be undone.
|
|
||||||
/// </summary>
|
|
||||||
/// <returns></returns>
|
|
||||||
bool EnableReadOnlyMode();
|
|
||||||
}
|
}
|
||||||
|
|||||||
-16
@@ -24,22 +24,6 @@ public interface ILuaScriptManagementService : IReusableService
|
|||||||
// [Required]
|
// [Required]
|
||||||
Task<FluentResults.Result> LoadScriptResourcesAsync(ImmutableArray<ILuaScriptResourceInfo> resourcesInfo);
|
Task<FluentResults.Result> LoadScriptResourcesAsync(ImmutableArray<ILuaScriptResourceInfo> resourcesInfo);
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Executes cached scripts (code) for the given <see cref="ContentPackage"/>.
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="package"></param>
|
|
||||||
/// <returns></returns>
|
|
||||||
// [Required]
|
|
||||||
FluentResults.Result ExecuteLoadedScriptsForPackage(ContentPackage package);
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Executes cached scripts (code) for the given collection <see cref="ContentPackage"/>.
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="packages"></param>
|
|
||||||
/// <returns></returns>
|
|
||||||
// [Required]
|
|
||||||
FluentResults.Result ExecuteLoadedScriptsForPackages(IEnumerable<ContentPackage> packages);
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user