Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emagood/injected
Inject code into GDScript, be careful in how you do it /// inyecta código en GDScript , tenga precaución en como lo hace
https://github.com/emagood/injected
codigo gdscript inyector scripting
Last synced: 12 days ago
JSON representation
Inject code into GDScript, be careful in how you do it /// inyecta código en GDScript , tenga precaución en como lo hace
- Host: GitHub
- URL: https://github.com/emagood/injected
- Owner: emagood
- License: mit
- Created: 2024-10-25T22:34:03.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T19:49:53.000Z (22 days ago)
- Last Synced: 2024-12-10T14:08:06.333Z (12 days ago)
- Topics: codigo, gdscript, inyector, scripting
- Language: GDScript
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Inject code into the GDSCRIPT so you can run it later
uses the file class and is slow compared to dynamic mode,
works locally and requires access to the archiveImplemented dynamic mode that compiles the script
in the gdscript class and runs it,
This mode is faster and more dangerous, it works locally without requiring files, it can be used in online mode but it is not recommendedinyecta código en el gdscript para poder ejecutarlo después
usa la clase file y es lento comparado con el modo dinámico ,
funciona en local y requiere acceso al archivose implemento el modo dinámico que compila el script
en la clase gdscript y lo ejecuta ,
este modo es mas rápido y peligroso , funciona en local sin requerir archivos , se puede usar en modo online pero no se recomienda