Your browser does not support HTML5 canvas. Fork me on GitHub

Available Packages:

StandardTextTags

Source

function createCriticalStrikeTextTag(unit u, int damage) returns texttag

Source

Create a texttag that matches the style of the standard warcraft 3 Critical Strike ability.

function createGoldBountyTextTag(unit u, int bounty, player killer) returns texttag

Source

Create a texttag that matches the style of the standard warcraft 3 gold bounty.

function createGoldBountyTextTag(unit u, int bounty) returns texttag

Source

Create a texttag that matches the style of the standard warcraft 3 gold bounty.

function createLumberBountyTextTag(unit u, int bounty, player killer) returns texttag

Source

Create a texttag that matches the style of the standard warcraft 3 lumber bounty.

function createLumberBountyTextTag(unit u, int bounty) returns texttag

Source

Create a texttag that matches the style of the standard warcraft 3 lumber bounty.

function createManaBurnTextTag(unit u, int damage) returns texttag

Source

Create a texttag that matches the style of the standard warcraft 3 Mana Burn ability.

function createMissTextTag(unit u) returns texttag

Source

Create a texttag that matches the style of the standard warcraft 3 attack miss indication.

function createShadowStrikeTextTag(unit u, int damage, boolean isInitialDamage) returns texttag

Source

Create a texttag that matches the style of the standard warcraft 3 Shadow Strike ability.

function static texttag.setScaledText(string text, real scale)

Source

Set the text with the standard font size scaled by a factor.

function static texttag.setText(string text)

Source

Set the text with the standard font size.

function standardTextTag() returns texttag

Source

Creates a text tag with default values matching standard built-in text tags

function standardTextTag('unknown type' (the type vec2 could not be found, the containing package might not be imported) pos, string text) returns texttag

Source