GetMarkerTarget: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
__NOTOC__ | __NOTOC__ | ||
This | This function returns the x,y,z-position of the specified markers target, the position it points to. | ||
==Syntax== | ==Syntax== | ||
Line 10: | Line 10: | ||
===Required Arguments=== | ===Required Arguments=== | ||
*''' | *'''marker:''' The marker you wish to retieve the target position of. | ||
===Returns=== | ===Returns=== | ||
Returns '' | Returns three ''float'' if a target is set, ''false'' otherwise.? | ||
==Example== | ==Example== | ||
Line 30: | Line 26: | ||
==See Also== | ==See Also== | ||
{{ | {{Marker functions}} |
Revision as of 20:37, 28 July 2007
This function returns the x,y,z-position of the specified markers target, the position it points to.
Syntax
float float float getMarkerTarget ( element marker )
Required Arguments
- marker: The marker you wish to retieve the target position of.
Returns
Returns three float if a target is set, false otherwise.?
Example
This example does...
--This line does... blabhalbalhb --abababa --This line does this... mooo
See Also
- createMarker
- getMarkerColor
- getMarkerCount
- getMarkerIcon
- getMarkerSize
- getMarkerTarget
- getMarkerType
- setMarkerColor
- setMarkerIcon
- setMarkerSize
- setMarkerTarget
- setMarkerType
- isElementWithinMarker