| Find out if the script in question is being deleted. |
| Declaration: |
| int ferite_script_being_deleted( FeriteScript *script ) |
| Description: |
| This function is often useful for making decisions within a native destructor. |
| Parameters: |
| Parameter #1: FeriteScript *script - The script to check |
| Returns: |
| FE_TRUE if the script is being deleted, FE_FALSE otherwise |