type string
native BlzSetAbilityStringField takes ability whichAbility, abilitystringfield whichField, string value returns boolean
function BlzSetAbilityStringFieldBJ takes ability whichAbility, abilitystringfield whichField, string value returns nothing
native BlzSetAbilityStringLevelField takes ability whichAbility, abilitystringlevelfield whichField, integer level, string value returns boolean
native BlzAddAbilityStringLevelArrayField takes ability whichAbility, abilitystringlevelarrayfield whichField, integer level, string value returns boolean
native BlzRemoveAbilityStringLevelArrayField takes ability whichAbility, abilitystringlevelarrayfield whichField, integer level, string value returns boolean
function BlzSetAbilityStringLevelFieldBJ takes ability whichAbility, abilitystringlevelfield whichField, integer level, string value returns nothing
function BlzAddAbilityStringLevelArrayFieldBJ takes ability whichAbility, abilitystringlevelarrayfield whichField, integer level, string value returns nothing
function BlzRemoveAbilityStringLevelArrayFieldBJ takes ability whichAbility, abilitystringlevelarrayfield whichField, integer level, string value returns nothing
native BlzSetAbilityStringLevelArrayField takes ability whichAbility, abilitystringlevelarrayfield whichField, integer level, integer index, string value returns boolean
function BlzSetAbilityStringLevelArrayFieldBJ takes ability whichAbility, abilitystringlevelarrayfield whichField, integer level, integer index, string value returns nothing
constant native OrderId takes string orderIdString returns integer
constant native UnitId takes string unitIdString returns integer
constant native AbilityId takes string abilityIdString returns integer
native S2I takes string s returns integer
native S2R takes string s returns real
native StringLength takes string s returns integer
native StringHash takes string s returns integer
native GetLocalizedString takes string source returns string
native GetLocalizedHotkey takes string source returns integer
native SetMapName takes string name returns nothing
native SetMapDescription takes string description returns nothing
constant native ParseTags takes string taggedString returns string
native ExecuteFunc takes string funcName returns nothing
native SaveGame takes string saveFileName returns nothing
native RemoveSaveDirectory takes string sourceDirName returns boolean
native SaveGameExists takes string saveName returns boolean
native InitGameCache takes string campaignFile returns gamecache
native SetPortraitLight takes string portraitDNCFile returns nothing
native SetSkyModel takes string skyModelFile returns nothing
native SkinManagerGetLocalPath takes string key returns string
native SetIntroShotText takes string introText returns nothing
native SetIntroShotModel takes string introModelPath returns nothing
native PlayModelCinematic takes string modelName returns nothing
native PlayCinematic takes string movieName returns nothing
native ForceUIKey takes string key returns nothing
native SetAltMinimapIcon takes string iconPath returns nothing
native SetCinematicCamera takes string cameraModelFile returns nothing
native SetCineFilterTexture takes string filename returns nothing
native NewSoundEnvironment takes string environmentName returns nothing
native PlayMusic takes string musicName returns nothing
native PlayThematicMusic takes string musicFileName returns nothing
native GetSoundFileDuration takes string musicFileName returns integer
native Cheat takes string cheatStr returns nothing
native Preload takes string filename returns nothing
native PreloadGenEnd takes string filename returns nothing
native Preloader takes string filename returns nothing
native AutomationSetTestType takes string testType returns nothing
native AutomationTestStart takes string testName returns nothing
native BlzLoadTOCFile takes string TOCFile returns boolean
native BlzChangeMinimapTerrainTex takes string texFile returns boolean
native BlzGetAbilityId takes ability whichAbility returns integer
native DebugS takes string str returns nothing
function Trace takes string message returns nothing
function BJDebugMsg takes string msg returns nothing
function CommentString takes string commentString returns nothing
function StringIdentity takes string theString returns string
function PlaySound takes string soundName returns nothing
function StringHashBJ takes string s returns integer
function PlayMusicBJ takes string musicFileName returns nothing
function PlayThematicMusicBJ takes string musicName returns nothing
function GetSoundFileDurationBJ takes string musicFileName returns real
function SetMapMusicRandomBJ takes string musicName returns nothing
function SetAmbientDaySound takes string inLabel returns nothing
function SetAmbientNightSound takes string inLabel returns nothing
function CreateCommonCommandButtonEffectBJ takes string order returns commandbuttoneffect
function String2UnitIdBJ takes string unitIdString returns integer
function String2OrderIdBJ takes string orderIdString returns integer
function SetNextLevelBJ takes string nextLevel returns nothing
function CreateDefeatConditionBJ takes string description returns defeatcondition
function InitGameCacheBJ takes string campaignFile returns gamecache
function RemoveSaveDirectoryBJ takes string sourceDirName returns boolean
native StringCase takes string source, boolean upper returns string
native SetPlayerName takes player whichPlayer, string name returns nothing
native GroupImmediateOrder takes group whichGroup, string order returns boolean
native QueueDestructableAnimation takes destructable d, string whichAnimation returns nothing
native SetDestructableAnimation takes destructable d, string whichAnimation returns nothing
native QueueUnitAnimation takes unit whichUnit, string whichAnimation returns nothing
native SetUnitAnimation takes unit whichUnit, string whichAnimation returns nothing
native IssueImmediateOrder takes unit whichUnit, string order returns boolean
native ChangeLevel takes string newLevel, boolean doScoreScreen returns nothing
native LoadGame takes string saveFileName, boolean doScoreScreen returns nothing
native RenameSaveDirectory takes string sourceDirName, string destDirName returns boolean
native CopySaveGame takes string sourceSaveName, string destSaveName returns boolean
native SaveGameCheckpoint takes string saveFileName, boolean showWindow returns nothing
native DialogSetMessage takes dialog whichDialog, string messageText returns nothing
native FlushStoredMission takes gamecache cache, string missionKey returns nothing
native SetDayNightModels takes string terrainDNCFile, string unitDNCFile returns nothing
native QuestSetTitle takes quest whichQuest, string title returns nothing
native QuestSetDescription takes quest whichQuest, string description returns nothing
native QuestSetIconPath takes quest whichQuest, string iconPath returns nothing
native QuestItemSetDescription takes questitem whichQuestItem, string description returns nothing
native DefeatConditionSetDescription takes defeatcondition whichCondition, string description returns nothing
native TimerDialogSetTitle takes timerdialog whichDialog, string title returns nothing
native LeaderboardSetLabel takes leaderboard lb, string label returns nothing
native MultiboardSetTitleText takes multiboard lb, string label returns nothing
native MultiboardSetItemsValue takes multiboard lb, string value returns nothing
native MultiboardSetItemsIcon takes multiboard lb, string iconPath returns nothing
native MultiboardSetItemValue takes multiboarditem mbi, string val returns nothing
native MultiboardSetItemIcon takes multiboarditem mbi, string iconFileName returns nothing