Action Draw Score

From ENIGMA
Jump to navigation Jump to search

Description

Action draw score.png

Draw Score

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

Parameters

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

Function Equivalent

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