MovableManager:GetUnassignedBrain
From Data Realms Wiki
Function | |
---|---|
Syntax | GetUnassignedBrain( * Which team to try to get the brain for. 0 means first team, 1 means 2nd. ) |
Description: | |
Get a pointer to the first brain actor of a specific team which hasn't been assigned to a player yet. | |
Returns | An Actor pointer to the requested team's first brain encountered in the list that hasn't been assigned to a player. 0 if there are no unassigned brains of that team. |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |