Garry's Mod

Garry's Mod

EEL - Enhanced Execution Layer
目前顯示第 1-3 項,共 3 項
更新:2024 年 9 月 1 日 @ 上午 9:01
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

更新:2024 年 8 月 27 日 @ 下午 4:07
Nak 發表

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

更新:2024 年 8 月 27 日 @ 下午 3:12
Nak 發表

Initial addon creation.