Action Draw Variable

From ENIGMA
Jump to navigation Jump to search

Description

Action draw variable.png

Draw Variable

Draws a variable at the given location.

Parameters

Parameter Description
Applies To which object is to perform the action (eg. self, other, etc)
Variable the name of the variable to draw
X x coordinate of the point to draw at in pixels
Y y coordinate
Relative (true or false) whether to draw relative to the objects position

Function Equivalent

action_draw_variable(variant variable, const double x, const double y)
returns: (void)