add get_card_styling function for export scripts

This commit is contained in:
GenevensiS
2024-09-16 08:59:55 +02:00
parent 4767332060
commit 9b34ae5446
4 changed files with 34 additions and 3 deletions
@@ -48,7 +48,8 @@ $built_in_functions = array(
'filter_list' =>'',
'random_shuffle' =>'',
'random_select' =>'',
'random_select_many' =>'',
'random_select_many' =>'',
'get_card_styling' =>'',
// keywords
'expand_keywords' =>'', 'expand_keywords_rule'=>'expand_keywords',
'keyword_usage' =>'',
@@ -232,4 +233,4 @@ function highlight_script_string($code) {
return $code;
}
?>
?>