Es.createentitylist
From EventScripts Community Encyclopedia
[edit] Method: createentitylistModule: es [edit] Method Overview[edit] Table of Contents
[edit] DescriptionReturns a dictionary which contains all entities, that are currently on the map, with info about them. It uses the entity index as the keys within that dictionary. This is the Python equivalent of: http://www.eventscripts.com/pages/es_createentitylist [edit] Arguments
[edit] Examples
hostages = es.createentitylist("hostage_entity") allentities = es.createentitylist() # leave the parameter out if you want all entities [edit] Notes
[edit] See Also |
|
