This wiki is out of date, use the continuation of this wiki instead

Fpg add

From FenixWiki

Revision as of 11:48, 8 July 2007 by 130.89.160.132 (Talk)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


[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.
Personal tools