- This wiki is out of date, use the continuation of this wiki instead
Fpg exists
From FenixWiki
[edit] Definition
INT fpg_exists ( <INT FileID> )
Checks if an FPG exists with the specified FileID.
[edit] Parameters
INT FileID | - The FileID of the File to check for existence. |
[edit] Returns
INT : Whether the File exists
false | - The specified File does not exist. |
true | - The specified File exists. |