- This wiki is out of date, use the continuation of this wiki instead
Delete drawing
From FenixWiki
(Difference between revisions)
Revision as of 23:54, 19 November 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Revision as of 20:54, 22 January 2008 (edit) (undo) 85.144.194.29 (Talk) (Removing all content from page) Next diff → |
||
Line 1: | Line 1: | ||
- | [[Category:functions]] | ||
- | [[Category:drawing]] | ||
- | ==Definition== | ||
- | '''INT''' delete_drawing ( <'''INT''' DrawID> ) | ||
- | |||
- | Deletes a certain [[drawing]] from the screen. | ||
- | |||
- | == Parameters == | ||
- | {| | ||
- | | '''INT''' DrawID || - [[DrawID]] of the [[drawing]] to be deleted. | ||
- | |} | ||
- | |||
- | == Returns == | ||
- | '''INT''' : [[true]] | ||
- | |||
- | == Notes == | ||
- | [[Delete_drawing]](0) deletes all drawings from the screen. | ||
- | |||
- | {{Funcbox | ||
- | | category=Drawing | ||
- | }} |