Team save
Team_save
Save the new Team have just created by Team_new (On GUI, Team is under Team tab of resource)
Syntax
Team_save( team);
Arguments
team: is a Team object created by Team_new
Return type
empty
Example
number resourceId = 15562383;
number teamTypeId = 1;
number groupResourceId = 15567436;
array team = Team_new(resourceId, teamTypeId, groupResourceId);//{33,1,My Team,15567436,15562383,{}}
Team_save(team);