Action Draw Life

From ENIGMA
Jump to navigation Jump to search

Description

Action draw life.png

Draw Life

Draws the value of the lives variable at the given location with the given caption.

Parameters

Parameter Description
X x coordinate of the point to draw at in pixels
Y y coordinate
Caption the text to use preceding the lives value
Relative (true or false) whether to draw relative to the objects position

Function Equivalent

action_draw_life(const double x, const double y, const string caption)
returns: (void)