global CallAsTeam

function CallAsTeam(
  teamID: integer,
  func: fun(...),
  ...: any
) -> The any...

@param teamID - Team ID.

@param func - The function to call.

@param ... - Arguments to pass to the function.

@return The - return values of the function.

[source]