Show / Hide Table of Contents

Interface IResourceInterpreter

Namespace: SlipeServer.Server.Resources.Interpreters
Assembly: SlipeServer.Server.dll
Syntax
public interface IResourceInterpreter

Properties

| Edit this page View Source

IsFallback

Declaration
bool IsFallback { get; }
Property Value
Type Description
bool

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
Type Name Description
MtaServer mtaServer
RootElement rootElement
string name
string path
IResourceProvider resourceProvider
Resource resource
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX