StarCraft 2 [lib] List <T> – Basic 2024 download
logo
starcraft 2 mod [lib] List <T> – Basic

[lib] List – Basic

Game Version: -
Total Downloads: 572
Updated: Apr 4, 2012
Created: Mar 26, 2012

Earlier Versions

Name Size Uploaded Game Version Downloads
List - Basic 1.0b release 206.00 KB Apr 4, 2012 - 308 download [lib] List <T> – Basic List <T> - Basic 1.0b releaseDownload
List - Basic 1.0a release 185.94 KB Apr 1, 2012 - 122 download [lib] List <T> – Basic List <T> - Basic 1.0a releaseDownload
[lib] List - Basic 1.0 release 149.75 KB Mar 26, 2012 - 142 download [lib] List <T> – Basic [lib] List <T> - Basic 1.0 releaseDownload

Screenshots

Description

Share this:

List <T> – Basic 1.0b

Forum Thread and demo map

Description

Library allowing to easily create basic/cheap version of List<T> collection types known from .NET

In essence "Dynamic Arrays"

  • Features
    • Create Int, Real, String List types (can be extended to any DataTable supported type)
    • Dynamic = no initial size
    • Lists are expanded using 'List <T> Add'
    • Easy 'List Values Count' function to get current size
    • As additional feature i added GUI-Only 'For Each Value in List' actions/scripts
    • API

Note: Although you can create new versions like for example List <dialog item> in galaxy most if not all types are convertible to those 3 basic types. If i'm correct only units are not but for those you have Unit groups already which function same way.

How to use

  • Lists New – Initialize new List. (global, same names allowed if type is different)
  • List <T> Add – Extend list and stores new value at new index.
  • List <T> Set, List <T> Get – Get/Set existing index value.
  • List Clear – Clear List data.

Installation

Import library

Please use This Thread for questions etc

Comments

Add a comment