drawTextWorld()

From Hack Wars Wiki

Jump to: navigation, search


Information for free function drawTextWorld()
Function drawTextWorld(String text,String font,int fontSize,int x,int y,int red,int green,int blue,int alpha)
API Hacktendo
Description Draws text on the screen based on world (x,y). Color values range from 0-255.


It's just like drawText() just this is in world so it part of the map and not the screen.

Personal tools