Warcraft 3 documentation
vJASS & Zinc Documentation
For the latest documentation about how it works vJASS and Zinc language layers for Warcraft III, please follow these links:
Jasshelper documentation - Zinc documentation - WC3 Optimizer documentation

[snippet] RefreshUI No New Posts Codes & Snippets

Started by
Troll-Brain

0 Members and 1 Guest are viewing this topic.

[snippet] RefreshUI
on: September 13, 2012, 05:26:57 PM
Category: Interface
Language: vJASS

Sometimes the unit interface needs to be refreshed in order to be displayed correctly.

For example, try to change the xp of an unit like every 0.05 s without refreshing the ui, and with it.

Code: jass
  1. library RefreshUI
  2.  
  3.     globals
  4.         // just make sure you define an ability which will be never used
  5.         private constant integer DUMMY_ABILITY = 'AImo'
  6.     endglobals
  7.  
  8.     function RefreshUI takes unit u returns nothing
  9.         call UnitAddAbility(u,DUMMY_ABILITY)
  10.         call UnitRemoveAbility(u,DUMMY_ABILITY)
  11.     endfunction
  12.  
  13. endlibrary
« Last Edit: December 19, 2017, 01:33:38 PM by moyack »

vJass is already a jass preprocessor, no need to (ab)use vJass features in order to make some inferior vJass preprocessor coded "by hand".


Re: RefreshUI
Reply #1 on: September 13, 2012, 07:29:32 PM

Nice snippet.

I remember I used to have those problems and someone told me to kill a unit to refresh the UI. iirc it worked, but it was a long time before I found out I could simply do this. :P



Re: RefreshUI
Reply #2 on: September 14, 2012, 06:14:05 AM

So you mean that if i kill a random unit every units' UI are refreshed ?!

vJass is already a jass preprocessor, no need to (ab)use vJass features in order to make some inferior vJass preprocessor coded "by hand".


Re: RefreshUI
Reply #3 on: September 15, 2012, 10:06:31 PM

After some time, I digged around and found it:
http://www.thehelper.net/threads/update-ability-tooltip.57197/

But apparently it is also unit specific, so no it is not better in any way. :P



Re: RefreshUI
Reply #4 on: September 17, 2012, 06:32:42 AM

Approved, this is an awesome snippet because it's short and sweet :D



 

Started by PitzerMike

Replies: 0
Views: 1640
Codes & Snippets

Started by Purgeandfire

Replies: 0
Views: 1716
Codes & Snippets

Started by Bribe

Replies: 0
Views: 1970
Codes & Snippets

Started by moyack

Replies: 0
Views: 9881
Codes & Snippets

Started by Magtheridon96

Replies: 1
Views: 8664
Codes & Snippets
Vivir aprendiendo.co - A place for learning stuff, in Spanish   Chaos Realm - The world of Game modders and wc3 addicts   Diplo, a gaming community   Power of Corruption, an altered melee featuring Naga and Demon. Play it now!!!   WC3JASS.com - The JASS Vault + vJASS and Zinc   Jetcraft - A Starcraft II mod   WormTastic Clan (wTc)   Warcraft RESOURCES Reforged: Modelos, mapas, proyectos y mas...