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