Auto generate input timing
This commit is contained in:
parent
c85f740915
commit
93b4b136af
|
@ -1,5 +1,22 @@
|
|||
# TeeworldsClient
|
||||
|
||||
### <a name="on_input_timing"></a> #on_input_timing(&block)
|
||||
|
||||
**Parameter: block [Block |[context](../classes/Context.md)|]**
|
||||
|
||||
context.message is a [InputTiming](../classes/messages/InputTiming.md)
|
||||
|
||||
**Example:**
|
||||
```ruby
|
||||
client = TeeworldsClient.new
|
||||
|
||||
client.on_input_timing do |context|
|
||||
# TODO: generated documentation
|
||||
end
|
||||
|
||||
client.connect('localhost', 8303, detach: true)
|
||||
```
|
||||
|
||||
### <a name="on_maplist_entry_rem"></a> #on_maplist_entry_rem(&block)
|
||||
|
||||
**Parameter: block [Block |[context](../classes/Context.md)|]**
|
||||
|
@ -106,23 +123,6 @@ end
|
|||
client.connect('localhost', 8303, detach: true)
|
||||
```
|
||||
|
||||
### <a name="on_input_timing"></a> #on_input_timing(&block)
|
||||
|
||||
**Parameter: block [Block |[context](../classes/Context.md)|]**
|
||||
|
||||
TODO: generated documentation
|
||||
|
||||
**Example:**
|
||||
```ruby
|
||||
client = TeeworldsClient.new
|
||||
|
||||
client.on_input_timing do |context|
|
||||
# TODO: generated documentation
|
||||
end
|
||||
|
||||
client.connect('localhost', 8303, detach: true)
|
||||
```
|
||||
|
||||
### <a name="on_snapshot"></a> #on_snapshot(&block)
|
||||
|
||||
**Parameter: block [Block |[context](../classes/Context.md)|]**
|
||||
|
|
Loading…
Reference in a new issue