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

Fpg add

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 11:48, 8 July 2007 (edit)
130.89.160.132 (Talk)

← Previous diff
Current revision (11:48, 8 July 2007) (edit) (undo)
130.89.160.132 (Talk)

 

Current revision


[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