Es.exists
From EventScripts Community Encyclopedia
|
[edit] Method: existsModule: es [edit] Method Overview[edit] Table of Contents
[edit] DescriptionChecks for the existence of item specified by type and returns the result. 0 means it does not exist and 1 means it does exists. This is the Python equivalent of: http://www.eventscripts.com/pages/es_exists [edit] Arguments
[edit] Exampleshasvar = es.exists('variable','mp_friendlyfire') hasthisuser = es.exists('userid',34) is_script_loaded = es.exists('script','mugmod') [edit] Notes
[edit] See Also |
|
