Interface IResourceInterpreter
Assembly: SlipeServer.Server.dll
Syntax
public interface IResourceInterpreter
Properties
|
Edit this page
View Source
IsFallback
Declaration
Property Value
Methods
|
Edit this page
View Source
TryInterpretResource(MtaServer, RootElement, string, string, IResourceProvider, out Resource?)
Declaration
bool TryInterpretResource(MtaServer mtaServer, RootElement rootElement, string name, string path, IResourceProvider resourceProvider, out Resource? resource)
Parameters
Returns