New In 1.5

From EventScripts Community Encyclopedia

The following is the new commands and variables between ES v1.3 and ES v1.5. This does not include new subcommands (of which that are many).

cvarlist
'                                        : cmd      :                  : Reserved for EventScripts/corelib use
(                                        : cmd      :                  : Reserved for EventScripts/corelib use
)                                        : cmd      :                  : Reserved for EventScripts/corelib use
:                                        : cmd      :                  : Invoke a service command
AUTHSERVICE_ADMIN                        : 1        :                  : Custom server variable.
AUTHSERVICE_FAIL                         : -1       :                  : Custom server variable.
AUTHSERVICE_IDENTIFIED                   : 4        :                  : Custom server variable.
AUTHSERVICE_POWERUSER                    : 2        :                  : Custom server variable.
AUTHSERVICE_ROOT                         : 0        :                  : Custom server variable.
AUTHSERVICE_UNRESTRICTED                 : 128      :                  : Custom server variable.
changelevel                              : cmd      :                  : proxy change level
clientcmd                                : cmd      :                  : Allows you to loop with a condition and a block.
es__createentity2                        : cmd      :                  : EventScripts internal command.
es__db                                   : cmd      :                  : Internal command
es__prop_dynamic_create                  : cmd      :                  : EventScripts internal command.
es__prop_physics_create                  : cmd      :                  : EventScripts internal command.
es__sb                                   : cmd      :                  : Internal command
es_centertell                            : cmd      :                  : Sends a centered HUD message to all players. Expands event and server variables.
es_commandv                              : cmd      :                  : Just runs a command-string inside of the variable. Expands event and server variables.
es_dbgmsgv                               : cmd      :                  : Prints a debug message for EventScripts Expands event and server variables.
es_dosql                                 : cmd      :                  : Internal use only.
es_dumpstringtable                       : cmd      :                  : Update an entry in a stringtable Expands event and server variables.
es_effect                                : cmd      :                  : Performs a particular effect. Expands event and server variables.
es_entcreate                             : cmd      :                  : Creates an entity where a player is looking.  Expands event and server variables.
es_event                                 : cmd      :                  : Create and fire events to signal to plugins that an event has happened. It must be an event loaded via es_loadevents. Expands e
es_formatv                               : cmd      :                  : Allows you to format a string by filling in a list of strings into a format string. Expands event and server variables.
es_gettimestamp                          : cmd      :                  : Stores a timestamp in seconds in a variable. gettimestamp provides a shorter timestamp only for comparing against other es_gett
es_keygroupcopy                          : cmd      :                  : Copies a keygroup.  Expands event and server variables.
es_logv                                  : cmd      :                  : Logs the text inside of a variable. Expands event and server variables.
es_playsound                             : cmd      :                  : Plays a sound to a player. Expands event and server variables.
es_precachesound                         : cmd      :                  : Precache sound.  Expands event and server variables.
es_prop_dynamic_create                   : cmd      :                  : See prop_dynamic_create for syntax, but requires a userid first  Expands event and server variables.
es_prop_physics_create                   : cmd      :                  : See prop_physics_create for syntax, but requires a userid first.  Expands event and server variables.
es_queryclientvar                        : cmd      :                  : Sends a request to query a client's console variable. Expands event and server variables.
es_set                                   : cmd      :                  : Adds/sets a new server/global variable. Expands event and server variables.
es_sql                                   : cmd      :                  : Local database support  Expands event and server variables.
es_unregclientcmd                        : cmd      :                  : Removes a client command that refers to a particular block. Expands event and server variables.
es_unregsaycmd                           : cmd      :                  : Removes a say command that refers to a particular block. Expands event and server variables.
es_xcentertell                           : cmd      :                  : Sends a centered HUD message to all players.
es_xcommandv                             : cmd      :                  : Just runs a command-string inside of the variable.
es_xdbgmsgv                              : cmd      :                  : Prints a debug message for EventScripts
es_xdosql                                : cmd      :                  : Does some SQL.
es_xdumpstringtable                      : cmd      :                  : Update an entry in a stringtable
es_xeffect                               : cmd      :                  : Performs a particular effect.
es_xentcreate                            : cmd      :                  : Creates an entity where a player is looking.
es_xevent                                : cmd      :                  : Create and fire events to signal to plugins that an event has happened. It must be an event loaded via es_loadevents.
es_xformatv                              : cmd      :                  : Allows you to format a string by filling in a list of strings into a format string.
es_xgettimestamp                         : cmd      :                  : Stores a timestamp in seconds in a variable. gettimestamp provides a shorter timestamp only for comparing against other es_gett
es_xkeygroupcopy                         : cmd      :                  : Copies a keygroup.
es_xlogv                                 : cmd      :                  : Logs the text inside of a variable.
es_xplaysound                            : cmd      :                  : Plays a sound to a player.
es_xprecachesound                        : cmd      :                  : Precache sound.
es_xprop_dynamic_create                  : cmd      :                  : See prop_dynamic_create for syntax, but requires a userid first
es_xprop_physics_create                  : cmd      :                  : See prop_physics_create for syntax, but requires a userid first.
es_xqueryclientvar                       : cmd      :                  : Sends a request to query a client's console variable.
es_xset                                  : cmd      :                  : Adds/sets a new server/global variable.
es_xsql                                  : cmd      :                  : Local database support
es_xunregclientcmd                       : cmd      :                  : Removes a client command that refers to a particular block.
es_xunregsaycmd                          : cmd      :                  : Removes a say command that refers to a particular block.
escinject                                : cmd      :                  : Escapes certain characters dependant on command.
eventscripts_deadflag                    : 1        :                  : If set to 1, uses fast but less stable method of detecting player's dead state. If set to 0, reverts to using Valve's method (d
eventscripts_maphandler                  : 1        :                  : If set to 1, EventScripts will allow level change replacement. Must be set in autoexec.cfg or on command-line.
eventscripts_nextmapoverride             : 0        :                  : Set this to a map name that will override the next changelevel command to use this map.
eventscripts_quote                       : 0        :                  : A quotation mark. A tool, not a variable.
eventscripts_scripttrace                 : 0        :                  : Turns on script tracing.
exp                                      : cmd      :                  : extended expansion
getplayercount                           : cmd      :                  : Counts players based on a foreach filter
inrange                                  : cmd      :                  : Syntax: inrange <var> <value1> <range> <value2>
interface                                : cmd      :                  : Associates console commands with interfaces (instances) and registers interfaces
isnumerical                              : cmd      :                  : Stores whether or not a string is numerical in a var
queue                                    : cmd      :                  : Queue, FIFO type information structure
quickclientcmd                           : cmd      :                  : Create client server commands
quickcmd                                 : cmd      :                  : Create server commands
quicksaycmd                              : cmd      :                  : Create chat commands
services                                 : cmd      :                  : Defines a one-of-a-kind service that requires a specific interface
setentname                               : cmd      :                  : Sets an entity name
sqlx                                     : cmd      :                  : Holds some extended sqlite commands.
testcase                                 : cmd      :                  : Allows you to define blocks for a test case.
testlib                                  : cmd      :                  : Execute various unit test commands.
testprint                                : cmd      :                  : Used for printing out test messages.
testsuite                                : cmd      :                  : Allows you to define a testsuite of testcases.
testtest                                 : cmd      :                  : Test the tests
textlib                                  : cmd      :                  : Library containing text-specific functions.
tokenfrq                                 : cmd      :                  : Gets the frequency of a token in a string
usermsg                                  : cmd      :                  :
uxp                                      : cmd      :                  : extended user expansion
uxp_reg                                  : cmd      :                  : extended user expansion registration
vecmath                                  : cmd      :                  : Perform vector operations.
{                                        : cmd      :                  : Reserved for EventScripts/corelib use
}                                        : cmd      :                  : Reserved for EventScripts/corelib use
blog comments powered by Disqus