Class RootElement
The root element
The root element is a special type of element that exists at the top of the element tree.
This element does not have any special logic other than that it is the (grand)parent of all elements
Assembly: SlipeServer.Server.dll
Syntax
public class RootElement : Element
Properties
|
Edit this page
View Source
ElementType
The element type as per MTA's specifications. Multiple C# types can share the same MTA element type.
Declaration
public override ElementType ElementType { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
AssociateWith(MtaServer)
Declaration
public RootElement AssociateWith(MtaServer server)
Parameters
Returns
Extension Methods