Show / Hide Table of Contents

Class BaseRpc

Inheritance
Object
BaseRpc
ElementRpc
ElementRpc<ElementType>
SingleCastRpc<T>
Implements
IRpc
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Shared.Rpc
Assembly: SlipeShared.dll
Syntax
public abstract class BaseRpc : IRpc

Constructors

| Improve this Doc View Source

BaseRpc()

Declaration
public BaseRpc()

Properties

| Improve this Doc View Source

OnClientRpcFailed

Declaration
public ClientRpcFailedAction OnClientRpcFailed { get; set; }
Property Value
Type Description
ClientRpcFailedAction

Methods

| Improve this Doc View Source

CreateElementArray(Element[])

Declaration
protected MtaElement[] CreateElementArray(Element[] elements)
Parameters
Type Name Description
Element[] elements
Returns
Type Description
Slipe.MtaDefinitions.MtaElement[]
| Improve this Doc View Source

GetArray<T>(Object)

Declaration
protected T[] GetArray<T>(dynamic table)
Parameters
Type Name Description
Object table
Returns
Type Description
T[]
Type Parameters
Name Description
T
| Improve this Doc View Source

GetElement<T>(Object)

Declaration
protected T GetElement<T>(dynamic mtaElement)
    where T : Element
Parameters
Type Name Description
Object mtaElement
Returns
Type Description
T
Type Parameters
Name Description
T
| Improve this Doc View Source

GetElementArray<T>(Object)

Declaration
protected T[] GetElementArray<T>(dynamic table)
    where T : Element
Parameters
Type Name Description
Object table
Returns
Type Description
T[]
Type Parameters
Name Description
T
| Improve this Doc View Source

Parse(Object)

Declaration
public abstract void Parse(dynamic value)
Parameters
Type Name Description
Object value

Implements

IRpc
  • Improve this Doc
  • View Source
Back to top Generated by DocFX