Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Team save: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
Created page with "Category:Team_Functions {{HelpFiles}} = Team_save = Save the new Team have just created by Team_new (On GUI, Team is under Team tab of resource) == Syntax == Team_sav..."
 
Nguyenduyan (talk | contribs)
No edit summary
 
Line 4: Line 4:
= Team_save =
= Team_save =


Save the new Team have just created by Team_new (On GUI, Team is under Team tab of resource)
Save the new Team have just created by [[Team_new]] (On GUI, Team is under Team tab of resource)


== Syntax ==
== Syntax ==
Line 12: Line 12:
== Arguments ==
== Arguments ==


''team'': is a Team object created by Team_new
''team'': is a Team object created by [[Team_new]]


== Return type ==
== Return type ==

Latest revision as of 02:35, 22 June 2017


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);