Plugin print: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 2: Line 2:
'''plugin_print''' is a server side command that displays the currently loaded plugin. This is used alongside [[plugin_unload]] to unload a plugin.
'''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}}
{{syntax|plugin_print}}
Example of output:
Example of output:
  Loaded plugins:
  Loaded plugins:

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