ClanSoft logo
ClanSoft logo

    CL_Network::create_game

Syntax

static CL_NetGame *create_game(
         CL_String game_id,
        int port);

Parameters

game_id-The game ID is used to locate netgames of the same type.
port-Port the game accepts connections on - and listens for broadcasts.

Return value

The created network game.

Description

Creates a new network game.


Back to index



This page was built using the Perceps documentation system.