| Compile a script on disk into a given script object. This allows you to preload the script with data. |
| Declaration: |
| FeriteScript *ferite_script_compile_with_script_and_path( FeriteScript *script, char *str, char **paths ) |
| Parameters: |
| Parameter #1: FeriteScript *script - The script to use |
| Parameter #2: char *filename - The script filename to compile |
| Parameter #3: char **paths - A NULL terminated array of paths to add during compliation |
| Returns: |
| The same script that was passed into the function |