update console commands execution pipeline

This commit is contained in:
MihailRis
2025-01-22 09:30:32 +03:00
parent a0210c82ce
commit db2795eb4f
3 changed files with 26 additions and 7 deletions
+7
View File
@@ -2,6 +2,13 @@
To work with the command interpreter, use the **console** library.
When sending a command via the standard console (core:console layout):
1. the `allow-cheats` rule is checked
2. the `pos.x|y|z`, `entity.id`, `entity.selected` variables are automatically set.
3. the command handler is called - console.submit or the default one.
The default handler calls console.execute, passing the result to the console.log call.
## Commands creation
To create a console command, use the following function: