GetServerHttpPort

From Multi Theft Auto: Wiki
Revision as of 21:04, 6 November 2009 by Sebassje (talk | contribs) (Created page with '__NOTOC__ {{Server function}} This function retrieves the server's http port. ==Syntax== <syntaxhighlight lang="lua"> int getServerHttpPort ( ) </syntaxhighlight> ===Returns=== An integer correspondin…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function retrieves the server's http port.

Syntax

int getServerHttpPort ( )

Returns

An integer corresponding to the server's http port.

Example

-- todo

See Also