mikeownage.com

Site

News
Downloads
My Directory
Battle.net Archive
My YouTube
Contact Me

Gaming

Supreme Ruler

Projects

Asgard3
Asgard Server
Binary Gateway 2
Supreme Ruler Files
Supreme Ruler Toolkit

Clan

GDN
 Class CommandItem
Generated by DocFX

Class CommandItem

Inheritance
System.Object
CommandItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.Plugin
Assembly: Asgard3.Core.dll
Syntax
public abstract class CommandItem

Constructors

| Improve this Doc View Source

CommandItem(String, String, DbFlags)

Declaration
protected CommandItem(string command, string description, DbFlags flags)
Parameters
Type Name Description
System.String command
System.String description
DbFlags flags
| Improve this Doc View Source

CommandItem(String, String, String, DbFlags)

Declaration
protected CommandItem(string command, string usage, string description, DbFlags flags)
Parameters
Type Name Description
System.String command
System.String usage
System.String description
DbFlags flags

Properties

| Improve this Doc View Source

Command

Declaration
public string Command { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Description

Declaration
public string Description { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Flags

Declaration
public DbFlags Flags { get; }
Property Value
Type Description
DbFlags
| Improve this Doc View Source

Usage

Declaration
public string Usage { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ProcessCommand(String, UserItem, String, CommandLocation)

Declaration
public abstract void ProcessCommand(string command, UserItem u, string message, CommandLocation commandLocation)
Parameters
Type Name Description
System.String command
UserItem u
System.String message
CommandLocation commandLocation


Copyright © 2010 - 2025 mikeownage.com all rights reserved.