User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 22:21, 31 January 2015 (diff | hist) . . (+93) . . lua-enet (→Functions)
- 22:20, 31 January 2015 (diff | hist) . . (-459) . . enet.host:socket get address (Redirected page to enet.host:get socket address) (current)
- 22:19, 31 January 2015 (diff | hist) . . (+501) . . N enet.host:get socket 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 the ...")
- 22:18, 31 January 2015 (diff | hist) . . (0) . . lua-enet (Love fixed the inconsistentcy)
- 04:45, 10 October 2014 (diff | hist) . . (+29) . . Talk:lua-enet (current)
- 04:43, 10 October 2014 (diff | hist) . . (+4) . . enet.event (→Description)
- 04:42, 10 October 2014 (diff | hist) . . (-4) . . m enet.event (→Description)
- 01:20, 10 October 2014 (diff | hist) . . (0) . . m Talk:lua-enet (moved Talk:enet to Talk:lua-enet)
- 01:20, 10 October 2014 (diff | hist) . . (+27) . . N Talk:enet (moved Talk:enet to Talk:lua-enet) (current)
- 01:20, 10 October 2014 (diff | hist) . . (0) . . m lua-enet (moved enet to lua-enet over redirect)
- 01:20, 10 October 2014 (diff | hist) . . (+22) . . N enet (moved enet to lua-enet over redirect) (current)
- 17:26, 9 October 2014 (diff | hist) . . (+86) . . lua-enet
- 17:23, 9 October 2014 (diff | hist) . . (+23) . . enet.host (→See Also)
- 17:22, 9 October 2014 (diff | hist) . . (-4) . . m enet.host create
- 17:21, 9 October 2014 (diff | hist) . . (+1,169) . . N enet.host create (Created page with "Returns a new host. All arguments are optional. A bind_address of nil makes a host that can not be connected to (typically a client). Otherwi...")
- 17:16, 9 October 2014 (diff | hist) . . (-4) . . enet.host:connect (current)
- 17:16, 9 October 2014 (diff | hist) . . (+5) . . enet.host:connect
- 17:15, 9 October 2014 (diff | hist) . . (+60) . . lua-enet
- 05:19, 9 October 2014 (diff | hist) . . (-2) . . Talk:lua-enet
- 05:18, 9 October 2014 (diff | hist) . . (+677) . . N Talk:lua-enet (Created page with "This wiki article exists because Love2D's lua-enet differs slightly from the official documentation ( socket_get_address() vs [http://leafo.net/...")
- 05:09, 9 October 2014 (diff | hist) . . (0) . . m lua-enet
- 05:08, 9 October 2014 (diff | hist) . . (+937) . . N enet.peer:last round trip time (Created page with "Returns or sets the round trip time of the previous round trip time computation. If value is nil the current value of the peer is returned. Otherwise the the ...")
- 05:08, 9 October 2014 (diff | hist) . . (+141) . . enet.peer:round trip time
- 05:04, 9 October 2014 (diff | hist) . . (+741) . . N enet.peer:round trip time (Created page with "Returns or sets the current round trip time (i.e. ping). If value is nil the current value of the peer is returned. Otherwise the round trip time is set to th...")
- 05:01, 9 October 2014 (diff | hist) . . (+368) . . N enet.peer:connect id (Created page with "Returns the field ENetPeer::connectID that is assigned for each connection. == Function == === Synopsis === <source lang="lua"> peer:connect_id() </source> === Arguments === None...")
- 04:58, 9 October 2014 (diff | hist) . . (-9) . . m enet.peer:state
- 04:58, 9 October 2014 (diff | hist) . . (+596) . . N enet.peer:state (Created page with "Returns the state of the peer as a string. == Function == === Synopsis === <source lang="lua"> peer:state() </source> === Arguments === None === Returns === {...")
- 04:55, 9 October 2014 (diff | hist) . . (+472) . . N enet.peer:index (Created page with "Returns the index of the peer. All peers of an ENet host are kept in an array. This function finds and returns the index of the [[...")
- 04:54, 9 October 2014 (diff | hist) . . (+1,494) . . N enet.peer:timeout (Created page with "Returns or sets the parameters when a timeout is detected. This is happens either after a fixed timeout or a variable timeout of time that takes the round trip time into account....")
- 04:49, 9 October 2014 (diff | hist) . . (+491) . . N enet.peer:ping interval (Created page with "Specifies the interval in milliseconds that pings are sent to the other end of the connection (defaults to 500). == Function == === Synopsis === <source lang="lua"> peer:ping_int...")
- 04:47, 9 October 2014 (diff | hist) . . (+1) . . m enet.peer:throttle configure
- 04:47, 9 October 2014 (diff | hist) . . (+757) . . N enet.peer:throttle configure (Created page with "Changes the probability at which unreliable packets should not be dropped. == Function == === Synopsis === <source lang="lua"> peer:throttle_configure(interval, acceleration, dec...")
- 04:44, 9 October 2014 (diff | hist) . . (+4) . . enet.peer:send
- 04:43, 9 October 2014 (diff | hist) . . (+732) . . N enet.peer:send (Created page with "Queues a packet to be sent to peer. == Function == === Synopsis === <source lang="lua"> peer:send(data, channel, flag) </source> === Arguments === {{param|string...")
- 04:39, 9 October 2014 (diff | hist) . . (+575) . . N enet.peer:receive (Created page with "Attempts to dequeue an incoming packet for this peer. Returns nil if there are no packets waiting. Otherwise returns two values: The string representing the p...")
- 04:36, 9 October 2014 (diff | hist) . . (+403) . . N enet.peer:ping (Created page with "Send a ping request to peer, updates round_trip_time. This is called automatically at regular intervals. == Function == === Synops...")
- 04:35, 9 October 2014 (diff | hist) . . (+328) . . N enet.peer:reset (Created page with "Forcefully disconnects peer. The peer is not notified of the disconnection. == Function == === Synopsis === <source lang="lua"> peer:reset() </sou...")
- 04:34, 9 October 2014 (diff | hist) . . (+428) . . N enet.peer:disconnect later (Created page with "Request a disconnection from peer, but only after all queued outgoing packets are sent. == Function == === Synopsis === <source lang="lua"> peer:disconnect_later(...")
- 04:32, 9 October 2014 (diff | hist) . . (0) . . m enet.peer:disconnect
- 04:32, 9 October 2014 (diff | hist) . . (+1) . . enet.peer:disconnect now
- 04:32, 9 October 2014 (diff | hist) . . (+456) . . N enet.peer:disconnect now (Created page with "Force immediate disconnection from peer. Foreign peer not guaranteed to receive disconnect notification. == Function == === Synopsis === <source l...")
- 04:29, 9 October 2014 (diff | hist) . . (+544) . . N enet.peer:disconnect (Created page with "Requests a disconnection from the peer. The message is sent on the next host:service() or host:flush(). == Function...")
- 04:22, 9 October 2014 (diff | hist) . . (+90) . . lua-enet
- 04:20, 9 October 2014 (diff | hist) . . (+540) . . N enet.host:destroy (Created page with "Destroys the host structure and closes all of its connections. Do not call this directly! This function is ran automatically by lua's garbage collector, but can b...")
- 04:18, 9 October 2014 (diff | hist) . . (0) . . enet.host
- 04:15, 9 October 2014 (diff | hist) . . (+673) . . N enet.host:get peer (Created page with "Returns the connected peer at the specified index (starting at 1). ENet stores all peers in an array of the corresponding host and...") (current)
- 04:11, 9 October 2014 (diff | hist) . . (+460) . . N enet.host:peer count (Created page with "Returns the number of peers that are allocated for the given host. This represents the maximum number of possible connections. == Function == === ...")
- 04:08, 9 October 2014 (diff | hist) . . (+521) . . N enet.host:service time (Created page with "Returns the time-stamp of the last call to host:service() or host:flush(). The time-stamp is in milliseconds of the current time of ...")
- 04:01, 9 October 2014 (diff | hist) . . (+36) . . enet.host:total sent data
- 04:00, 9 October 2014 (diff | hist) . . (+394) . . N enet.host:total received data (Created page with "Returns the number of bytes that were received by the given host. == Function == === Synopsis === <source lang="lua"> host:total_received_data() </source> === Arguments === None ...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)