Вас бесили чёрные Blz функции? Постоянно приходилось заходить в common.j?
Не беда! Теперь Blz функции будут подсвечены и ничто не сможет помешать вам писать код!
Версия, на которой тестировалось - reforged (1.32), а также версии TESH 0.9.5
Внимание
Если у вас видны эти функции, то не нужно качать данный файл.

Сами функции

Много текста
function framehandle takes nothing returns nothing
endfunction
function BlzTriggerRegisterFrameEvent takes trigger whichTrigger, framehandle frame, frameeventtype eventId returns event
endfunction
function BlzCreateFrame takes string name, framehandle owner, integer priority, integer createContext returns framehandle
endfunction
function BlzCreateSimpleFrame takes string name, framehandle owner, integer createContext returns framehandle
endfunction
function BlzDestroyFrame takes framehandle frame returns nothing
endfunction
function BlzFrameSetAbsPoint takes framehandle frame, framepointtype point, real x, real y returns nothing
endfunction
function BlzFrameClearAllPoints takes framehandle frame returns nothing
endfunction
function BlzFrameSetAllPoints takes framehandle frame, framehandle relative returns nothing
endfunction
function BlzFrameSetVisible takes framehandle frame, boolean visible returns nothing
endfunction
function BlzFrameIsVisible takes framehandle frame returns boolean
endfunction
function BlzGetFrameByName takes string name, integer createContext returns framehandle
endfunction
function BlzFrameGetName takes framehandle frame returns string
endfunction
function BlzFrameClick takes framehandle frame returns nothing
endfunction
function BlzFrameSetText takes framehandle frame, string text returns nothing
endfunction
function BlzFrameGetText takes framehandle frame returns string
endfunction
function BlzFrameAddText takes framehandle frame, string text returns nothing
endfunction
function BlzFrameSetTextSizeLimit takes framehandle frame, integer size returns nothing
endfunction
function BlzFrameGetTextSizeLimit takes framehandle frame returns integer
endfunction
function BlzFrameSetTextColor takes framehandle frame, integer color returns nothing
endfunction
function BlzFrameSetFocus  takes framehandle frame, boolean flag returns nothing
endfunction
function BlzFrameSetModel takes framehandle frame, string modelFile, integer cameraIndex returns nothing
endfunction
function BlzFrameSetEnable takes framehandle frame, boolean enabled returns nothing
endfunction
function BlzFrameGetEnable takes framehandle frame returns boolean
endfunction
function BlzFrameSetAlpha takes framehandle frame, integer alpha returns nothing
endfunction
function BlzFrameGetAlpha takes framehandle frame returns integer
endfunction
function BlzFrameSetSpriteAnimate takes framehandle frame, integer primaryProp, integer flags returns nothing
endfunction
function BlzFrameSetTexture takes framehandle frame, string texFile, integer flag, boolean blend returns nothing
endfunction
function BlzFrameSetScale takes framehandle frame, real scale returns nothing
endfunction
function BlzFrameSetTooltip takes framehandle frame, framehandle tooltip returns nothing
endfunction
function BlzFrameCageMouse takes framehandle frame, boolean enable returns nothing
endfunction
function BlzFrameSetValue takes framehandle frame, real value returns nothing
endfunction
function BlzFrameGetValue takes framehandle frame returns real
endfunction
function BlzFrameSetMinMaxValue takes framehandle frame, real minValue, real maxValue returns nothing
endfunction
function BlzFrameSetStepSize takes framehandle frame, real stepSize returns nothing
endfunction
function BlzFrameSetSize takes framehandle frame, real width, real height returns nothing
endfunction
function BlzFrameSetVertexColor takes framehandle frame, integer color returns nothing
endfunction
function BlzFrameSetLevel takes framehandle frame, integer level returns nothing
endfunction
function BlzFrameSetParent takes framehandle frame, framehandle parent returns nothing
endfunction
function BlzFrameGetParent takes framehandle frame returns framehandle
endfunction
function BlzFrameGetHeight takes framehandle frame returns real
endfunction
function BlzFrameGetWidth takes framehandle frame returns real
endfunction
function BlzFrameSetFont takes framehandle frame, string fileName, real height, integer flags returns nothing
endfunction
function BlzFrameSetTextAlignment takes framehandle frame, textaligntype vert, textaligntype horz returns nothing
endfunction
function BlzFrameGetChildrenCount takes framehandle frame returns integer
endfunction
function BlzFrameGetChild takes framehandle frame, integer index returns framehandle
endfunction
function BlzCreateFrameByType takes string typeName, string name, framehandle owner, string inherits, integer createContext returns framehandle
endfunction
function BlzGetUnitSkin                                 takes unit whichUnit returns integer
endfunction
function BlzGetItemSkin                                 takes item whichItem returns integer
endfunction
function BlzSetUnitSkin                                 takes unit whichUnit, integer skinId returns nothing
endfunction
function BlzSetItemSkin                                 takes item whichItem, integer skinId returns nothing
endfunction
function BlzCreateItemWithSkin                       takes integer itemid, real x, real y, integer skinId returns item
endfunction
function BlzCreateUnitWithSkin                       takes player id, integer unitid, real x, real y, real face, integer skinId returns unit
endfunction
function BlzCreateDestructableWithSkin               takes integer objectid, real x, real y, real face, real scale, integer variation, integer skinId returns destructable
endfunction
function BlzCreateDestructableZWithSkin              takes integer objectid, real x, real y, real z, real face, real scale, integer variation, integer skinId returns destructable
endfunction
function BlzCreateDeadDestructableWithSkin           takes integer objectid, real x, real y, real face, real scale, integer variation, integer skinId returns destructable
endfunction
function BlzCreateDeadDestructableZWithSkin          takes integer objectid, real x, real y, real z, real face, real scale, integer variation, integer skinId returns destructable
endfunction
function BlzGetPlayerTownHallCount                   takes player whichPlayer returns integer
endfunction
function BlzGroupAddGroupFast                 takes group whichGroup, group addGroup returns integer
endfunction
function BlzGroupRemoveGroupFast              takes group whichGroup, group removeGroup returns integer
endfunction
function BlzGroupGetSize                      takes group whichGroup returns integer
endfunction
function BlzGroupUnitAt                       takes group whichGroup, integer index returns unit
endfunction
function BlzForceHasPlayer        takes force whichForce, player whichPlayer returns boolean
endfunction
function BlzCameraSetupSetLabel               takes camerasetup whichSetup, string label returns nothing
endfunction
function BlzCameraSetupGetLabel               takes camerasetup whichSetup returns string
endfunction
function BlzHideCinematicPanels                     takes boolean enable returns nothing
endfunction
function BlzSetAbilityExtendedTooltip                takes integer abilCode, string extendedTooltip, integer level returns nothing
endfunction
function BlzSetAbilityResearchTooltip                takes integer abilCode, string researchTooltip, integer level returns nothing
endfunction
function BlzGetAbilityResearchTooltip                takes integer abilCode, integer level returns string
endfunction
function BlzSetItemDescription                       takes item whichItem, string description returns nothing
endfunction
function BlzGetItemDescription                       takes item whichItem returns string
endfunction
function BlzSetSpecialEffectTimeScale                takes effect whichEffect, real timeScale returns nothing
endfunction
function BlzSpecialEffectClearSubAnimations          takes effect whichEffect returns nothing
endfunction
function BlzSpecialEffectRemoveSubAnimation          takes effect whichEffect, subanimtype whichSubAnim returns nothing
endfunction
function BlzSpecialEffectAddSubAnimation             takes effect whichEffect, subanimtype whichSubAnim returns nothing
endfunction
function BlzPlaySpecialEffect                        takes effect whichEffect, animtype whichAnim returns nothing
endfunction
function BlzPlaySpecialEffectWithTimeScale           takes effect whichEffect, animtype whichAnim, real timeScale returns nothing
endfunction
function BlzGetAnimName                              takes animtype whichAnim returns string
endfunction
function BlzUnitDisableAbility                       takes unit whichUnit, integer abilId, boolean flag, boolean hideUI returns nothing
endfunction
function BlzIsUnitInvulnerable                       takes unit whichUnit returns boolean
endfunction
function BlzGetAbilityManaCost                       takes integer abilId, integer level returns integer
endfunction
function BlzGetAbilityCooldown                       takes integer abilId, integer level returns real
endfunction
function BlzStartUnitAbilityCooldown                 takes unit whichUnit, integer abilCode, real cooldown returns nothing
endfunction
function BlzSetUnitAbilityManaCost                   takes unit whichUnit, integer abilId, integer level, integer manaCost returns nothing
endfunction
function BlzGetEventDamageTarget 	                   takes nothing returns unit
endfunction
function BlzGetEventAttackType  	                   takes nothing returns attacktype
endfunction
function BlzGetEventDamageType                       takes nothing returns damagetype
endfunction
function BlzGetEventWeaponType  	                   takes nothing returns weapontype
endfunction
function BlzSetEventAttackType                       takes attacktype attackType returns boolean
endfunction
function BlzSetEventDamageType                       takes damagetype damageType returns boolean
endfunction
function BlzSetEventWeaponType                       takes weapontype weaponType returns boolean
endfunction
function BlzGetEventIsAttack                         takes nothing returns boolean
endfunction
function BlzGetUnitZ                                 takes unit whichUnit returns real
endfunction
function BlzEnableSelections                         takes boolean enableSelection, boolean enableSelectionCircle returns nothing
endfunction
function BlzIsSelectionEnabled                       takes nothing returns boolean
endfunction
function BlzIsSelectionCircleEnabled                 takes nothing returns boolean
endfunction
function BlzCameraSetupApplyForceDurationSmooth      takes camerasetup whichSetup, boolean doPan, real forcedDuration, real easeInDuration, real easeOutDuration, real smoothFactor returns nothing
endfunction
function BlzEnableTargetIndicator                    takes boolean enable returns nothing
endfunction
function BlzIsTargetIndicatorEnabled                 takes nothing returns boolean
endfunction
function BlzShowTerrain                              takes boolean show returns nothing
endfunction
function BlzShowSkyBox                               takes boolean show returns nothing
endfunction
function BlzStartRecording                           takes integer fps returns nothing
endfunction
function BlzEndRecording                             takes nothing returns nothing
endfunction
function BlzShowUnitTeamGlow                         takes unit whichUnit, boolean show returns nothing
endfunction
function BlzGetAbilityExtendedTooltip                takes integer abilCode, integer level returns string
endfunction
function skin takes nothing returns nothing
endfunction

Установка

Скачать файл и заменить в tesh/includes.
`
ОЖИДАНИЕ РЕКЛАМЫ...