IDatamapFunctionHookContext
Interface IDatamapFunctionHookContext
Namespace: SwiftlyS2.Shared.Datamaps
Assembly: SwiftlyS2.CS2.dll
public interface IDatamapFunctionHookContext<T> : IDatamapFunctionHookContext where T : ISchemaClass<T>Type Parameters
- T
Implements
Properties
HookResult
HookResult HookResult { get; set; }Property Value
SchemaObject
T SchemaObject { get; }Property Value
- T