Es.event fire

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



Method: event

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

Method Overview

Table of Contents

Contents


Description

Fires the event you have already initialized. Remember you must initialize the event before firing!

This is the Python equivalent of: http://www.eventscripts.com/pages/es_event_fire

Arguments

  • command (String) - Event command to run. E.g. setstring but in this case fire
  • eventname (String) - The name of the event to initialize


Examples

es.event("fire", "player_say")

Notes


See Also

blog comments powered by Disqus