CorEngine RSS
NAVIGATION >>
HOME TUTORIAL API TOOLS FORUM REPORT BUGS
TYPES // MATH // NETWORK // GUI // PHYSICS // AUDIO // ENGINE // CORE

- [Expand all]    + [Collapse all]


:. NETWORK FUNCTIONS +

  Network.Init
 ---
 :: Boolean
  Network.Deinit
 ---
 ---
  Network.CreateSession
 1. String: address
 2. UInteger: port
 :: Boolean
  Network.ConnectSession
 1. String: address
 2. UInteger: port
 :: Boolean
  Network.DisconnectSession
 ---
 :: Boolean
  Network.SendStringToClients
 1. String: message
 ---
  Network.SendStringToServer
 1. String: message
 ---
GET :: PROPERTIES
  Network.GetServerDataAsString
 ---
 :: String
  Network.GetClientDataAsString
 ---
 :: String
  Network.GetServerEvent
 ---
 :: Integer
  Network.GetClientEvent
 ---
 :: Integer
  Network.GetCurrentClient
 ---
 :: Integer
IS :: PROPERTIES
  Network.IsServer
 ---
 :: Boolean
  Network.IsClient
 ---
 :: Boolean



top
SourceForge.net
CorEngine.sf.net Except where otherwise noted, content on this site is
licensed under a Creative Commons Attribution 3.0 License.