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