- This wiki is out of date, use the continuation of this wiki instead
Fpg add
From FenixWiki
[edit] Definition
INT fpg_add ( <INT destFileID> , <INT destGraphID> , <INT origFileID> , <INT origGraphID> )
Adds a certain graphic to a certain file at a certain position.
[edit] Parameters
| INT destFileID | - The fileID of the destination file. |
| INT destGraphID | - The graphID in the destination file where to add the graphic. |
| INT origFileID | - The fileID of the original file where the graphic is located. |
| INT origGraphID | - The graphID of the graphic to add. |
[edit] Returns
INT : graphID
| -1 | - Invalid destination file or graphID. |
| 0 | - Invalid original file or graphID. |
| >0 | - The GraphID of the destination graphic. |
