Gaming
 

MCom.updateUI

From WoWWiki

This article is a part of the documentation of the MCom function library

 --[[
   updateUI ( string slashcom, string subcom )
     Updates the UI(Cosmos or Khaos) with the values of the variable associated with the slash command
     passed to the function.  If this is done on a super slash command, then all sub commands
     will be updated, unless a specific on is specified.
   
   Args:
     slashcom - The slash commmand, or super slash command to update the variable from.
 
   Optional: 
     subcom -  If slashcom is a super slash command, you can use this to specify which slash
               command to update.
 ]]--