Plugin print: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Plugin_print is a server side command that displays the currently loaded plugin. This is used alongside [[plugin_unload]] to unload a plugin.
{{wrongtitle|title=plugin_print}}
----
'''plugin_print''' is a server side command that displays the currently loaded plugin. This is used alongside [[plugin_unload]] to unload a plugin.
{{syntax|plugin_print}}
Example of output:
Example of output:
 
Loaded plugins:
Loaded plugins:
---------------------
---------------------
0: "Detox Server Plugin v0.91"
0: "Detox Server Plugin v0.91"
---------------------
---------------------
==See Also==
To load a plugin use [[plugin_load]]
*[[plugin_load]]
[[Category:Console Commands]]

Revision as of 15:24, 19 May 2006

Template:Wrongtitle plugin_print is a server side command that displays the currently loaded plugin. This is used alongside plugin_unload to unload a plugin. Syntax: plugin_print Example of output:

Loaded plugins:
---------------------
0: "Detox Server Plugin v0.91"
---------------------

See Also