add "exists_as_package" script function

This commit is contained in:
GenevensiS
2026-05-11 09:32:13 +02:00
parent 19b144f37b
commit 24abf8fe86
3 changed files with 26 additions and 0 deletions
+1
View File
@@ -138,4 +138,5 @@ These functions are built into the program, other [[type:function]]s can be defi
| [[fun:assert]] Check a condition for debugging purposes.
| [[fun:warning]] Output a warning message.
| [[fun:error]] Output an error message.
| [[fun:exists_as_package]] Checks if a package exists.
| [[fun:exists_in_package]] Checks if a file exists in a package.