Es.getargs

From EventScripts Community Encyclopedia
This article is a stub. Please help by adding to it.



Method: getargs

Module: es
Class: (no class)
EventScripts version: 2.0

Method Overview

Table of Contents

Contents


Description

It would return the whole command string send to a command! This is the Python equivalent of: http://www.eventscripts.com/pages/es_getargs

Arguments

(None)


Examples

def load():
    es.regsaycmd("test","script/test", "This is a test command")
 
def test():
    es.msg(es.getargs())
So if you type
 test arg1 arg2 arg3
it would broadcast arg1 arg2 arg3!

Notes

(None)

See Also

blog comments powered by Disqus