Document precision parameter of SetPosition() (#1348)

Controls
Sven Eberhardt 2015-07-04 11:10:41 -04:00
parent f653d4c70c
commit 723d3c6df9
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@
<desc>Only applies to objects using the BorderBound flag. Ensures that the position is always within the limits specified by the object.</desc>
<optional />
</param>
<param>
<type>int</type>
<name>prec</name>
<desc>Precision. Coordinates are divided by this value to enable fractional positions. Defaults to 1.</desc>
<optional />
</param>
</params>
</syntax>
<desc>Moves the object to the specified position. This will set the exact pixel position and any internal sub-pixel offsets will be reset.</desc>