User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 03:58, 9 October 2014 (diff | hist) . . (-2) . . m enet.host:socket get address
- 03:57, 9 October 2014 (diff | hist) . . (-2) . . m enet.host:total sent data
- 03:57, 9 October 2014 (diff | hist) . . (+1) . . m enet.host:total sent data
- 03:57, 9 October 2014 (diff | hist) . . (+374) . . N enet.host:total sent data (Created page with "Returns the number of bytes that were sent through the given host . == Function == === Synopsis === <source lang="lua"> host:total_sent_data() </source> === Argu...")
- 03:55, 9 October 2014 (diff | hist) . . (+503) . . N enet.host:socket get address (Created page with "Returns a string that describes the socket address of the given host . The string is formatted as “a.b.c.d:port”, where “a.b.c.d” is the IP address of th...")
- 03:51, 9 October 2014 (diff | hist) . . (+465) . . N enet.host:bandwidth limit (Created page with "Sets the bandwidth limits of the host in bytes/sec. Set to 0 for unlimited. == Function == === Synopsis === <source lang="lua"> host:bandwidth_limit(incoming, out...")
- 03:49, 9 October 2014 (diff | hist) . . (+404) . . N enet.host:channel limit (Created page with "Sets the maximum number of channels allowed. If it is 0 then the system maximum allowable value is used. == Function == === Synopsis === <source lang="lua"> host:channel_limit(li...")
- 03:38, 9 October 2014 (diff | hist) . . (0) . . m lua-enet (moved lua-enet to enet over redirect: Google search results would completely avoid this page at all costs. Unless it's actually named enet.)
- 19:57, 23 July 2014 (diff | hist) . . (+699) . . N enet.host:broadcast (Created page with "Queues a packet to be sent to all connected peers. == Function == === Synopsis === <source lang="lua"> host:broadcast(data, channel, flag) </source> === Arguments...")
- 19:39, 23 July 2014 (diff | hist) . . (+449) . . N enet.host:flush (Created page with "Sends any queued packets. This is only required to send packets earlier than the next call to host:service, or if host:service wil...")
- 19:37, 23 July 2014 (diff | hist) . . (+1) . . enet.host (→Functions)
- 19:36, 23 July 2014 (diff | hist) . . (+1) . . lua-enet (→Functions)
- 19:33, 23 July 2014 (diff | hist) . . (0) . . m enet.host:connect
- 19:33, 23 July 2014 (diff | hist) . . (+209) . . enet.host:connect
- 19:30, 23 July 2014 (diff | hist) . . (+6) . . enet.host:connect
- 19:29, 23 July 2014 (diff | hist) . . (+784) . . N enet.host:connect (Created page with "Connects a host to a remote host. Returns peer object associated with remote host. The actual connection will not ...")
- 19:23, 23 July 2014 (diff | hist) . . (+17) . . enet.host:service (current)
- 19:22, 23 July 2014 (diff | hist) . . (+17) . . enet.host:service
- 19:22, 23 July 2014 (diff | hist) . . (-43) . . enet.host:service
- 19:20, 23 July 2014 (diff | hist) . . (+496) . . N enet.host:check events (Created page with "Checks for any queued events and dispatches one if available. Returns the associated event if something was dispatched, otherwise nil. == Function == === Syn...")
- 19:15, 23 July 2014 (diff | hist) . . (+32) . . lua-enet (→Functions)
- 19:12, 23 July 2014 (diff | hist) . . (+32) . . enet.peer (→Functions)
- 19:10, 23 July 2014 (diff | hist) . . (+1) . . m enet.peer (→Description)
- 19:10, 23 July 2014 (diff | hist) . . (+72) . . enet.peer
- 19:09, 23 July 2014 (diff | hist) . . (+127) . . lua-enet (→Functions)
- 19:09, 23 July 2014 (diff | hist) . . (+107) . . enet.host (→Functions)
- 19:06, 23 July 2014 (diff | hist) . . (-8) . . enet.host (→See Also)
- 19:06, 23 July 2014 (diff | hist) . . (+97) . . enet.host
- 19:04, 23 July 2014 (diff | hist) . . (+1) . . m enet.event (→Description)
- 19:04, 23 July 2014 (diff | hist) . . (+149) . . enet.event (→Description)
- 19:03, 23 July 2014 (diff | hist) . . (+634) . . N enet.event (Created page with "== Description == An event is a table generated by host:service() or peer:recieve() which will '''always''' conta...")
- 18:47, 23 July 2014 (diff | hist) . . (+79) . . lua-enet (→Types)
- 18:46, 23 July 2014 (diff | hist) . . (+129) . . enet.host:service
- 18:42, 23 July 2014 (diff | hist) . . (+536) . . N enet.host:service (Created page with "Wait for events, send and receive any ready packets. == Function == === Synopsis === <source lang="lua"> event = host:service( timeout ) </source> === Arguments === {{param|numbe...")
- 16:50, 23 July 2014 (diff | hist) . . (+1,899) . . N enet.peer (Created page with "== Description == An ENet peer which data packets may be sent or received from. In most applications you'll manually keep track of connected peers == Functions == {| class="wiki...")
- 16:26, 23 July 2014 (diff | hist) . . (+2,016) . . N enet.host (Created page with "== Description == An ENet host for communicating with peers. On creation it will bind to a port on an address, unless otherwise specified, which will keep other applications from...")
- 16:17, 23 July 2014 (diff | hist) . . (+94) . . lua-enet (→Functions)
- 16:08, 23 July 2014 (diff | hist) . . (+9) . . m lua-enet
- 16:07, 23 July 2014 (diff | hist) . . (+14) . . lua-enet (→Types)
- 16:06, 23 July 2014 (diff | hist) . . (+526) . . lua-enet (→Functions)
- 08:11, 23 July 2014 (diff | hist) . . (+140) . . lua-enet (→Functions)
- 08:10, 23 July 2014 (diff | hist) . . (+10) . . lua-enet (→Types)
- 08:07, 23 July 2014 (diff | hist) . . (+4,269) . . N lua-enet (Started work on a lua-enet page, will finish tomorrow.)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)