Category: Objects
/ Crew
Since engine version: 1.0 OC
GetCrewEnabled
Description
Determines whether a crew member can currently be selected.
Syntax
bool GetCrewEnabled();
Example
if (!GetHiRank()->GetCrewEnabled()) GetHiRank()->SetCrewEnabled(true);
Activates the highest ranking clonk of the first player if that one is not already activated.