getXO
(/rs/public/functions.php)
getXO -- Member id who is XO of the specified unit.
Description
mixed getXO
($id, $type = 'Squadron')
This function calls getCS with the first parameter as "XO". The first and second parameters of this function are analagous to the second and third parameters of getCS.
Examples
getXO (1, "Wing") /* Returns a call to getCS ("XO", 1, "Wing") */
Related Functions
getCS, getCO, getSO
Dependencies
getCS
Function Index
|