StarCraft 2 Dustins Unit Indexing Library 2024 download
logo
starcraft 2 mod Dustins Unit Indexing Library

Dustins Unit Indexing Library

Game Version: -
Total Downloads: 566
Updated: Jul 17, 2013
Created: Jun 19, 2012

Earlier Versions

Name Size Uploaded Game Version Downloads
Dustins Unit Indexing Library release 73.41 KB Jul 17, 2013 - 217 download Dustins Unit Indexing Library Dustins Unit Indexing Library releaseDownload
Dustins Unit Indexing Library Test Map release 136.59 KB Jul 17, 2013 - 102 download Dustins Unit Indexing Library Dustins Unit Indexing Library Test Map releaseDownload
Dustin's Unit Indexing Map release 150.40 KB Jun 19, 2012 - 115 download Dustins Unit Indexing Library Dustin's Unit Indexing Map releaseDownload
Dustin's Unit Indexing Library release 60.15 KB Jun 19, 2012 - 132 download Dustins Unit Indexing Library Dustin's Unit Indexing Library releaseDownload

Description

Share this:

Objective

This library indexes units so they can be referenced by Index Numbers
auto generated and uniquely assigned to each unit in the system.

Functions

  • To setup a unit into the system use the function: UI_Setup(Unit)
  • To retrieve a units index use the function: UI_Get_Unit_Index(Unit)
  • To retrieve the unit associated with an index number use: UI_Get_Index_Unit(Index)

Customization

  • The system uses DataTables so you are not restricted to the array limit.
  • By default the system enters every unit that enters the map into the system to change this modify the UI_Init trigger to whatever you need.
  • This library has a DEBUG feature, to enable this modify the UI_ALLOW_DEBUG varaible and set it to true.
  • Then when in the map type debug in the chat to display unit indexs above their head.

Comments

Add a comment