Dota 2 Workshop Tools/Scripting/API/CDOTAGamerules.LockCustomGameSetupTeamAssignment
< Dota 2 Workshop Tools | Scripting | API

Function Description
void LockCustomGameSetupTeamAssignment(bool bool_1)
Lock (true) or unlock (false) team assignemnt. If team assignment is locked players cannot change teams.
- Example
function CDOTAGamerules:LockCustomGameSetupTeamAssignment( bool_1 ) end
Parameters
Type | Name | Description |
---|---|---|
bool | bool_1 | No Description Set |