Last active
May 15, 2018 14:08
-
-
Save neilzar/18990a1bdf6bae751a3e023a66cd3c12 to your computer and use it in GitHub Desktop.
An improved version of the BIS_fnc_listCuratorPlayers function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * 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