Class BasicResourceInterpreter
Inheritance
BasicResourceInterpreter
Assembly: SlipeServer.Server.dll
Syntax
public class BasicResourceInterpreter : IResourceInterpreter
Properties
|
Edit this page
View Source
IsFallback
Declaration
public bool IsFallback { get; }
Property Value
Methods
|
Edit this page
View Source
TryInterpretResource(MtaServer, RootElement, string, string, IResourceProvider, out Resource?)
Declaration
public bool TryInterpretResource(MtaServer mtaServer, RootElement rootElement, string name, string path, IResourceProvider resourceProvider, out Resource? resource)
Parameters
Returns
Implements