resetFrame: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Initial write-up.)
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 6: Line 6:


|usage=
|usage=
<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
resetFrame(frame)
resetFrame(frame)
</source>
</syntaxhighlight>
'''Parameter'''
'''Parameter'''
{{param|frame|A string containing the name of the frame that has its position reset.}}
{{param|frame|A string containing the name of the frame that has its position reset.}}

Latest revision as of 22:11, 14 March 2023

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

resetFrame() Function

Resets a frame to its default position.

Usage

resetFrame(frame)

Parameter

  • frame - A string containing the name of the frame that has its position reset.


See Also