Commit ea8ac774861113dbba1ab39abce5f5bb570287a1
1 parent
17c955e7
add hk_filter
Showing
1 changed file
with
20 additions
and
0 deletions
Show diff stats
| 1 | +/* | |
| 2 | + * Created by PyramIDE. | |
| 3 | + * User: フランスのトトロ aka (David RENÉ) | |
| 4 | + * Date: 19/05/2017 | |
| 5 | + * Time: 16:10 | |
| 6 | + * © Calexium | |
| 7 | + */ | |
| 8 | + | |
| 9 | +read tools/basis.anubis | |
| 10 | +transmit hayamiki_lib/view/types/hk_filter.anubis | |
| 11 | + | |
| 12 | +public define String | |
| 13 | +/* Return the Anubis source of the type component | |
| 14 | +*/ | |
| 15 | + to_Anubis_source | |
| 16 | + ( | |
| 17 | + HK_Filter filter | |
| 18 | + )= | |
| 19 | + "hk_filter(\""+filter.filter_name+"\", \""+filter.filter_string+"\")" | |
| 20 | +. | ... | ... |