Garry's Mod

Garry's Mod

EEL - Enhanced Execution Layer
Viser 1-3 af 3 forekomster
Opdatering: 1. sep. 2024 kl. 9:01
af Nak

Version: 20240902

Added
- Added support for "ent<id>". You can now retrieve a specific entity by its ID. For example, "ent10" will fetch the entity with the ID of 10.
- Added wilcard for entity-name lookup
- Added "prox", a keyword that will return all nearby entities at your aim position within 128 units.
- Added "prox<distance>". You can now specify a distance after "prox" to define a custom search radius.

Fixes
- The lookup process now searches the _G table first for variables, meaning any variables in the global table will take precedence during the lookup process.
- Fixed [NULL] entities overriding each other within the debugger.
- Fixed [NULL] entity error for debugger
- Lua calls have been optimized to only search on index, improving performance.
- "near" variable will now ignore entities parented to the player running the code
- Debug-variables are now only shown to the player running the code

Opdatering: 27. aug. 2024 kl. 16:07
af Nak

Version: 20240828
- Added line definition for functions.
- Modified compiler to retry without return keyword if failed.

Opdatering: 27. aug. 2024 kl. 15:12
af Nak

Initial addon creation.