# Restrictions Are Enabled For Player
Grammar — Tech tree restrictions are enabled for player inPlayer
Flags —Native|Function
Returns true if a player has tech tree restrictions enabled.
# Arguments
int— Player
Returns — bool
native bool TechTreeRestrictionsEnabled(int player);
# Related
Category: Tech Tree / Global Restrictions
- Enable/Disable Tech Tree Requirements —
void— TechTreeRequirementsEnable - Requirements Are Enabled For Player —
bool— TechTreeRequirementsEnabled - Enable/Disable Tech Tree Restrictions —
void— TechTreeRestrictionsEnable - Restrictions Are Enabled For Player —
bool— TechTreeRestrictionsEnabled
# Examples
— None found —