mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Add exists_in_package script function (#86)
* add exists_in_package script function * Update index.txt
This commit is contained in:
@@ -101,6 +101,7 @@ $built_in_functions = array(
|
||||
// other
|
||||
'trace' =>'',
|
||||
'assert' =>'',
|
||||
'exists_in_package' =>'',
|
||||
);
|
||||
|
||||
|
||||
@@ -232,4 +233,4 @@ function highlight_script_string($code) {
|
||||
return $code;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user