Skip to content

Instantly share code, notes, and snippets.

@neilzar
Last active May 15, 2018 14:08
Show Gist options
  • Select an option

  • Save neilzar/18990a1bdf6bae751a3e023a66cd3c12 to your computer and use it in GitHub Desktop.

Select an option

Save neilzar/18990a1bdf6bae751a3e023a66cd3c12 to your computer and use it in GitHub Desktop.
An improved version of the BIS_fnc_listCuratorPlayers function
/*
* Author: NeilZar
*
* Description:
* Returns list of playable units with access to curator
*
* Returns:
* Array - List of units
*/
(allCurators select {!isNull getAssignedCuratorUnit _x}) apply {getAssignedCuratorUnit _x}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment