<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.svencoop.com/index.php?action=history&amp;feed=atom&amp;title=CConCommand</id>
	<title>CConCommand - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.svencoop.com/index.php?action=history&amp;feed=atom&amp;title=CConCommand"/>
	<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=CConCommand&amp;action=history"/>
	<updated>2026-04-04T06:05:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.svencoop.com/index.php?title=CConCommand&amp;diff=1329&amp;oldid=prev</id>
		<title>Outerbeast: Created page with &quot;The CConCommand class represents a custom server command.  Type: Reference type. &lt;hr&gt; This constructor creates a new command with the given name, help info, callback and flags...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=CConCommand&amp;diff=1329&amp;oldid=prev"/>
		<updated>2025-04-05T19:51:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The CConCommand class represents a custom server command.  Type: Reference type. &amp;lt;hr&amp;gt; This constructor creates a new command with the given name, help info, callback and flags...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The CConCommand class represents a custom server command.&lt;br /&gt;
&lt;br /&gt;
Type: Reference type.&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
This constructor creates a new command with the given name, help info, callback and flags:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;CConCommand(const string&amp;amp; in szName, const string&amp;amp; in szHelpInfo, ConCommandCallback@ pCallback, const ConCommandFlags_t flags = ConCommandFlag::None)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
Funcdef - Called when the command is executed:&lt;br /&gt;
&amp;lt;pre&amp;gt;void ConCommandCallback(const CCommand@ args)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;vertical-align:middle;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;font-weight:bold; text-align:center;&amp;quot;&lt;br /&gt;
! Function&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;const string&amp;amp; GetName() const&lt;br /&gt;
| Gets the name of this command.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;const string&amp;amp; GetFullyQualifiedName() const&lt;br /&gt;
| Gets the fully qualified name of this command. This is the name that the command is referred to when called.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;const string&amp;amp; GetHelpInfo() const&lt;br /&gt;
| Gets the help info describing this command.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;ConCommandKind::Type GetKind() const&lt;br /&gt;
| Gets the type of this console command.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;const string&amp;amp; GetOwningModuleName() const&lt;br /&gt;
| Gets the name of the module that owns (created) this command.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;bool HasBeenAdded() const&lt;br /&gt;
| Whether this command was added to the list of commands. Must be added to be usable from the console.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Outerbeast</name></author>
	</entry>
</feed>