Resource:Battlefield/getSquadShortn: Difference between revisions
Jump to navigation
Jump to search
LeetWoovie (talk | contribs) (Created page with 'This function retrieves the squad ID. The squad ID is simply a string representing the full squad name. The first letter of a squad name is the ID. It can be retrieved with the s…') |
LeetWoovie (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
string getSquadID ( squad squadElement, team squadTeam ) | string getSquadID ( squad squadElement, team squadTeam ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Resource:battlefield]] |
Revision as of 10:13, 21 April 2010
This function retrieves the squad ID. The squad ID is simply a string representing the full squad name. The first letter of a squad name is the ID. It can be retrieved with the squad element.
Alpha Bravo Charlie Delta Echo Foxtrot Golf Hotel
Syntax
string getSquadID ( squad squadElement, team squadTeam )