StarCraft 2 Unit Index 2023 download
logo
starcraft 2 mod Unit Index

Unit Index

Game Version: -
Total Downloads: 357
Updated: Aug 20, 2010
Created: Aug 20, 2010

Earlier Versions

Name Size Uploaded Game Version Downloads
Unit Index beta 29.09 KB Aug 20, 2010 - 221 download Unit Index Unit Index betaDownload
Unit Index beta 27.68 KB Aug 20, 2010 - 136 download Unit Index Unit Index betaDownload

Description

Share this:

This is a very basic library that allows you to store a unit in an index, and then return the index # by unit, or the unit by index number.

I created this for a specific use I had in an early map, and figured I would publish it in case someone else has the need and doesn't want to spend a time i did in writing and troubleshooting.

Usage:

There are 5 functions/actions that this library has.

1. Index Add Unit to Index
This action requires a Unit parameter, and adds the unit into the index.

2. Index Add Unit to Index with Return
This function does the exact same thing as the previous function, but also returns the index of the added unit.

3. Index Remove Unit from Index
This action requires a Unit parameter, and removes the unit from the index.

4. Index Get Unit by Index
This function requires an Integer parameter, and will return the unit associated with the index number.

5. Index Get Index by Unit
This function requires a Unit parameter, and will return the Integer associated to the unit.

Comments

Add a comment