Es.event initialize

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

Initializes the event to be fired. This could be an already existing event e.g. player_say or one you have created yourself.

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

Arguments

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


Examples

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

Notes


See Also

blog comments powered by Disqus