This wiki is out of date, use the continuation of this wiki instead

NET Defines

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 13:22, 4 November 2007 (edit)
Sandman (Talk | contribs)
(New page: Category:defines Category:networkdll Category:dll '''Up to Network.DLL''' ---- == General == {| || NET_MAX_MSG_LEN || - Maximum number of bytes per message. (...)
← Previous diff
Current revision (16:01, 13 November 2007) (edit) (undo)
Sandman (Talk | contribs)
m
 
Line 38: Line 38:
== Errorcodes == == Errorcodes ==
[[NET_Errorcodes]] [[NET_Errorcodes]]
 +
 +{{Netdocbox}}

Current revision

Up to Network.DLL



Contents

[edit] General

NET_MAX_MSG_LEN - Maximum number of bytes per message. (doesn't really apply, ignore it)
NET_FPS - The frame percentage of the NET Loop. (default is frame;)

[edit] Connection Status codes

NET_STATUS_DISCONNECTING - -4 - The connection is being disconnected
NET_STATUS_DISCONNECTED - -2 - The connection is disconnected.
NET_STATUS_INACTIVE - 0 - (The connection is) inactive.
NET_STATUS_ACTIVE - 1 - (The connection is) active.
NET_STATUS_ESTABLISHED - 2 - The connection is established.
NET_STATUS_ESTABLISHING - 4 - The connection is being established.

[edit] Console Reports modes

NET_CONSOLEREPORTS_NO - false - Console reports disabled.
NET_CONSOLEREPORTS_YES - true - Console reports enabled.

[edit] Errorcodes

NET_Errorcodes


Network.DLL Documentation
MainFunctionsGlobalsDefinesErrorcodesChangelog
Personal tools